Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

aligning images in html

Options
  • 05-07-2006 12:24pm
    #1
    Closed Accounts Posts: 6,131 ✭✭✭


    hi,
    i need 2 images,
    one on top of the other, to be touching -
    like a title image with a left bar underneath.

    i know this is crap html etc but i just need to do it for an email,
    so please no lectures on the benfits of css and cms ;)

    can anyone tell me how to get it to line up, no matter what tags i use there is a border between the,m :/


Comments

  • Registered Users Posts: 706 ✭✭✭DJB


    Even if you put a line break in after the first image, it should position directly beneath the first image and touch against it. How are you sending this email? Through code (asp, php) or outlook. If you are designing it in outlook or even importing html into outlook, outlook usually adds an extra space between these elements in preview but when you send the mail and receive a copy, it aligns fine.

    You can still use css in the email btw.

    Rgds,

    Dave


  • Closed Accounts Posts: 6,131 ✭✭✭subway


    thanks,
    i ahve no idea how the mails are to be sent.
    im just tidying up the messy templates that are here.
    and ive been told they have to be done in html...

    ive put in
    <img src="top.jpg">
    <br>
    <img src="side.jpg">

    and im still getting a gap between the 2?


  • Registered Users Posts: 706 ✭✭✭DJB


    I'd be able to help more if I could see the email... can you forward one of the emails to me? david at davidbehan dot com


Advertisement