how do i add IFRAMES to my site cuz i need to add a timetable,request line, staff list, dj says , and a application line for djs
i also need to know how to add external links like to my forum or to another fansite
how do i add IFRAMES to my site cuz i need to add a timetable,request line, staff list, dj says , and a application line for djs
i also need to know how to add external links like to my forum or to another fansite
This is a programming related question.
***Moved to Programming Help***
█ Zubair Barkat | Level 2 Tech
█ 888-X10-9668 - zubair[@]x10hosting.com
█ x10Hosting - Giving Away Hosting Since 2004
cant any1 help me![]()
Iframes are pretty simple actually.
As for applying your own links to other website, you could use frames like google images, but you have to create a new page and reference that with the iframe tag.HTML Code:<iframe src="location of iframe" width="width of iframe" height="height of iframe" scrollbars="Use scrollbars or not"></iframe>
Main page that will include the iframe with the framed with your links
Page1
Page framing both your stuffHTML Code:<!-- ... --> <iframe src="page2" width="x" height="x"></iframe> <!-- ... -->
Page2
Page with your linksHTML Code:<frameset rows="20%, 80%"> <frame src="page3"> <frame src="pageyouframe"> </frameset>
Page3
Hope that helpsHTML Code:<a href="index.html">Home</a>
Note: If you want the iframe to blend into the page you can use border="0".
Last edited by as4s1n; 04-01-2010 at 06:16 PM.
There is no such thing as a "stupid question," there are only "stupid people" who don't ask them.
Those were just for reference. replace the srcs with the LocationOfFile/fileName.filetype
There is no such thing as a "stupid question," there are only "stupid people" who don't ask them.
yea i know ive changed them but it wont load ill display the page so you can see ok
www.icedhabbo.co.cc its the timetable page under radio
Code: <iframe src="ibobbacrazy.site11.com/housekeepingguy/staff/showtimetable.php" width="700" height="900" scrollbars="yes"></iframe>
I GUESS NO 1 WILL HELP
![]()
Last edited by icedhabbo; 04-03-2010 at 07:17 AM.
You have your pages hidden in frames.
You do not provide us a direct link to the page that supposedly has the code on it.
How do you expect us to help you?
Nothing is always absolutely so.