Forum Moderators: open

Message Too Old, No Replies

URL masking with I-Frames

iframes, url masking

         

MSamu

5:46 pm on Feb 10, 2014 (gmt 0)

10+ Year Member



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?

lucy24

9:31 pm on Feb 10, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Have you tried putting it in css instead? To prevent scroll bars you'd need to set some type of {overflow: } property other than the default "auto".

:: sitting on hands to avoid Deeper Question ::

MSamu

5:41 am on Feb 11, 2014 (gmt 0)

10+ Year Member



I have no idea how to do CSS. I'm not even sure what CSS is.

piatkow

3:23 pm on Feb 13, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Why an iframe? I would have thought that an ordinary frame would have been better.