View Full Version : Help Me!!!
Chikory
08-30-2003, 07:01 AM
I am trying to align images in a table form with one lot on the left and one lot on the right. But it won't let me! The problem is the way I got it now is that when you change the size of your font or line spacing my images go all out of wack. :angry:
So I am trying to have 2 columns down one side on the left, a gap in the middle and then 2 more columns on the right. I got about 20 images all up. So 6 on one side and 6 on the other. I can't seem to find the right answer I want. PLEASE HELP ME!? :sick:
where is the text going, is it in the column beside the image?
or is the text in the same cell? Are you specifying the demensions of the TD's?
Chikory
08-30-2003, 09:47 PM
Theres no text at all, its my home page and it has picture links. I want 2 rows of 6 going verticle on the left a big ass gap in the middle and then 2 rows of 6 on the right. I do have some text, but its just a disclaimer which is aligned to the left at the bottom of the page.
stuka
09-02-2003, 11:00 AM
Sounds like you need to look into CSS -- it's a nicer way to handle this kind of display. Check www.w3schools.com for a nice intro.
asprinz
09-18-2003, 09:42 PM
CSS was one of the first things I had to learn when I first got into web design. It is confusing at first, like when you download the core code of a website without downloading the whole page and you don't get the CSS and you are looking at it like 'what the hell is going on this looked so nice on the net and then it looks like crap on my computer...' but once you figure out how to work CSS it's a great tool...
kryptech.net
10-05-2003, 10:42 PM
who likes code??? heres what you do
<table width=100%><tr><td width=33%></td><td width=33%></td><td width=33%>
</td></tr><tr><td width=33%></td><td width=33%></td><td width=33%>
</td></tr>
</table>
--- hope that works
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.