Skip navigation
Currently Being Moderated

Page Layout Anomolies

Jul 30, 2012 8:22 AM

Hi all,

 

I'm in the process of design myself a web page but am having a few issues with one of my pages, I have put 16 photos on the page www.nick-lawrence.co.uk/portfolio.html but I can't get rid of the gap between the rows, in the design there is no gap in either the rows or columns, but when I preview in the browser I get the gaps which ruin the appearance, also on this page when switching between the portfolio pages and the others it looks like things move around and are not in the same place again not looking too good when navigating the site, I think it is to do with the scroll bar but not sure how to overcome it. Any and all help greatly appreciated.

 

Many thanks

 

 

 

N.

 
Replies
  • Currently Being Moderated
    Jul 30, 2012 8:38 AM   in reply to NeoGen Hawk

    In your code, you will want to change this -

     

    <a href="images/portfolios/gallery/gallery1/image-001.jpg"rel="lightbox[ Gallery1]">

     

    to this -

     

    <a href="images/portfolios/gallery/gallery1/image-001.jpg" rel="lightbox[Gallery1]">

     

    (there is a space missing between the double quote and the "rel" attribute name in this and all the other instances)

     

    In your CSS, add this rule -

     

    a img { display:block; }

     

    That should take care of the space.

     

    And adding this -

     

    html { overflow-y:scroll; }

     

    should take care of the moving you described.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 30, 2012 8:56 AM   in reply to NeoGen Hawk

    NeoGen Hawk wrote:

     

    Hi Murray,

     

    Many thanks for your reply, I'm fairly new to web design and CSS, the parts you mentioned:

     

    a img { display:block; }

     

    and

     

    html { overflow-y:scroll; }

     


    Do they need to go in any particular part? or do I just copy and paste them in?

     

    And many thanks for pointing out the missing space.

     

    Kind regards

     

     

     

    Nick

     

    You can add them to the end of the css selectors already in your stylesheet.css file.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 30, 2012 11:22 AM   in reply to NeoGen Hawk

    Ask your web host if they have form-to-email scripts you can use.  If not, ask them which processing scripts you can use with your server (php, asp, coldfusion, perl, etc...)

     

    CSS styled contact form

    http://alt-web.com/DEMOS/CSS-Form.shtml

     

     

    Nancy O.

     
    |
    Mark as:
  • Currently Being Moderated
    Jul 30, 2012 11:58 AM   in reply to NeoGen Hawk

    We're getting way off topic here. 

    Why don't you close this thread and start a new topic on "Form-To-Email"?

     

     

    Nancy O.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points