View Full Version : frames and buttons...


spooner
06-08-2003, 12:30 AM
ok...well...i have the frame right but...i have buttons instead of text links and i don't understand where to put everything...

here's the button code i used:

<form method="link" action="my link address"><input type="image" src="my button image.jpg" width="100" height="50">

and i need it to target the right frame instead of left and it only told me to add this:

<a href="http://address you want to link to" target="rightside">your link name</a>

to my code but that's a text link and i don't know where to add the target="rightside" to in my button code...please help...if u get confused juss tell me

MaGiCSuN
06-08-2003, 12:44 PM
<form method="link" action="my link address" target="rightside"><input type="image" src="my button image.jpg" width="100" height="50"></form>

make sure you add the bold part behind it to close the <form> tag :)

Hope that works. Also don't forget to fill in the "action" field! because that will the page that it will open

Love,
Mirna

spooner
06-08-2003, 04:09 PM
omg...thank u...thank u...thank u!!! thank u sooo much...i've been trying to figure that out for days! o yea did i say thank u?