Hi All, As you all know, im new so go easy on me. I basically want to put a few 125*125 ads on my site. I have the table set out where i want to put them, but i dont know how to make the actual ads themselves. Like the code behind it. Im assuming I need a GIF image and then a link embedded to the relevant page/website, but i dont know how to go about it. Please help
Not sure whether you're talking about adding a link to a image. The HTML should go like this: <a href="yourlink"><img src="yourimage" alt="youralt" /></a> Code (markup): By the way, it's a simple piece of cake if you use a WYSIWYG editor like Dreamweaver.
thanks Myst. Are there any free WYSIWYG programs out there? i just want it for the images, not the web design really
What does the "alt" refer to? I can sort of get it working but my image isnt showing for some reason and i dont know what alt is for
This is used to display text if the image is not viewable.For example if a image is missing then the text assigned to"alt" will be displayed.