Help - Search - Members - Calendar
Full Version: Image Linking
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
toxic-candy
Alright, this might sound like a silly question, but I really need to know. happy.gif I've looked through many links here on createblog however nothing I have found had satisfied my question. On to the actual question, what code is used to add links to certain images in sites? Like the links are positioned anywhere on the page? Would this code also work on something like geocities?

Simple example: Click Here

Thank you for your help. I apoligize if this question has been asked before, I could not find any forums about it. pinch.gif
YourSuperior
Basically all they did was they used a div to move the link to the spot that they wanted it. They used classes to name the div's. Like they named one navigation to remind them that that's the navigation link div. Like this:

CODE
<div class="navigation" style="position: absolute; left:50px;  top:450px; width:106px; height:300px;"> Put images, links, or text here.</div>


Use left and top to position the link, image, or text. Replace the width and height with the width and height that you want your div to be.
toxic-candy
QUOTE(Maestro @ Jan 1 2007, 10:27 PM) *
Basically all they did was they used a div to move the link to the spot that they wanted it. They used classes to name the div's. Like they named one navigation to remind them that that's the navigation link div. Like this:

CODE
<div class="navigation" style="position: absolute; left:50px;  top:450px; width:106px; height:300px;"> Put images, links, or text here.</div>


Use left and top to position the link, image, or text. Replace the width and height with the width and height that you want your div to be.


Wow. That's it? Doesn't seem to difficult at all. _smile.gif Thank you so much!! hug.gif And such a quick reply as well! thumbsup.gif This link will work in geocities and such as well right?
YourSuperior
You're Welcome. And yes, it should work with geocities. _smile.gif
hannahwiththemyspace
cheers for that! biggrin.gif
toxic-candy
Yay!!! Thanks again! Happiness all around. _smile.gif
-----
Topic closed. _smile.gif Let a mod know if you need this opened.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.