Hello everyone,
I'm having a problem with a site I'm building. It uses tables, but
it's really tricky. A picture of the layout I need can be found at
http://www.altmarvel.net/Liam/WHATINEED.jpg (sorry for the all-caps in
the filename).
What I need is a table that with two sides: the left is headers, and
the right is information, like so:
Product number: 123456789
Product name: Lawnmower
Colour: Fire engine red
etc. etc.
However, I need to include an inset of the picture of the product in
the right-top corner. However, the product picture could be any size,
so it might span down three TDs, four TDs, all TDs. So I can't make a
third TR that spans any specific number of TDs. Also, there is a
product description and some reviews of the product that could stretch
those TDs to any length, making the prediction of any ROWSPAN even
more impossible. How do I do this?
I've seen this done on other sites, but their code is so disorganized
that reading it for clues gives me headaches.
I'm having a problem with a site I'm building. It uses tables, but
it's really tricky. A picture of the layout I need can be found at
http://www.altmarvel.net/Liam/WHATINEED.jpg (sorry for the all-caps in
the filename).
What I need is a table that with two sides: the left is headers, and
the right is information, like so:
Product number: 123456789
Product name: Lawnmower
Colour: Fire engine red
etc. etc.
However, I need to include an inset of the picture of the product in
the right-top corner. However, the product picture could be any size,
so it might span down three TDs, four TDs, all TDs. So I can't make a
third TR that spans any specific number of TDs. Also, there is a
product description and some reviews of the product that could stretch
those TDs to any length, making the prediction of any ROWSPAN even
more impossible. How do I do this?
I've seen this done on other sites, but their code is so disorganized
that reading it for clues gives me headaches.
Comment