button link

dreamster

New Member
can anyone tell me if this button is pointing to anything?

<a href="#"><img src="images/services.jpg" width="136" height="42" border="0"></a></blockquote></td>
 

PixelPusher

Super Moderator
Staff member
The button is not navigating to any page. The "href" value is where a location is specified. Using a hash mark (#) just anchors to the top of the existing page. An anchor tag (a) can be used to move the user around the page or send them to a new page.

W3C Schools - Anchor Tag
 

asdfghjkl

New Member
You also make html image

Code:
<p style='text-align:left'><img src='http://www.afx1.com/wp-content/uploads/2009/05/web_design.jpg' /></p>

Try that yourself.
 
Top