Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Odd html issue - seems to be IE specific

  • 20-10-2008 11:13PM
    #1
    Registered Users, Registered Users 2 Posts: 2,803 ✭✭✭


    I'm making an eBulletin for work, using a mass mailing tool inside Salesforce called Vertical Response. I started off with one of their templates, made minor changes to it in Kompozer and in testing realised that the display looks funny in IE compared to chrome and FF.

    I hope this link works - perhaps it only works on my IP as I'm logged in to the system now. I can post the code as an attachment if that's the case.

    http://hosted.vresp.com/330386/3b113d810a/TEST/TEST/

    As you'll see, the problem is around the column proportions. The blue column should only be 30% of the width, but for some reason displays much wider in IE. There could be something in the html forcing that to happen, but well I don't speak html well and could do with some help please.

    cheers


Comments

  • Registered Users, Registered Users 2 Posts: 21,278 ✭✭✭✭Eoin


    From what I can tell, you are trying to put in the same image twice, but only one is appearing for some reason. As you have put them right beside each other without a space, it is forcing the the column to expand as it is trying to render the images side by side.

    Search for this line here:

    [html]
    <img style="width: 200px; height: 0px" src="https://492fd8b36b-custmedia.vresp.com/library/1224581590/09d9ceae0b/svp_rr_08-13_sm.jpg&quot; border="0" alt="svp_rr_08-13_sm.jpg" width="200" /><img src="https://492fd8b36b-custmedia.vresp.com/library/1224581590/09d9ceae0b/svp_rr_08-13_sm.jpg&quot; border="0" alt="svp_rr_08-13_sm.jpg" hspace="10" vspace="10" width="200" /><span style="font-weight: bold"></span>
    [/html]

    You have a table with 2 cells. Both the table and the first cell have a pixel width applied to them, so I don't know if the percentage declaration of the second cell will take affect at all.


  • Registered Users, Registered Users 2 Posts: 2,803 ✭✭✭edanto


    thanks I'll get a chance to check that out this afternoon


  • Registered Users, Registered Users 2 Posts: 2,803 ✭✭✭edanto


    Thanks very much, that invisible image was the problem and it's fixed up now.


  • Registered Users, Registered Users 2 Posts: 21,278 ✭✭✭✭Eoin


    No probs :)


Advertisement