OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
drop caps and css
This page's ID:
11168
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[quote]Can I just link to the sheet at the top of the factory profile page just after include statement?[/quote] Yes, you can link to as many style sheets as you'd like technically. I persoanlly find it can get pretty messy if you start breaking your stylesheets up though. I generally stick with one 'standard' stylesheet, one print stylesheet, and occasionally some other 'special purpose' stylesheet. You should be able to condense, consolidate, and minimize the content of the stylesheet by making some generic classes. You can call more than one class for any given element, which makes that aspect easier. For example, I *always* have these in my stylesheets - [code] .pad { padding:5px; } .nopad { padding:0; } .margin { margin:5px; } .nomargin { margin:0; } .alignc { text-align:center; margin:0 auto; } .alignl {text-align:left;} .alignr {text-align:right;} .floatl {float:left;} .floatr {float:right;} .clear { clear:both; } .border {border:#000 1px solid;} [/code] Or some variation thereof.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »