TinyPortal
Development => Block Codes => Topic started by: SN on January 20, 2010, 10:24:31 AM
im creating a top block with this code
<div align="left">
</div><table style="background-color: rgb(44, 63, 94);" border="0" bordercolor="" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td><img alt="topbarend" src="../images/topbarend.png" style="border: 0px solid ; margin: 0px; width: 27px; height: 40px;" align="left"></td>
<td>search bar here</td>
<td><div align="right"><!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4b0e9d1854bb7905"><img src="http://s7.addthis.com/static/btn/v2/lg-bookmark-en.gif" alt="Bookmark and Share" style="border: 0pt none ;" height="16" width="125"></a><br></div><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pub=xa-4b0e9d1854bb7905"></script>
<!-- AddThis Button END --></td>
<td><img alt="topbarend" src="../images/topbarend2.png" style="border: 0px solid ; margin: 0px; width: 27px; height: 40px;" align="right"></td>
</tr>
</tbody></table>
and i want to put a search bar on the left side of it how can i do that?