This must be very simple for you. its about tables

liunx

Guest
Lol you'll probably laugh but i cant get this to work. im trying to start making a website. its basically going to be a table. BUT. i cant get the proper layout of the table. could someone please help me? ill show you what i basically want as the site.. what im aiming at. <br />
<!-- m --><a class="postlink" href="http://groups.msn.com/-Trce-sPictures/acollectionofpictures.msnw?action=ShowPhoto&PhotoID=6">http://groups.msn.com/-Trce-sPictures/a ... &PhotoID=6</a><!-- m --> <br />
<br />
im looking to getting the border colour Crimson...which i got working. lol...<br />
and im looking to having the table as the only information on the website. yet having it from the left and right. a kind of space. so the table is centered. if you understand. lol<br />
<br />
-|Tr|ce|-<!--content-->I can't see the picture... But what do you want to do, are you expecting us to write you a full website code? I'm too lazy.<!--content-->Nope im not looking for you to code the website. lol just help with the table..<br />
<br />
its in this link..<br />
<br />
Picture Here (<!-- m --><a class="postlink" href="http://groups.msn.com/-Trce-sPictures/acollectionofpictures.msnw?action=ShowPhoto&PhotoID=6">http://groups.msn.com/-Trce-sPictures/a ... &PhotoID=6</a><!-- m -->)<!--content-->Hi Trice;<br />
<br />
This should get you started:<br />
<br />
<TABLE border="4" cellpadding="0" cellspacing="0" bordercolor="FF0000" width="800"><br />
<TR><br />
<TD colspan="3" border="1" width="100%" height="100" align="center" valign="middle"><br />
<IMG src=http://www.htmlforums.com/archive/index.php/"??.jpg" width="500" height="90"></TD><br />
</TR><br />
<TR><br />
<TD colspan="3" width="100%" height="100%" align="center" valign="middle"><br />
<FONT size="5">Gallery</FONT><br />
</TD><br />
<TR><br />
<TD colspan="1" rowspan="2" width="10%" height="400" align="center" valign="middle"><br />
<IMG border="0" src=http://www.htmlforums.com/archive/index.php/"image1nail.jpg"><br />
</TD><br />
<TD colspan="1" width="80%" height="400" border="1" align="center" valign="middle"><br />
<IMG border="0" src=http://www.htmlforums.com/archive/index.php/"image1nail.jpg"><br />
</TD><br />
<TD colspan="1" rowspan="2" width="10%" height="400" border="1" align="center" valign="middle"><br />
<IMG border="0" src=http://www.htmlforums.com/archive/index.php/"image1nail.jpg"><br />
</TD><br />
</TR><br />
<TR><br />
<TD colspan="1" border="1" width="100%" height="5" align="center" valign="middle"><br />
<IMG border="0" src=http://www.htmlforums.com/archive/index.php/"image1nail.jpg"><br />
</TD><br />
</TR><br />
</TABLE><br />
<br />
....Willy<!--content-->Oh, sorry. I didn't get it first.<!--content-->simply like this....?<br />
<div align="center"><br />
<table border="1" cellpadding="0" cellspacing="0" width="65%" height="145"><br />
<tr><br />
<td width="100%" colspan="3" height="56">&nbsp;</td><br />
</tr><br />
<tr><br />
<td width="100%" colspan="3" height="48">&nbsp;</td><br />
</tr><br />
<tr><br />
<td width="20%" height="38" rowspan="2">&nbsp;</td><br />
<td width="60%" height="19">&nbsp;<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</p><br />
<p>&nbsp;</td><br />
<td width="20%" height="38" rowspan="2">&nbsp;</td><br />
</tr><br />
<tr><br />
<td width="33%" height="19">&nbsp;</td><br />
</tr><br />
</table><br />
</div><!--content-->
 
Back
Top