PDA

View Full Version : Stretch Table


The Wizzard
08-20-2002, 02:01 AM
Hey guys, I have breadcrumbs on my site, and in the table cell there is a bg. Then, there is a cell to the right of it, and in that cell is an image. Well, when you go to the different pages, the breadcrumb text is going to be longer, or shorter. Well, I need the image in the right cell to just move over a bit to allow the size of the text. I have included a picture to show what I am talking about...

http://www.enemydown.org/DevFly/images/view.gif

webmarkart
08-20-2002, 06:03 AM
why dont you just put the image in the same td as the breadcrumb?

<td>breadcrumb &nbsp; image</td>

The Wizzard
08-20-2002, 06:26 AM
I tried that, but as i expected, it just shoves the image below the text...

mouse
08-20-2002, 06:43 AM
Have you tried <td nospan> ?

webmarkart
08-20-2002, 03:51 PM
Have you tried adding an align tag within the image tag?

<td>breadcrumb <img src="image.jpg" align="right"></td>