View Full Version : CSS bottom links


rit3699
02-28-2005, 10:50 PM
I have a question..im building a website and i am using CSS..i also have tables..here is the addy:http://www.riversidemarinetn.com/basscat1.html i need the links on the right side of the table to be under it..ive tried everything but the right thing..any info would be greatly appreciated..thanks rit :(

lovely
02-28-2005, 10:52 PM
Um, you want the links on the right side to be under the table? You mean the image links, right?

rit3699
03-01-2005, 08:08 PM
Yes thats correct..i need the image links to be under the table and apparently i am not doing something right..lol..thanks for your help:)

Monkey Bizzle
03-02-2005, 05:11 AM
I noticed some errors in your code, so here they are plus the solution to your initial problem.

At the beginning of your table you need to close your b tags after you open them. Not one big closing tag at the end.

<b>Click For Larger Picture</b>

<b>Model</b>

<b>Motor</b>

At the end of your table You have extra tags, and they are not nested properly. The end of your table should look like this:
<TD>
$22,500
</TD>
</TR>

</TABLE>
</div>

To make your pics go on the next line, just add a <br> after that last </div> tag.

rit3699
03-02-2005, 10:48 PM
Ok i did that and its still not right..lol

Monkey Bizzle
03-03-2005, 01:17 AM
That's totally wierd. It works in FF, but not in IE and just putting a <br> there should do the trick. Hopefully someone else might see something that I overlooked.

Red_
03-03-2005, 01:28 AM
Try adding 1 more <br> and see if that works. If not, try and put them in the div that the table is in.

lovely
03-03-2005, 10:52 PM
I tried doing both of those already and I still can't get it to work. Sheesh rit, you've got a real troublemaker here.

I'm still working on it though! We'll find something yet..

maztrin
03-04-2005, 09:36 AM
maybe you could extend your table and put the images in there?!

rit3699
03-04-2005, 02:51 PM
Thanks for all of your help..i will try that and let you kow if it works..if you think of anything else please let me know:)