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.

iframe code help

5 posters

Go down

iframe code help Empty iframe code help

Post by Reign Tue Dec 15, 2009 2: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
avatar
Reign
Forumember

Posts : 122
Reputation : 0
Language : english

Back to top Go down

iframe code help Empty Re: iframe code help

Post by dotDavid Tue Dec 15, 2009 3: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.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

iframe code help Empty Re: iframe code help

Post by ankillien Tue Dec 15, 2009 5:25 am

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>
ankillien
ankillien
Energetic

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

Back to top Go down

iframe code help Empty Re: iframe code help

Post by Reign Tue Dec 15, 2009 5:32 am

what if ill put image then text?
avatar
Reign
Forumember

Posts : 122
Reputation : 0
Language : english

Back to top Go down

iframe code help Empty Re: iframe code help

Post by ankillien Tue Dec 15, 2009 5:36 am

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>
ankillien
ankillien
Energetic

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

Back to top Go down

iframe code help Empty Re: iframe code help

Post by RoNo Tue Dec 15, 2009 4:45 pm

You can do it by placing the iframe in a table... like *this demo
RoNo
RoNo
Active Poster

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

http://bf2mercenaries.forumotion.com/

Back to top Go down

iframe code help Empty Re: iframe code help

Post by Reign Wed Dec 16, 2009 1:41 am

i want the code for the box with scrolling
avatar
Reign
Forumember

Posts : 122
Reputation : 0
Language : english

Back to top Go down

iframe code help Empty Re: iframe code help

Post by cirica84 Thu Dec 17, 2009 6:49 am

my button code is not working at the post. I use opera 10
avatar
cirica84
New Member

Posts : 4
Reputation : 0
Language : Serbian

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum