OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Using Divs and tables
This page's ID:
11101
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 but I didn't want to post a whole load of HTML but here goes...[code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <link rel="stylesheet" href="../includes/cssAdmin.css" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <div id="main"> <div id="menu"> <h1>Admin</h1> <h2>Main Menu</h2> <ul> <li><a href="list.asp?type=Content">Content Pages</a></li> <li><a href="list.asp?type=Image">Image Library</a></li> <li><a href="list.asp?type=Document">Document Library</a> </li> <li><a href="list.asp?type=Notice">Notice Board</a></li> <li><a href="list.asp?type=Calendar">Calendar</a></li> <li><a href="list.asp?type=Results">Results</a></li> </ul> </div> <div id="content"> <p><form name="form1" method="post" action="addItem.asp?type=Notice"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><h3>List Item</h3></td> <td><h3>Functions</h3></td> </tr> <tr> <td nowrap>my Titles - 31/10/2003</td> <td nowrap><input name="edit2" type="button" id="edit2" value="Edit" onClick="editMe('2','Notice');"> <input name="delete2" type="button" id="delete2" value="Delete" onClick="deleteMe('2','Notice');"> <input name="preview2" type="button" id="preview2" value="Preview" onClick="previewMe('2','Notice');"></td> </tr> <tr> <td nowrap>Thuis is hte mamazing title - 11/05/2003</td> <td nowrap><input name="edit5" type="button" id="edit5" value="Edit" onClick="editMe('5','Notice');"> <input name="delete5" type="button" id="delete5" value="Delete" onClick="deleteMe('5','Notice');"> <input name="preview5" type="button" id="preview5" value="Preview" onClick="previewMe('5','Notice');"></td> </tr> <tr> <td nowrap>new title - 17/04/2003</td> <td nowrap><input name="edit4" type="button" id="edit4" value="Edit" onClick="editMe('4','Notice');"> <input name="delete4" type="button" id="delete4" value="Delete" onClick="deleteMe('4','Notice');"> <input name="preview4" type="button" id="preview4" value="Preview" onClick="previewMe('4','Notice');"></td> </tr> <tr> <td> </td> <td><input name="submit" type="submit" id="submit" value="Add New"></td> </tr> </table> </form></p> </div> </div> </body> </html> [/code] Cheers, Blaise
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »