| Author |
Message |
quijbe
Leg Humper


Joined: 16 Jan 2002 Posts: 5483
|
Posted:
Wed Feb 28, 2007 12:18 pm Post subject: HTMlL\Tables help requested |
|
I got a little issue I can't seem to solve. I am re-tooling this website for a catering company. Everything is looking great, except they want to insert some pictures next to their related menu items. I am working with tables here, and just can't seem to manage to get the tables lined up so the pictures are where I want. here is the page as it is now:
this pic shows where they want the pictures to go, and here is an example image I am trying to insert.
I know someone is going to look at ti and immediately see what needs to be done (Ly I am looking in your direction).
Thanks for any help.
(copy and paste links if you get a 403 message) |
_________________ http://www.habervision.net
|
|
|
|
|
Lycander
Lead Dog


Joined: 24 May 2002 Age: 25 Posts: 12198
Location: The Constitution State
|
Posted:
Wed Feb 28, 2007 3:32 pm Post subject: |
|
It looks like you put all the images in a DIV, and in one single TD.
Option #1: Add to the DIV tag that holds all those images:
style="white-space: nowrap"
What this will do is any spaces outside of HTML tags will NOT allow a line break (wrapping).
Option #2: Embed yet another table in that TD that replaces the DIV altogether. Then put each image in its own TD. This is the web 1.0 way of doing things.
EDIT: I just tested Option #1 and it seems to work fine (sorry I don't have a webhost to prove it). The white-space: nowrap CSS should work in both FF and IE. |
_________________ To the top of hunger mountain
I found my solitary ways
Where I could live on nuts and honey
And take my shelter in a cave
|
|
|
|
|
|
|