Link to home
Start Free TrialLog in
Avatar of sportsdream
sportsdream

asked on

Bad HTML code?

Can you see the code here and tell what I am doing wrong?  Just want to test the ESPN Bottomline code.  Thanks.
<html>
<head>
	<title>Untitled</title>
</head>
 <body>
	<FRAMESET ROWS="*,44">
	  <FRAME NAME="Ad" SRC="http://www.deansdugoutonline.com/special.php">
	  <FRAME NAME="Ad1" SRC="http://espn.go.com/bottomline/espnewsbottomlinebasic.html">
        </frameset>
 </body>
</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Sappbrosts
Sappbrosts
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sportsdream
sportsdream

ASKER

Awesome.  Worked like a charm.  Thanks!