Re: Looking For HTML Code [message #281386 is a reply to message #281285] |
Tue, 28 August 2007 12:26 |
|
Cat998
Messages: 1081 Registered: January 2004 Location: Austria, Vienna
Karma:
|
General (1 Star) Moderator/Captain |
|
|
SlikRik wrote on Mon, 27 August 2007 22:22 | Std HTML menus are made from simple graphics, which are made into links. This is simply accomplished by:
<a href="http://URL.com"><img src="http://SITE.com/IMAGELOCATION.jpg" width="000" height="000"></a>
The <a> tag is for the link, just put the link destination where it says http:// URL.com, make sure to include the ". Putting the image tag after the <a> tag makes the image turn into the link. Then don't forget to close the </a> tag, and voila, an image link.
Not sure if this is what you wanted, but it's what I got for ya, if you have any more specific questions, ask. Otherwise, it's kinda hard to interpret exactly what you want when you ask a question like "What's that code for that link where theres image and like text n stuff?"
|
I don't think he would see anything with an image width and height of 0 px
When people ask me "Plz" just because it's shorter than "Please" I feel perfectly justified to answer "No" because it's shorter then "Yes"
Programming is like sex: one mistake and you have to support it for the rest of your life
Want the best answers? Ask the best questions!
"So long, and thanks for all the fish."
|
|
|