Looking For HTML Code [message #281086] |
Sun, 26 August 2007 01:21 |
_SSnipe_
Messages: 4121 Registered: May 2007 Location: Riverside Southern Califo...
Karma: 0
|
General (4 Stars) |
|
|
i cant find this whats the html code that it shows a menu and where u click on it u click on a link that takes u to a site to show a picture?
i found one code that made a menu and when u go to it expands to a bunch of text but i want one u can click on that takes u to a location?
any one?
|
|
|
|
|
Re: Looking For HTML Code [message #281285 is a reply to message #281086] |
Mon, 27 August 2007 13:22 |
|
SlikRik
Messages: 328 Registered: December 2005
Karma: 0
|
Recruit |
|
|
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?"
Roleplay 2 Website (click pic) designer, owner, and admin.
Roleplay 2 Forum admin.
Present & Past WOL Names: SlikRik (current), SlikRik19/24/07, rik1924, rik19244
Canadacdn wrote on Wed, 02 July 2008 15:52 | If you don't want EA to get any credit, destroy their Refinery. Duh.
|
[Updated on: Mon, 27 August 2007 13:28] Report message to a moderator
|
|
|
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: 0
|
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."
|
|
|
|
|
|