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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Odd html issue - seems to be IE specific

  • 20-10-2008 10:13pm
    #1
    Registered Users, Registered Users 2 Posts: 2,809 ✭✭✭


    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,263 ✭✭✭✭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,809 ✭✭✭edanto


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


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


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


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


    No probs :)


Advertisement