I just recently acquired a 2nd domain.
I'm trying to do URL redirecting but I want to mask the URL.
(keep it from changing) Iframes seem to do what I need but I can't get the syntax right.
This is the syntax I'm using
<iframe src="http://*********.com" width="100%" height="100%" seamless></iframe>
Unfortunately it's not displaying at 100 percent length in the browsers... An I have scroll bars.
What's the correct syntax to use?