html help needed

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rkhan911
Forum Newbie
Posts: 2
Joined: Sat Nov 27, 2010 1:04 am

html help needed

Post by rkhan911 »

i have a web page that plays videos:

http://www.renegadepic.com/ruby/index3.html

i need to embed this into anther web page like:

http://www.renegadepic.com/w1/videos.html

i know how to do a design in Photoshop and generate a Dreamweaver html page. I thought it would be simple to port the code from one page to another. It has become a headache.
when i port it, it still plays the vidoes, however, the formatting goes haywire. If you can help, will appreciate it very much.
szabizs
Forum Newbie
Posts: 2
Joined: Sat Nov 27, 2010 5:33 am

Re: html help needed

Post by szabizs »

google up the HTML <iframe> Tag, I think that is what you need :)
Post Reply