OZONE Asylum
Forums
Site reviews!
Doom3 Website (Please Review)
This page's ID:
22585
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
Looks like a classical game site to me, just ad some ads and you are done. This means it's not good or bad just pretty straight forward and probably apealing to your public. Which is a good thing. But when i take a peek into your code i am wondering why you used all those span tags and inline styles and even some font tags. Those are not needed anymore. I made an little example where i used an unordered list and a tiny picture to do the styling from the links. [url=http://www.xs4all.nl/~rinswind/test.html]Click-->[/url] Also i set all the font tags in the body style section in my style sheet. Because (almost)everything inherits from the body this way i only needed to set this once. Now take a little look at the style code for the list: [code] li {list-style: none inside url(bracket-xs.gif); background-color:#252525; [/code] with these rules [b]all[/b] list elements will get the little image in front. Just change the image and you will change style. The list itself looks like this [code] <ul> <li><a>item 1</a></li> <li><a>item 2</a></li> <li><a>item 3</a></li> </ul> [/code] simple For more info on lists look here: http://www.w3schools.com/css/css_list.asp http://www.alistapart.com/articles/taminglists/ http://www.alistapart.com/articles/dropdowns ------------------------------ Support [url=http://www.justice4pat.com/]Justice for Pat Richard[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »