OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Tables within CSS
This page's ID:
11096
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
Hey guys, I was wondering. I have a nice Christmas CSS and have my table links with the colous and links nicely set up, but I want to implement the HTML table and links within the CSS file, that way I don't have to keep copy/paste the table inside a brand new HTML document when I create a new page, instead it'll automatically be loaded within the css file. Can it be done? Here's the table as it is in the CSS file and then the HTML document: HTML: <table> <tr class="links"> <td></td><td></td><td></td><td></td> <td class="links"><A href="http://japandrews.tripod.com/index.htm">Home</A></td> <td></td><td></td><td></td><td></td><td></td><td></td> <td class="links"><A href="http://japandrews.tripod.com/photos.html">Photos</A></td> <td></td><td></td><td></td><td></td><td></td><td></td> <td class="links"><A href="http://japandrews.tripod.com/comments.html">Comments</A></td> <td></td><td></td><td></td><td></td> </tr> </table> CSS File: TABLE {background: #004000; border-width: medium; border-style: double; border-color: #FF0000; align: center;} TR.links {font-size:18pt;} TD.links {font-size:18pt;} A:link {text-decoration: none; color: #FFFFFF;} A:visited {text-decoration: none; color: #FFFFFF;} A:hover {text-decoration: none; color:#FF0000;} Can I put the HTML code into the CSS file and have the table auto load? Thanks Genki Dave
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »