Page is a not externally linkable
felix - 3:13 pm on Jan 8, 2003 (gmt 0)
I agree that using styles instead of formatting tags can be cumbersome, but it is part of what gives css an advantage in flexibility over straight html. In the original post, aias1975 said, "I am trying to separate the styling from the content". That is what the <span> tag is for. <p>Changing <span style="{color:red">color</span> is an example</p>
Hi hakre,