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
You could do something similar to this. [code] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns = "http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> <!-- form { width:90%; } label { width:49%; display:block; float:left; margin:0; } input { width:50%; } --> </style> </head> <body> <form> <label for="user">Username:</label><input type="text" id="user" name="user" value="" class="inputText"> <label for="pass">Password:</label><input type="text" id="pass" name="pass" value="" class="inputText"> </form> </body> </html> [/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »