OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Mini Table to CSS
This page's ID:
25155
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
Alright I'm trying to get rid of most tables in my layouts. So I have a pretty simple table for laying out a form. Looks like so: (there's a little smarty template code in there which you can ignore) [code] <table cellpadding="2" cellspacing="0" width="90%"> <tr> <td>Username:</td> <td> <input type="text" name="user" value="{$user}" class="inputText"> </td> </tr> <tr> <td>Password:</td> <td> <input type="text" name="pass" value="{$pass}" class="inputText"> </td> </tr> </table> [/code] Is there an easy way to do this with CSS or are tables best? [img]http://www.bitdamaged.com/graphics/bitsig.gif[/img] .:[ Never resist a perfect moment ]:.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »