does anyone know how to create alink with an image.

Recommended Answers

All 6 Replies

i found out how. but i am having trouble creating an image gallery

An example of an HTML/CSS image gallery can be found here.

Regards, Arkinder

my links ar not working

my links ar not working

To link an image you need something like the following:

<a href="http://www.website.com" target="blank"><img src="images/image1.jpg" alt="Descriptive text" /></a>

If they still aren't working, post your code and we'll point you in the right direction.

it is working now thanks

No prob!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.