• Downloaded the plugin Raw HTML and having a problem when using the iframe code

    [RAW]
    
    <div id="main"><iframe align="left" frameborder="0" allowtransparency="true" width="535px;" height="385px" src="http://www.xxxxx.com=http://www.xxxxx.com/css/xxx.css"> </iframe>
    								</div>
    [/RAW]

    For some reason a white space show at the right of the scrollbar, you can find it Here.

    Any suggestions to get rid of this white space ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • your iframe div has the id=”main” which is also used in the general document, and has a fixed width of 550px (in style.css) –

    change the name of your iframe div, if you can, to somehting that does not already exist, i.e. maybe id=”frame” or so.

    Thread Starter OSD

    (@osd)

    @alchymyth,

    Thank you very much it’s working fine now !!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Raw HTML iframe’ is closed to new replies.