View Single Post
Old 11-03-2008, 21:11   #1 (permalink)
socal_kl
Registered User
 
Join Date: Mar 2008
Posts: 1
Displaying DIV instead of TABLES

Hello,

Below is my code that I need to be displayed using div's .. and I'm not sure how to really do it. Any guidence is appreciated .. cheers

HTML Code:
<table border="0" cellpadding="4" cellspacing="0" width="750" background="images/bg1.jpg" align="center"> <tr> <td valign="top"> <span class="nav"> <A href="#">How it Works</A> &nbsp; | &nbsp; <A href="#">Join</A> &nbsp; | &nbsp; <A href="#">Expierences</A> &nbsp;| &nbsp; <span class="black"><A href="#">Offers</A> &nbsp; | &nbsp;<A href="#">Tickets</A></span> </td> <td width="100%"> </td> <td width="100%" valign="middle"> <table bgcolor="#ffffff"><tr><td valign="middle"> <form method="post"> <input type="text" size="20" name="Search" /></td> <td>&nbsp;</td> <td valign="middle"> <input type="image" src="images/search.jpg" /></form></td> <td>&nbsp;</td> <td valign="top" width="100%"> <span class="small">Nashville<br /> <A href="#">Change</A></span></span> </td></tr></table> </td> </tr> </table>
  Reply With Quote