|
|||||
|
There are many ways to structure your exterenal CSS rules. What I do
is place style style rules inline, separating each block with line spaces: Code:
div ul {list-style: none; margin: 1em 0;}
p ul li {display: inline; color: #000;}
Code:
div ul {
list-style: none;
margin: 1em 0;
}
p ul li {
display: inline;
color: #000;
}
you can group navigation elements together, followed by typography, etc. What I do is simply list them according to source code placement. How do you all do yours? |
|
|||||
|
I use second option but group styles elements on one line:
Code:
div.something
{
border-top:1px solid #bbb;
padding:0;
margin:0;
}
I hope this make sense...
__________________
Advanced CMS software with directory, blog, classifieds and portal features |
![]() |
| Bookmarks |
| Webmaster Resources |
| • UK Web Hosting • UK WW SEO Tools • Free site submission • Web Directory |
| Advertisement |
![]() |
| Site Of the Month |
![]() Nominate site of the month |
|
|
| UK Webmaster World Forums - Internet marketing, web development, domain names, SEO contest and discussuons. |
| Subscribe to our feeds |