• I want to create a set of links consisting of an icon size image and text, but how do I line them both up and make them both to be one link?

    the links should display one under the other, justified to left of page

    I have found that entering text on a page then inserting an image leads to rather variable display results ie sometimes text is aligned at bottom of image, sometimes images are tabbed across the page instead of neatly underneath each other

    I need a bit more control of how these text links, together with their images, appear

Viewing 1 replies (of 1 total)
  • That’s easier said than done. Welcome to the awesome world of web development and CSS.

    One way to do this would be to put the links and images in table cells, but that’s a pain.
    Another would be to put them in a list and then use extensive CSS.

    Either way will need a lot of fiddling, so it’s hard to say how you should go about it without seeing your site.

    If you know how to insert HTML tables, I would start with that and see how that goes.

Viewing 1 replies (of 1 total)
  • The topic ‘line up image and text’ is closed to new replies.