View Full Version : Linking Pictures


dazed_design
09-25-2003, 09:01 PM
Can you tell me how to link pictures like on this site:
http://www.geocities.com/aeternum_design/layouts.html
Same way.

MaGiCSuN
09-25-2003, 09:14 PM
Which pictures do you mean?

Love,
Mirna

dazed_design
09-25-2003, 09:15 PM
The ones that link to the layouts.

MaGiCSuN
09-25-2003, 09:17 PM
<img src="imageurl.gif" border=0 height="#" width="#"><br>
<a href="linkhere.html">nameoflayouthere</a>

and so on :) In that layout they used a table to get all images side by side. So each cell contains the code i typed above :)

Love,
Mirna

dazed_design
09-26-2003, 08:26 PM
Thanks.