Miss_Thang
08-06-2006, 03:55 AM
I made a layout for my gallery, this is actually my first time making a layout for coppermine. However, I screwed up on the coding ... BIG time! I tried but well, screwed up! Here's the coding I did:
<table width="719" height="306" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="3">
<img src="images/top_pic.jpg" width="719" height="274" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/bar.jpg" width="719" height="14" alt=""></td>
</tr>
<tr>
<td background="images/left_bg.jpg" width="1" height="18">
</td>
<td background="images/bg.jpg" width="717" height="18" valign="top">
<td width="100%" align="center">
{SYS_MENU}<br />{SUB_MENU}
</td>
</tr>
<td>
<tr>
<td valign="top">
{ADMIN_MENU}
{GALLERY}
<div style="text-align:center;">
<div>
{LANGUAGE_SELECT_FLAGS}<br />
{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
{CUSTOM_FOOTER}{VANITY}
<td background="images/right_bg.jpg" width="1" height="18">
</td>
</tr>
</table>
Here's how it looks: CLICK to view Gallery (http://forevermario.com/photos/index.php)! How can I fix this? It should come out like this here (http://lauren-conrad.net/coppermine/), but I don't know, lol. I tried viewing the source But I'm still lost ... :confusion
Any help would be HIGHLY appreciated!
<table width="719" height="306" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="3">
<img src="images/top_pic.jpg" width="719" height="274" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="images/bar.jpg" width="719" height="14" alt=""></td>
</tr>
<tr>
<td background="images/left_bg.jpg" width="1" height="18">
</td>
<td background="images/bg.jpg" width="717" height="18" valign="top">
<td width="100%" align="center">
{SYS_MENU}<br />{SUB_MENU}
</td>
</tr>
<td>
<tr>
<td valign="top">
{ADMIN_MENU}
{GALLERY}
<div style="text-align:center;">
<div>
{LANGUAGE_SELECT_FLAGS}<br />
{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
{CUSTOM_FOOTER}{VANITY}
<td background="images/right_bg.jpg" width="1" height="18">
</td>
</tr>
</table>
Here's how it looks: CLICK to view Gallery (http://forevermario.com/photos/index.php)! How can I fix this? It should come out like this here (http://lauren-conrad.net/coppermine/), but I don't know, lol. I tried viewing the source But I'm still lost ... :confusion
Any help would be HIGHLY appreciated!