OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Linking Css
This page's ID:
10811
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
VC: So if I got you right you want one of your tables to have a transparent background, yes? Something like this should do it if it's only one table you want to apply that style to: <table [b]style="background-color: transparent;"[/b]> ... </table> Or, if you want to use the style more than once, you should make it a class (which you could also put into an external file): <head> <style type="text/css"> .special { background-color: transparent; } </style> </head> and have that class in your table tags: <table [b]class="special"[/b]> ... </table> [url=http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=282]kuckus (cell #282)[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »