OZONE Asylum
Forums
Stupid Basic HTML
.CSS/Table Issues
This page's ID:
9622
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
Kind of a stupid post I know and I'm sorry for not posting the code, I'd just like some opinions. I create a .css file (I KNOW it is correctly written) and I create a site using tables. Well inside the tables, the .CSS font I choose doesn't work. For example I use Arial/Verdana at 8PT and it works on everything except when I add text INSIDE a table. Opinions please.. I'll go ahead and quickly create an example of what I am talking about and post it back here! <edit>: The HTML and .CSS are below [b]The .CSS Code[/B} BODY { font-family: Arial, Verdana; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #FF9900; text-decoration: none; background-color: #666666; background-repeat: no-repeat; letter-spacing: normal; text-align: center; word-spacing: normal; cursor: crosshair} [B] The HTML Code [/b] <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <p> </p> <p>For Example, This is where the .CSS Style Sheet is WORKING CORRECTLY!</p> <p> </p> <table width="655" border="1"> <tr> <td>And for example, It doesn't here! WHY!</td> </tr> </table> <p>Please Explain this sad logic to me, I'm confused!</p> </body> </html> [This message has been edited by Dr T E Ozone (edited 04-15-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »