Moon Over VNWR
By
MoonKitn
Hello Everyone!
I will take a break this week and share with you some interesting things Voltar has to say about img scr tags.
IMG SRC (Banners) BasicsThis is a 4 part walk thru of basic banner and graphic tags/codes for use in our industry. I hope it helps many of the new webmasters reading this. Most of these items below are things you end up picking up, but this should give you a nice basis to work from. Please note that because of the nature of html, in order to make the code visible, I am reversing the brackets "<" and ">" so you will have to reverse them again to use them in your coding.
Part One
A banner is a graphic. Graphics are shown on your page by using a IMG SRC tag/code.The result is this code:
>IMG SRC="banner.gif"<
Part Two
For your banner via part one above...you call it up like this:
>IMG SRC="banner.gif"<
If you were to add a couple of things inside the img src tag/code you can add a little space around the banner and your linked text around it so it looks more professional and easier for the surfer to read your ad. You would do that like this:
>IMG SRC="banner.gif" vspace="3" hspace="3"<
vspace is for vertical and hspace is for horizontal. Adding the above code places a 3 pixel space around the banner.
This is also a very useful tool to use when doing thumbnails.




