HTML table problem
HTML table problem
http://www.members.cox.net/borke
I saw that bitWISE posted some code that had some tables laid out like I wanted. I know very little about html and have mostly just slapped the word "test" around some commands until it went to where I wanted to post a image or table. :icon32:
Question I have is I want to put some images, text into the center area in the link above. But I have no idea why it want go where I want it to. The code my be totaly wrong but that's the best I could do. I've been searching for 3 days now on some source code I had and cant find it. It had just what I needed, but oh well.
anyone know what I'm doing wrong?
I saw that bitWISE posted some code that had some tables laid out like I wanted. I know very little about html and have mostly just slapped the word "test" around some commands until it went to where I wanted to post a image or table. :icon32:
Question I have is I want to put some images, text into the center area in the link above. But I have no idea why it want go where I want it to. The code my be totaly wrong but that's the best I could do. I've been searching for 3 days now on some source code I had and cant find it. It had just what I needed, but oh well.
anyone know what I'm doing wrong?
Your code is really messed up and I haven't used tables in a long time. I suggest you get a premade template and mess with that instead.
http://www.oswd.org
http://www.oswd.org
this took 2 minutes of cut/paste so it aint great but a lot closer than what you had
replace your second table with this:
replace your second table with this:
Code: Select all
<table width="100%" height="100%" border="0" bgcolor="#B52100">
<tr valign="top">
<td height="100%" width="100">
<font size="3" color="#FFFFFF"><u><center>Forums</center></u></font>
<br>
<a href="http://www.quake3world.com/forum/"><img src="misc/q3w_button.jpg" border="0"></a>
<br>
<a href="http://www.levelsource.com/"><img src="misc/levelsource_button.gif" border="0"></a>
<br>
<a href="http://www.map-center.com/"><img src="misc/mc_button.jpg" border="0"></a>
<br>
<font size="3" color="#FFFFFF"><u><center>Tools</center></u></font>
<br>
<a href="http://www.shaderlab.com/"><img src="misc/q3map2.gif" border="0"></a>
<br>
<a href="http://www.qeradiant.com/"><img src="misc/radiant_button.gif" border="0"></a>
<br>
<font size="3" color="#FFFFFF"><u><center>Mappers</center></u></font>
<br>
<a href="http://www.planetquake.com/kaziganthe/"><img src="misc/kaz_button.gif" border="0"></a>
<br>
<a href="http://www.planetquake.com/pjw/"><img src="misc/pjw_button.jpg" border="0"></a>
<br>
</td>
<td>
MAIN CONTENT PANE RIGHT ERE
</td>
</tr>
</table>
Check http://glish.com/css/ for CSS layouts.shiznit wrote:yeah you are using tables, try css instead.