Setting the width for my photo gallery

Discussion in 'Programming' started by makamo66, Apr 28, 2014.

  1. #1
    I have tried divs and tables but nothing is working to set the width for the photo gallery. I want the navigation links to be more narrow so that it's not scrollable any more in the browser. The source code is at http://madmediaonline.digimedia2.net/test/
     
    makamo66, Apr 28, 2014 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Now don't take this the wrong way, but uou are failing to grasp what a website is and how they work, and the sheer volume of different screen resolutions.... You've got a train wreck of fixed width layout and unconstrained floats -- much less WAY too many images being loaded at once. You're declaring fixed widths in the markup, appearance in the markup, and have little if anything resembling semantic markup -- mated to pointless DIV and classes 'for nothing' and jQuery-tardery resulting in a painful to load much less use site, my advice would be to throw that entire mess away to start over in a recommendation doctype, separation of presentation from content, semantic markup, and in general drag that page kicking and screaming out of the 1990's.

    As evidenced by the very first line of code... "transitional", which is to say "in transition from 1997 to 1998 coding practices"; Tranny is for adding modern features to outdated code, and was NEVER meant for the creation of new websites; no matter how many people still sleazing out HTML 3.2 and slapping 4 tranny or 5 lip-service on it.
     
    deathshadow, Apr 28, 2014 IP