Image Zoom photo gallery issue. Help!!!

Coffee Freak

New Member
I am building a photo gallery for a client of mine and I want to have his images Zoom in. I am sure there is a much easier way to do this, but his budget is small. Is there a way to keep the background of the table consistant so that when I switch to a portrait oriented image, it doesn't stretch the background?

Here is the site in question:

http://www.missionspotteryandmore.com/gallery2.html

Please be kind in your comments - I'm old school and haven't done this stuff professionally in over 10 years! I'm open for any constructive criticism, though!

Matt
 

CaldwellYSR

Member
:( Why are you using a table for layout? It honestly isn't worth fixing it (plus I don't know how because tables shouldn't happen unless they're used to make a data table). Also the images shouldn't be wrapped in p tags because those are for paragraphs. To be a little more constructive... you should be using divs and css to control your layout. Not tables, never tables.

A better way to have to zooming is a javascript or jquery plugin. See this page for some examples. Good luck
 
Last edited:
Top