Help - Search - Members - Calendar
Full Version: HELP!!!!!!
Forums > Resource Center > Webmasters' Corner > Resolved Topics
thatgirlmarcy
Hey All,

Im working on a web site for my alt.modeling that i have(i have an alt.modeling myspace profile)

anyways the web site what im doing is im trying to get my home,creator,banners etc buttons so when you click on them they go exactly into the right bottom box. i know there is a way but i seem to cannot find it, i looked everywhere! if someone can help me i'd grealty appreciate it! thank you.

here is my site as to what im trying to do(the left hand side for example)

hope this makes sense lol

what it looks like so far
freeflow
You mean like , if you make a link like home or something to another page, you want it to open in the right table?

If so thats called iframes.
http://pixelfx.org/tuts/html/iframes.html
thatgirlmarcy
QUOTE(toyo loco @ Sep 9 2006, 12:04 AM) *
You mean like , if you make a link like home or something to another page, you want it to open in the right table?

If so thats called iframes.
http://pixelfx.org/tuts/html/iframes.html


kind of except it's image buttons... i know how to do it for regular text but not like image buttons, ya know?
freeflow
Well it should the same thing. You will format the link the same way and just add a button. Example:
<a href="urltopage" target="IFRAMENAME"><img src="buttonlinkhere"></a>
or
<a href="urltopage" target=IFRAMENAME><img src="buttonlinkhere"></a>
thatgirlmarcy
QUOTE(toyo loco @ Sep 9 2006, 12:19 AM) *
Well it should the same thing. You will format the link the same way and just add a button. Example:
<a href="urltopage" target="IFRAMENAME"><img src="buttonlinkhere"></a>
or
<a href="urltopage" target=IFRAMENAME><img src="buttonlinkhere"></a>



Ack!

it wont work for me for some reason. here is what i have (the code)

<a href="http://www.geocities.com/vintage_vixens/right.html" target=right><img src="http://i85.photobucket.com/albums/k49/Vintage_Vixens/home.jpg"></a>
freeflow
Did you create an iframe? From looking at your main page you don't have an iframe even in your codes. Follow the link I gave you. You need an iframe for it to work.
thatgirlmarcy
QUOTE(toyo loco @ Sep 9 2006, 1:11 AM) *
Did you create an iframe? From looking at your main page you don't have an iframe even in your codes. Follow the link I gave you. You need an iframe for it to work.


o i just have a regular frame set on my page......
freeflow
You need to make the iframe. I don't think it will work with that frame. Just replace that w/ the iframe.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.