Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what other codes i can use for the file ext. .php?

Status
Not open for further replies.

copynpasteME

Technical User
May 25, 2003
3
US
Im trying to link a mini chatbox and it uses .php.

<iframe works, but I want to know any other html codes I can use.

I've tried
<Img src, but it doesnt work.

Heres my code.
<iframe src=&quot;/BOX.php&quot; class=&quot;drag&quot; width=&quot;190&quot; height=&quot;260&quot;></iframe>

I have to change Iframe because I want my box to be draggable.
 
Put the Iframe inside a div tag. Then you can drag the div around and the iframe will follow.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top