Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add Hyperlink to aspx file

Status
Not open for further replies.

ronwmon

Programmer
Jul 13, 2007
97
0
0
US
I have zero experience with ASP.

In previous years I have had a html file to work with.

I have an ASPX web page that I need to add a hyperlink to. I have a .gif image that I want to display and the viewer can click to access the hyperlink.

I will be editing the aspx file from notepad.

My image is titled "18130_Square.gif", the URL that needs to be accessed is " The image file is in the same folder as the aspx file.

What exactly do I need to do to make this happen?

Ron--
 

This line of code;
HTML:
<a href="URL"><img src="image-URI" ></a>

Has always worked for me when linking an image.

It also works in PHP script documents as well.


By the way .aspx is a ASP.NET framework script not ASP

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top