English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to get it to where when you click on my picture link it'll go to my page.does anyone know a page where i can do this or sumthing?

2007-06-14 07:51:11 · 4 answers · asked by Nikki DV 1 in Computers & Internet Programming & Design

4 answers

It's pretty much like linking pictures on your MySpace, or Xanga. I have a banner on my Xanga blog, which links to my website. It's a really simple code to follow:



Just replace with your website's URL and your image's URL. I usually use Photobucket, it's very simple. =]

2007-06-14 07:58:02 · answer #1 · answered by Meesah 3 · 0 0

Ditto the above, or if you want words next to the picture, you could use CSS to place the words as an address with the picture as a background image, something like:
...
in the css
a#mylink { background-image: url("myphoto.jpg"); ... }

and in the html...
words

and in the css you'd add line-height and padding and margin and other stuff to position the background-image as you wish

2007-06-14 15:20:46 · answer #2 · answered by fjpoblam 7 · 0 0

You don't do anything on your web site. The linking site has to use the image tag within the hyperlink tag.

2007-06-14 14:58:17 · answer #3 · answered by Ted 7 · 0 0

use the code below so that when you click your photo it links to your website...

src="http://www.your-picture.com">

2007-06-14 15:12:03 · answer #4 · answered by delerygazette 2 · 0 0

fedest.com, questions and answers