Skip to main content
Participant
September 9, 2009
Question

CSS Issue in IE

  • September 9, 2009
  • 2 replies
  • 680 views

Hi all

I have an issue with CSS. I have an HTML which is working fine in all browsers(IE,FF,Chrome,Safari). When I rename html to cfm, the text and images and getting misalligned in IE. Working fine in rest of the browsers.Only in IE it is not working. The html file is working fine even in IE.

Can someone help me on this.

Thanks

KC

    This topic has been closed for replies.

    2 replies

    BKBK
    Community Expert
    Community Expert
    September 10, 2009

    Experiment. For example, use the cfprocessingdirective tag  to suppress any white space Coldfusion may cause

    <cfprocessingdirective suppressWhiteSpace = "Yes">
        <!--- Put the html code here --->
    </cfprocessingdirective>

    ilssac
    Inspiring
    September 9, 2009

    What is this html/cfml file.