Making a Linked button in Frontpage

I need to make a button that goes to another page. I already have the image I want to use.... What do I need to do? This is Frontpage...



Thnx
 

badman5

New Member
First open the image in ms paint, then select the image you want to use as a button. then copy, and then paste that image in FrontPage. Right click on the image > Hyperlink > Target Frame > and then select new window.. thats it ...
I dont know much about FrontPage but I hope this helps.
 

g4m3rof1337

Active Member
I dont want to hijack, but I got the image and added a hyperlink to it, so when I clicked follow hyperlink the page opens up in frontpage. How do I get the code for it to post it on a myspace.


Thanks.
 

kobaj

VIP Member
I dont want to hijack, but I got the image and added a hyperlink to it, so when I clicked follow hyperlink the page opens up in frontpage. How do I get the code for it to post it on a myspace.


Thanks.

Didnt you already MAKE another thread for this about a day ago? And you got an answer, the correct answer...

Oh, to remain on topic, this is why I dont use frontpage :D. (Html myself).
 

g4m3rof1337

Active Member
Actually, I got the code part, which was confusing. Hence why I asked a question dealing with a WYSIWYG program. ...
 

sab.o.taj

New Member
gamerofleet..
i'd do this:

upload pic onto photobucket, then get/copy the 'HTML Tag', change the link from photobucket to w/e site you want it to go to..
for example, let's say this was the HTML Tag copied..

< a href="http://photobucket.com" target="_blank"><img src="http://i59.photobucket.com/albums/g292/hkazn92/Football/sdfield2.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket">< / a>


then...
i would change the link after 'img src='

...this would direct the user to the website when the image/pic is clicked on..

hope that helps

cheers
 
Top