Haha… html problems… that’s gotta be a first
well anyway I can’t get 2 tables side by side for some reason and it’s really pissing me off.
http://www.syntheticwhat.net/expire
let me know if you know what to do
thanks
-xxvii(brain impaired)
Haha… html problems… that’s gotta be a first
well anyway I can’t get 2 tables side by side for some reason and it’s really pissing me off.
http://www.syntheticwhat.net/expire
let me know if you know what to do
thanks
-xxvii(brain impaired)
um… try having a table with two vertical cells, then place a table inside each of those
i did… and it didnt work :*(
What Ahmed suggested should work and look like this.
<table width=“60%” border=“1” cellspacing=“1” cellpadding=“3” bgcolor="#66CCFF">
<tr>
<td>
<table width=“100%” border=“1” cellspacing=“1” cellpadding=“3” bgcolor="#CCFFFF">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</td>
<td>
<table width=“100%” border=“1” cellspacing=“1” cellpadding=“3” bgcolor="#FFCCFF">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="60%" border="1" cellspacing="1" cellpadding="3" bgcolor="#66CCFF">
<tr>
<td>
<table width="100%" border="1" cellspacing="1" cellpadding="3" bgcolor="#CCFFFF">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</td>
<td>
<table width="100%" border="1" cellspacing="1" cellpadding="3" bgcolor="#FFCCFF">
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</td>
</tr>
</table>
thanks abzoid… i know it works… i’m just having some difficulties with it for some reason or another.
:: Copyright KIRUPA 2024 //--