So I've started in html - I'm just using simple coding now, and I want to know how to add 2 text boxes to a picture, and form a layout type thing. =P
Here's the code I've been using that works, but it only does for one text box:
<center>
<table style="width: 600px; height: 450px;" align="center" background="http://i49.tinypic.com/ea01e8.gif" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td colspan="3" height="30"><br></td></tr>
<tr><td height="200" width="972"><br></td>
<td align="left" width="5">
<div style="overflow: auto; width: 170px; height: 270px;" align="center">
<font style="text-align: center; color: rgb(128, 101, 23); font-size: 16px;" face="Book Antiqua"><span style="font-weight: bold; color: rgb(255, 255, 215);">Title<br></span><span style="font-weight: bold;"><span style="color: rgb(255, 255, 215);">* </span></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><br style="color: rgb(255, 255, 215);"><span style="font-weight: bold;"><br style="color: rgb(255, 255, 215);"><span style="color: rgb(255, 255, 215);">Title</span><br style="color: rgb(255, 255, 215);"></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><br style="color: rgb(255, 255, 215);"><span style="font-weight: bold;"><i><b><br style="color: rgb(255, 255, 215);"></b></i><b><font style="text-align: center; color: rgb(255, 255, 215); font-size: 16px;" face="Book Antiqua"><b>Title</b></font><br style="color: rgb(255, 255, 215);"></b></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><span style="font-weight: bold;"><i><b><br></b></i></span><i><b></b></i></font></div></td>
<td height="350" width="170"><br></td></tr>
<tr><td colspan="3" height="50"><br></td></tr>
</tbody>
*end*
So how do I add another text box to that so I can have 2 in one code?
Thanks for the help.
Here's the code I've been using that works, but it only does for one text box:
<center>
<table style="width: 600px; height: 450px;" align="center" background="http://i49.tinypic.com/ea01e8.gif" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr><td colspan="3" height="30"><br></td></tr>
<tr><td height="200" width="972"><br></td>
<td align="left" width="5">
<div style="overflow: auto; width: 170px; height: 270px;" align="center">
<font style="text-align: center; color: rgb(128, 101, 23); font-size: 16px;" face="Book Antiqua"><span style="font-weight: bold; color: rgb(255, 255, 215);">Title<br></span><span style="font-weight: bold;"><span style="color: rgb(255, 255, 215);">* </span></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><br style="color: rgb(255, 255, 215);"><span style="font-weight: bold;"><br style="color: rgb(255, 255, 215);"><span style="color: rgb(255, 255, 215);">Title</span><br style="color: rgb(255, 255, 215);"></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><br style="color: rgb(255, 255, 215);"><span style="font-weight: bold;"><i><b><br style="color: rgb(255, 255, 215);"></b></i><b><font style="text-align: center; color: rgb(255, 255, 215); font-size: 16px;" face="Book Antiqua"><b>Title</b></font><br style="color: rgb(255, 255, 215);"></b></span><span style="color: rgb(255, 255, 215);">Text text text text text text text text text text text text text text text text text text</span><span style="font-weight: bold;"><i><b><br></b></i></span><i><b></b></i></font></div></td>
<td height="350" width="170"><br></td></tr>
<tr><td colspan="3" height="50"><br></td></tr>
</tbody>
*end*
So how do I add another text box to that so I can have 2 in one code?
Thanks for the help.
