New_compforum_user
New Member
Hi guys,
I'm trying get a bit of code done up for my little brother, but I can't seem to get it right.
What I want is for a web page to load in a table that is 320x240(the page opens up to a video that is roughly those dimensions).
Here's the code I'm trying:
Can anyone help me out by giving the correct code?
I'm trying get a bit of code done up for my little brother, but I can't seem to get it right.
What I want is for a web page to load in a table that is 320x240(the page opens up to a video that is roughly those dimensions).
Here's the code I'm trying:
Code:
<TABLE CELLPADDING="2" CELLSPACING="2" WIDTH="100%">
<TR>
<TD BGCOLOR="#CCCCCC"><META HTTP-EQUIV="Refresh"
CONTENT="4;URL=http://www.bamargera.com/html/GalleryVideos/getzlimogap.html"></TD>
</TR>
</TABLE>
Can anyone help me out by giving the correct code?