Quote:
Originally Posted by ArnyVee
I just checked on godaddy.com and they have something named 'masking' which looks like may do the trick for me.
"Masking redirects Web traffic for a domain to a specified URL, preventing the forwarded domain URL from displaying in the browser's address bar."
That would be my best option, right? 
|
Yep it seems like it.
And as for the second method you can use a html code like this in your wdbhub.com domain:
HTML Code:
<html>
<head>
<title>welcome to wdbhub.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=">
</head>
<body bgcolor="#FFFFFF" text="#000000">
MY wdbhub header
<IFRAME SRC="http://www.waltdisneyboards.com/forum/view.php?pg=wdbhub" WIDTH=450 HEIGHT=100>
MY wdbhub footer
</body>
</html>