(First let me say that I'm a web design newbie)
So I have this premium template that I'm customizing, and I'm trying to add a simple text-link, navigational menu to the left side.
Problem...
After adding more than 5 (returned) lines of type, the sliced image repeats and throws the entire site off. Is there a way to add a table of text over multiple sliced gifs so that it doesn't repeat? Let me just show you the problem, and you'll understand what I'm trying to do, and hopefully be able to offer advice.
Screenshot:
Here's the HTML:
Code:
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="200" background="images/left-bg.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td colspan="2"><IMG SRC="images/pc15.gif" WIDTH=201 HEIGHT=35 ALT=""></td>
</tr>
<tr valign="top">
<td width="12" background="images/pc49.gif"><img src="images/inside_19.gif" width="12" height="289"></td>
<td width="190"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/inside_20.gif" width="189" height="71"></td>
</tr>
<tr>
<td height="98" background="images/inside_22.gif"><table width="84%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" class="text"><p>Line 1</p>
<p>Line 2</p>
<p>Line 3</p>
<p>Line 4</p>
<p>Line 5 </p></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="images/inside_23.gif" width="189" height="23"></td>
</tr>
<tr>
<td height="76" valign="top" background="images/inside_24.gif"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><div align="center" class="text"><strong></strong></div></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
Also note, that I don't want to change the PSD slicing in Photoshop, if I dont have to. Go easy on me guys.... I'm a newbie (but a quick learner).
|