View Single Post
  #2 (permalink)  
Old Apr 19th, 2008, 14:55
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,012
Blog Entries: 2
Thanks: 5
Thanked 23 Times in 20 Posts
Send a message via Skype™ to Aso
Re: How best to do this using CSS?

It's entirely down to your situation.

If you want the flexibility of classes and ID's. then use them. If it's just as easy to edit inline, use inline!

The only thing I'll mention is that inline styles will affect print layouts too (whereas external stylesheets can be assigned to a given media).

If you think you're users will want to print these pages, it's best to use stylesheets and remove the inline styles.
Reply With Quote