View Full Version : Inline frame not showing up!


imhereguy
02-16-2003, 06:28 AM
im putting in...

<iframe src="
<u>League Rules (subject to change)</u>
<p>Accounts</b>
<p>Please do not register with more than 1 name. Multiple accounts aren't allowed.
<p><b>DTC games</b>
<p>DTC games are advised to be played on rated tables. If the number of books is equal when the game is over, the person whose rating went down should report the loss. If the game was unrated then no one reports." name="League Rules" width="400" height="150" style="border: 5 solid #00FF00"></iframe>

as my html for my iframe but its not showing up on the
page (http://www.myleague.com/dtc). where did i go wrong??... please send me a private message or email me HEREnTHEREguy405@aol.com because i dont come here often.
Thank you.

Dude128
02-16-2003, 06:42 AM
the whole idea of an iframe is that it displays another page within the page it is on. you will have to put the content into a seperate page and put the name of that page in the src attribute of the <iframe> tag like in the code here:
http://www.lissaexplains.com/frames.shtml