Everytime I link a website on an image, it would create a border; how do you get rid of the border? Is there an HTML code to get rid of the border? Here is the code I usually use for linking a website to an image... HTML: <a href="https://..." target=_self><img src="file:pic.gif" width="..." height="..">
Awesome. Thanks! Also, I'm sure you've used Dreamweaver before, since you were the one that recommended it to me!; how do you place an image behind text; I've looked everywhere, can't figure how to do it
Make a table <table><tr><td style="background-image('url');">This is text over the image</td></tr></table> and put a background in a cell or the table itself You can do the same thing with <span></span> or <div></div> tags