Jul 27, 2005 #1 sjefke0101 Newbie Spellweaver 20 Happy Years Joined Jan 9, 2005 Messages 39 Reaction score 0 I see at some sites that the have a table with a other site in the table like a regristration for a server! how can i do that?
I see at some sites that the have a table with a other site in the table like a regristration for a server! how can i do that?
Jul 27, 2005 #2 Blaminator Legendary Battlemage 500 Posts 20 Happy Years Joined Aug 1, 2003 Messages 638 Reaction score 0 it's called an iframe, use this code: Code: <iframe width="xx" height="xx" src="url to other site"></iframe> replace xx with the desired height and width
it's called an iframe, use this code: Code: <iframe width="xx" height="xx" src="url to other site"></iframe> replace xx with the desired height and width
Jul 27, 2005 #3 sjefke0101 Newbie Spellweaver 20 Happy Years Joined Jan 9, 2005 Messages 39 Reaction score 0 Ty you helpt me with a huge prob XD!