iframe code help Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    iframe code help

    avatar
    Reign
    Forumember


    Posts : 122
    Reputation : 0
    Language : english

    iframe code help Empty iframe code help

    Post by Reign December 15th 2009, 9:25 am

    hi there ,

    how to insert text in a iframe but with a image on it
    __________
    |__image __|
    | __text __ |
    |_________|
    |_________|
    |_________|
    |________ |

    http://www.nintendopeeps.com/Contact-Us-h6.htm i saw this copy right like that
    dotDavid
    dotDavid
    Hyperactive


    Male Posts : 2404
    Reputation : 0
    Language : English

    iframe code help Empty Re: iframe code help

    Post by dotDavid December 15th 2009, 10:27 am

    Its a table with an image at the top, and a text box at the bottom.

    Code:
    <table width="200" height="130" border="0">
      <tr>
        <td width="198"><img name="Image" src="" width="198" height="50" alt=""></td>
      </tr>
      <tr>
        <td><form>
          <textarea name="textfield" wrap="VIRTUAL">Some random text goes here. Some random text goes here. Some random text goes here. Some random text goes here.</textarea>
        </form></td>
      </tr>
    </table>

    Thats an example.
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    iframe code help Empty Re: iframe code help

    Post by ankillien December 15th 2009, 12:25 pm

    Hello,

    To put an iframe, first of all, you need create an HTML page that will show up as iframe. You need to put text and images in the HTML page and then show that page as iframe by using this code...

    Code:
    <iframe src="URL OF HTML PAGE HERE"></iframe>
    avatar
    Reign
    Forumember


    Posts : 122
    Reputation : 0
    Language : english

    iframe code help Empty Re: iframe code help

    Post by Reign December 15th 2009, 12:32 pm

    what if ill put image then text?
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    iframe code help Empty Re: iframe code help

    Post by ankillien December 15th 2009, 12:36 pm

    As I said, you need to put all images and text in an HTML page.
    To put an image and then text in HTML page you can use this code...

    Code:
    <html><body>

    <img src="IMAGE URL HERE">
    <p>
    YOUR TEXT HERE
    </p>

    </body></html>
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    iframe code help Empty Re: iframe code help

    Post by RoNo December 15th 2009, 11:45 pm

    You can do it by placing the iframe in a table... like *this demo
    avatar
    Reign
    Forumember


    Posts : 122
    Reputation : 0
    Language : english

    iframe code help Empty Re: iframe code help

    Post by Reign December 16th 2009, 8:41 am

    i want the code for the box with scrolling
    avatar
    cirica84
    New Member


    Posts : 4
    Reputation : 0
    Language : Serbian

    iframe code help Empty Re: iframe code help

    Post by cirica84 December 17th 2009, 1:49 pm

    my button code is not working at the post. I use opera 10