• RSS
  • Twitter
  • FaceBook

Security Forums

Log in

FAQ | Search | Usergroups | Profile | Register | RSS | Posting Guidelines | Recent Posts

HTML comment tags

Users browsing this topic:0 Security Fans, 0 Stealth Security Fans
Registered Security Fans: None
Goto page Previous  1, 2
Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> Programming and More

View previous topic :: View next topic  
Author Message
Wombat
Trusted SF Member
Trusted SF Member


Joined: 24 Apr 2002
Posts: 0
Location: Canberra

Offline

PostPosted: Thu Aug 22, 2002 12:52 am    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   

Post new topic   Reply to topic   Printer-friendly version    Networking/Security Forums Index -> Programming and More All times are GMT + 2 Hours
Goto page Previous  1, 2
Page 2 of 2


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Community Area

Log in | Register