Forum Home
Press F1
 
Thread ID: 104607 2009-11-02 08:31:00 HTML xyz823 (13649) Press F1
Post ID Timestamp Content User
826533 2009-11-02 08:31:00 I need some help with a site I am helping my aunty do.
http://www.frisbiedating.com

I need to delete the dinner dating picture and move speed dating and teams fun so they are even on the top row.

Currently the code reads as this:


<table width=100%>
<tr>
<td width=33%>
<a href="/node/20"><img src="/butts/dinnerdating.png"></a>
</td>
<td width=33%>
<a href="/node/18"><img src="/butts/speeddating.png"></a>
</td>
<td width=33%>
<a href="/node/64"><img src="/butts/teamsfun.png"></a>
</td> </tr><tr>
<td width=33%>
<a href="/node/28"><img src="/butts/connectparties.png"></a>
</td>
<td width=33%>
<a href="/node/60"><img src="/butts/dwk.png"></a>
</td>
<td width=33%>
<a href="/node/65"><img src="/butts/intros.png"></a>
</td>
</tr>
</table>

So anyone able to help?
xyz823 (13649)
826534 2009-11-02 09:46:00 What do you mean even on the top row? Like the 2 cells spaced evenly over the 3 below? hueybot3000 (3646)
826535 2009-11-02 09:52:00 You mean like this??

<table width=100%>
<tr>
<td width=16%>
</td>
<td width=33%>
<a href="/node/18"><img src="/butts/speeddating.png"></a>
</td>
<td width=33%>
<a href="/node/64"><img src="/butts/teamsfun.png"></a>
</td>
<td width=16%>
</td>
</tr>
</table>
<table width=100%>
<tr>
<td width=33%>
<a href="/node/28"><img src="/butts/connectparties.png"></a>
</td>
<td width=33%>
<a href="/node/60"><img src="/butts/dwk.png"></a>
</td>
<td width=33%>
<a href="/node/65"><img src="/butts/intros.png"></a>
</td>
</tr>
</table>
coldot (6847)
1