Jump to content

Buttons, instead of links

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
13 replies to this topic

#1
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
How can a create buttons for my site..instead of links..Buttons look much nicer..

Like a button that would say email, or another button that I can put on other pages in my site to return visitors back to the homepage?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Rather than linking text
<a href="http://www.google.com">GOOGLE</a>
Link an image
<a href="http://www.google.com"><img src="http://www.google.com/intl/en_ALL/images/logo.gif" /></a>


#3
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
But I am not wanting google..just say it's just to another website..will that
layout work with any website I want to link to with a button look?

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Yes, you replace

Quote

with the button image you want and
http://www.google.com
with the link where you want the button to point to

#5
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
Do you understand..I don't want google..Do I have to have a logo to make a button?

#6
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You have to have a button (which is an image) to link to

#7
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
So where do you get that..say an image to link too..How do you go about doing that..I know several places asked me to give them a link for my homepages logo..I dont have a homepage logo..nor do I know how to makeone.

#8
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
You can find free buttons on the internet, or you can make your own using photoshop or something similar

#9
Guest_littlefranciscan_*

Guest_littlefranciscan_*
  • Guests
Does Photo Shop require alot of programming knowledge?

#10
Matt

Matt

    Learning Programmer

  • Members
  • PipPipPip
  • 47 posts
Here is some code that may help you. With it, you can get a regular button such as the buttons below the "Quick Reply" box on this page.
<a href="http://www.google.com" STYLE="text-decoration: none"><input type="button" value="Caption"></a>
Just replace the link to Google with the URL of the page you want to link to and the Caption with what you want the button to say. Make sure to leave these in quotes. Enjoy!

#11
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts

littlefranciscan said:

Does Photo Shop require alot of programming knowledge?

It requires no programming knowledge

#12
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
Blow, Is Litle.... don't know anything .
C'mon man, You mus t at least read it before shouting at Sidewinder

Quote

Do you understand,. .....Google....