HTML comment tags
Goto page Previous  1, 2  :||:
Networking/Security Forums -> Programming and More

Author: WombatLocation: Canberra PostPosted: Thu Aug 22, 2002 12:52 am    Post subject:
    ----
You're linking to an external stylesheet (style.css) and all your text is in <p></p> tags. So why not define something for "p" in style.css? Something like:

Code:
p {
  font : Arial;
  font-size : 1em;
  color : Black;
  font-weight : bold;
}


In the places where a tag has the "justified" class, it'll apply the "p" styles first and then apply the "justified" styles over the top, overriding any conflicts. This is the "Cascading" part of the CSS acronym.



Networking/Security Forums -> Programming and More


output generated using printer-friendly topic mod, All times are GMT + 2 Hours

Goto page Previous  1, 2  :||:
Page 2 of 2

Powered by phpBB 2.0.x © 2001 phpBB Group