Forums

Raw HTML iframe (3 posts)

  1. OSD
    Member
    Posted 2 years ago #

    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 ?

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    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.

  3. OSD
    Member
    Posted 2 years ago #

    @alchymyth,

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

Topic Closed

This topic has been closed to new replies.

About this Topic