View Full Version : AAAAAAAHHHHHHHHH!!! Funny tables!!!


Kitty Litter
04-02-2003, 11:41 AM
Right, when I go on sites with cartoon dolls on they have a kind of table with LOTS OF pictures in it. Does any1 know (if) a code for a table wid multiple piccies??????

pb&j
04-02-2003, 01:31 PM
it is just a regular table with image tags in them.

make a table with as many rows and cells are you need, insert image coding into the cells.

have you read the tutorial on this site about tables?
http://www.lissaexplains.com/table.shtml

if i missed the true question, please post a link to an example of what you are talking about.

Kitty Litter
04-02-2003, 02:04 PM
Um....go 2 www.geocities.com/mitsikisdolls5/freesilentdollsxxx.html
well i want that sorta table!!!!!!!!!!!! I'm soooooooooo exsasperated I've looked evrywhere 4 da code!!!!

pb&j
04-02-2003, 04:32 PM
ok,
view that page you linked to in your browser,
click on VIEW then SOURCE.

you will be looking at the coding of that page. find the starting
<table some_other_properties_here>
tag and go down till you find the ending
</table>
tag.

that's it.

(in this particular case though, it looks like that person forgot to include the ending table tag before the ending </body> tag, so that's kinda a bad example.)