PDA

View Full Version : Long thread title.. and moving images..


!!!cyr0n_k0r
11-10-2002, 01:35 AM
Ok, at the top of the thread there is a series of images.

In the center of the images is the variable for the thread title. I forget, its something like $thread[title] or something like that.

Anyway, as you can see in the picture, when the thread title gets too long it messes up the images.

What changes to my code do I make to allow the images to "strectch" when the thread title gets long.

Example, the center image background will expand with the thread title.. while the left and right image backgrounds shrink to allow room for the thread title.


<!-- Begin Top Images -->

<br><table width="{contenttablewidth}" height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="right" width="0"><img src="{imagesfolder}/*******/left.gif"></td>
<td width="30%" align="center" background="{imagesfolder}/*******/bg_top.gif"></td>
<td valign="top" align="right" background="{imagesfolder}/*******/bg_top.gif"></td>
<td align="left" width="0"><img src="{imagesfolder}/*******/left2.gif" ></td>

<td width="40%" align="center" background="{imagesfolder}/*******/bg_top2.gif">
<normalfont color="{categoryfontcolor}"><b>$thread[title]</b></normalfont></a><br></td>
<td align="right" width="0"><img src="{imagesfolder}/*******/right2.gif"></td>
<td width="30%" align="center" background="{imagesfolder}/*******/bg_top.gif">
</td>
<td valign="top" align="right" background="{imagesfolder}/*******/bg_top.gif"></td>
<td align="left" width="0"><img src="{imagesfolder}/*******/right.gif" ></td>
</tr>

<!-- End Top Images -->



-----
the reason the site is blurred out is because the site isnt yet live, and I dont want to deal with traffic and stuff until it goes live.

Dean C
11-10-2002, 09:12 AM
Why not just removed the thread title from that space..?

- miSt

!!!cyr0n_k0r
11-10-2002, 10:40 PM
thats not an answer.

Can someone answer this?

Pancreas Paul
11-11-2002, 12:02 AM
Hey Cyron kor. Its clownmoun :D Anyway, are you talking about the thing that goes Thread Forum>Forum cat>Thread title?

Pancreas Paul
11-11-2002, 12:29 AM
Sorry for posting again, but he wanted me to. Ok, try this.


<!-- Begin Top Images -->

<br><table height="100%" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="right" <img src="https://vborg.vbsupport.ru/images/*******/left.gif"></td>
<td align="center" background="https://vborg.vbsupport.ru/images/*******/bg_top.gif"></td>
<td valign="top" align="right" background="https://vborg.vbsupport.ru/images/*******/bg_top.gif"></td>
<td align="left"><img src="https://vborg.vbsupport.ru/images/*******/left2.gif" ></td>

<td align="center" background="https://vborg.vbsupport.ru/images/*******/bg_top2.gif">
<normalfont color="#000000"><b>$thread[title]</b></normalfont></a><br></td>
<td align="right"><img src="https://vborg.vbsupport.ru/images/*******/right2.gif"></td>
<td align="center" background="https://vborg.vbsupport.ru/images/*******/bg_top.gif">
</td>
<td valign="top" align="right" background="https://vborg.vbsupport.ru/images/*******/bg_top.gif"></td>
<td align="left"><img src="https://vborg.vbsupport.ru/images/*******/right.gif" ></td>
</tr>

<!-- End Top Images -->

!!!cyr0n_k0r
11-11-2002, 12:44 AM
nope, that didnt help.
It made the thread title no goto another line.. but the left and right backgrounds were all messed up.