Stupid table problem… design view only..help?
Question by tang: Stupid table problem… design view only..help?
Well here’s two pictures:
http://share4pic.com/images/5/7/7/5775707.jpg
http://share4pic.com/images/3/8/0/3805708.jpg
The first is of the problem. I place pictures of my mum’s art in the cells to the right and for some reason, the damn cells on the left have to expand wth the ones on the right, leaving me with a completely stuffed up navigation. You can see a normal navigation in the second pic. I’ve been trying to make those cells on the left go little to match the website template. It seems to be impossible, I’m using Frontpage and no I can’t do any coding, is there any function within the program that I’m missing where I can just easily select for this to NOT happen?
this is driving me nuts, if i can’t do it i’m going to have to send her to a pro where she will spend hundreds of dollars.
I tried to paste some code in here but it exceeds the character limit. Isn’t there some way I can just do this through thr buttons on frontpage? I need to be able to do this to about 40 damn pages, so it needs to be simple. It’s looking like a pro is the only way out.
Hey sory for swearing I’m just pretty pissed off with this website. Thanks for your help.
Best answer:
Answer by Joshua J
Set the cell width to your desired proportion in the
Add your own answer in the comments!
Comments
One Response to “Stupid table problem… design view only..help?”Speak Your Mind
Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
That’s the problem with using tables and not divs/CSS. Cells are not for web page layouts. With that said, you need to set specific widths/heights for every cell with image(s) I would set them to a size that will make a nice two column image list. Then I would add padding where needed to tweak if necessary.
Or, try adopting some nice gallery codes to your pages:
http://www.dynamicdrive.com/dynamicindex4/indexb.html
http://www.stunicholls.com/gallery/index.html
Ron