• Hello,

    I have two questions:

    1. I’m wondering does anyone know how to align pictures to the bottom.

    Here are the links to the webpages that I have problem:

    http://aftglassware.com/color-vases/
    http://aftglassware.com/clear-glassware/

    I didn’t use the table format for these two pages. I would like to align images so that the text below the images will be aligned on the same base.

    2. How do I link an image to a page?
    I’ve tried different ways to link an image on a page to another page. However, it only links the “text” under the image to another page. I have no idea how to link an image to a page. Can anyone please help?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    1. You’ll need to have all of the anchor tags (that hold the images) the same height.
    Add this CSS

    #content .postcontent a {
     display: block;
     height: 114px;
    }

    Thread Starter kwaft

    (@kwaft)

    What does the anchor tag do?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Picture Alignment’ is closed to new replies.