How do I put a HTML code in a scroll box without the image showing?

Sunday, November 8th, 2009

I have a photography site on myspace, and I want to put the html code for a picture in a scrollbox for people to copy and use in their profiles, but when I do it and test the code it doesn’t work! Help?

The "html code" for a picture is a link to the picture:

<img src="http://mysite.com/mypicture.jpg />

You can’t put that "in a scrollbar" becase a scrollbar is a picture.

Technorati Tags: , , , , , , , , , , , ,

What is the html code for text over images?

Friday, November 6th, 2009

What is the html code for text to appear when someone moves the mouse over a picture?

People never know what they are talking about. The alt="" attribute is NOT the attribute that shows the tooltip popup on a mouseover of an image. Although Internet Explorer does show the tooltip on a mouseover using the alt="" atribute, it is doing it WRONG!

The proper attribute to use in jus about any tag is the title="" attribute. Add this one with the short text description you want along with the alt="" attribute to stay within proper coding standards.

Ron

Technorati Tags: , , , , , , , , , , , , , , , , ,