Posted by scripts.contact on 03/15/07 17:27
Reiner Wagner wrote:
> Hello,
>
> I like to use a tag <red> like the tag <b>, that means I like to use the
> following:
>
> <p>This is a <red>test</red></p>
>
> and the word "test" got the color red.
>
> Is this possible?
Nope.
Use a VALID tag that you are not using anywhere else and change the
appearance using CSS like this:
<p>This is a <u>red</u></p>
css stuff-
U {text-decoration:none;color:red}
Navigation:
[Reply to this message]
|