OZONE Asylum
Forums
Site reviews!
FUll site review after changes !
This page's ID:
9924
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
dyZ440, If you are going to use tables, use the style sheets to determine what the font specs are (color, indention, font-family) that kind of thing. Then you can use the place the background image in your <table> or <td> tags and that should work fine. Also, please do not mix using tables and CSS alignment (i.e.{position: absolute ; left:100px ; top:50px ; width:200px ;}) Mixing the two is bad ju-ju. Pick one or the other. About the #hello, this is one thing that can kind of be hard to get about CSS. The # before the seletor, in this case "hello", will signify an "id", not "class". So when this is used: #hello, it would be used like <div [b]id[/b]="hello"></div> not <div [b]class[/b]="hello"></div> When using the "id" attribute, use it sparingly. The "id" doesn't support some properties to be inherited. Read [url=http://www.htmlhelp.com/reference/css/structure.html]this article[/url] about the differences between "Class" and "ID" attributes. I mostly use the "class" attribute, but when I make a "box" that will act as a left or right menu, or something like that, then I use the "id" attribute. Read that article though and really try to get a grasp on it. I think that will help a lot. Later, C:\ ~Binary is best~
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »