Posted by not_bad on 09/30/07 04:34
Let's say I need somethink like that below.
Especially with h3 or bold. How can I change colors?
Sometimes I need just one letter in different color!
Google doesn't help a lot.
Help!
TIA
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<h3>Lorem<font color="#00FF00"> </font><font
color="#FF00FF">ipsum</font><font color="#00FF00">
</font>dolor <font color="#FF0000">sit</font>
amet, <font color="#0000FF">consectetur </font>adipisicing elit, </h3>
</body>
</html>
[Back to original message]
|