Click to See Complete Forum and Search --> : Needs some simple graphic/tables coding help


|mmortal
03-28-2006, 04:46 AM
Hey Guys,
First time poster long time reader :) I have not coded for a looong time more then 1 year now lol. I am having trouble coding a simple graphical design in html. At the moment I am trying to make it so the table I have got located here - http://www.samcolebatch.com/Site1/index.html

The graphic table should look like this - http://www.samcolebatch.com/Site1/index.gif Unfortunatly as I have not coded very well for the first time in ages I am absolutely stuck and can not see what I have done wrong. I was wondering if I could get a second set of eyes on the coding and see if someone could have a go at fixing it?

Thanks heaps in advance!!

Yours sincerely
Sam Colebatch
http://www.samcolebatch.com

KDLA
03-28-2006, 09:09 AM
<table width="100%" height="30" align="center" valign="middle" cellspacing="0" padding="0" border="0">
<tr>
<td width="100%" height="30" align="left" valign="middle">
<img src="logo.gif" border="0">
</td>
</tr>
</table>

<table bgcolour="#ECECEE" width="500" height="500" align="left" valign="top" border="0" cellpadding ="0" cellspacing="0">
<tr>
<td width="10" valign="top" align="left" background="rightmenucorner.gif">
</td>
<td width="200" valign="top" align="left" background="topmenumiddle.gif">
</td>
<td width="10" valign="top" align="left" background="leftmenucorner.gif">
</td>
</tr>
<tr>
<td width="10" valign="top" align="left" background="leftmenumiddle.gif">
</td>
<td bgcolor="#ECECEE" width="10" valign="top" align="right">
test
</td>
<td width="10" valign="top" align="right" background="rightmenumiddle.gif">
</td>
</tr>
<tr>
<td width="9" valign="top" align="left" background="leftmenucorner1.gif">
</td>
<td width="200" valign="top" align="left" background="bottommenumiddle.gif">
</td>
<td width="10" valign="top" align="right" background="rightmenucorner1.gif">
</td>
</tr>
</table>

KDLA

ray326
03-28-2006, 12:48 PM
Funny. That doesn't look like tables to me, it looks like an h1, two divs and a list.

the tree
03-28-2006, 01:38 PM
Agreed, I can't throw together an example with the images sliced as they are.

edit: actually Ray, why two divs?

ray326
03-28-2006, 10:55 PM
edit: actually Ray, why two divs?Nav and content. Maybe a third as a wrapper.