![]() |
[HELP!] how to change HTML into an iFrame?
This may seem like a dumb fucking question but I can't figure out how to do it :(
Example of what I need to do; Change this: Code:
<a href="http://www.blahblah.com"><img src="http://www.blahblah.com/blah.jpg"></a> Code:
<iframe src="http://www.blahblah.com/?????????" border="0" width="728" height="90" name="whatever" scrolling="no" frameborder="0"></iframe> It's probably something simple i've overlooked but I tried a few combinations and all have failed so far. Any help would be greatly appreciated :thumbsup |
You make a page that has your 'upper code' and nothing else.
Then you iframe that page. Not sure why you'd want to do that though. |
Or you can use a div and set the css to overflow: scroll; this way its all inside one page :thumbsup
|
Thanks guys :thumbsup
I thought it would be something simple :) |
heres a rather dirty way of doing it
Code:
<html> |
depending on what your doing withit you might want to set it up differently but this way you can keep some content in the iframe that stays and just change part of the page within the iframe
|
is there posibility to tell frame what part of page to show exactly, not just margins
|
Quote:
|
All times are GMT -7. The time now is 11:49 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc