Herrjosua
04-26-2005, 09:49 AM
I'm using CSS for the first time and I figured out how to change the text formatting for the whole page, but how would I change the text formatting for just one part? I need to change the formatting to links title.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Howling Wolf Studios</title>
<script type="text/javascript">
<!--//
<style type="text/css">
<!--
body,td,th {
color: #FF0000;
}
body {
background-color: #000000;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
-->
</style></head>
<body>
<a href="mailto:jbock@howlingwolfstudios.net?Subject=Howling Wolf Studios" <u> Email me </u></a> any questions and/or suggestions.
<br>
<br>
Links
<hr />
<br>
</div>
<i>
- <a href="http://www.scad.edu" <u> Savannah College of Art & Design </u></a>
<br>
<br>
- <a href="http://www.highend3d.com" <u> Highend 3d </u></a> is where you can find shaders, textures and tutorials on most of todays 3d programs.
<br>
<br>
- <a href="http://www.pbase.com/ocelaridhighlan" <u> Pbase </u></a> is my personal web gallary of photographs.
</i>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome to Howling Wolf Studios</title>
<script type="text/javascript">
<!--//
<style type="text/css">
<!--
body,td,th {
color: #FF0000;
}
body {
background-color: #000000;
}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
-->
</style></head>
<body>
<a href="mailto:jbock@howlingwolfstudios.net?Subject=Howling Wolf Studios" <u> Email me </u></a> any questions and/or suggestions.
<br>
<br>
Links
<hr />
<br>
</div>
<i>
- <a href="http://www.scad.edu" <u> Savannah College of Art & Design </u></a>
<br>
<br>
- <a href="http://www.highend3d.com" <u> Highend 3d </u></a> is where you can find shaders, textures and tutorials on most of todays 3d programs.
<br>
<br>
- <a href="http://www.pbase.com/ocelaridhighlan" <u> Pbase </u></a> is my personal web gallary of photographs.
</i>
</body>
</html>