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: html code, Html Scroll, Image, Img Src, Lt, Mypicture, Mysite Com, myspace, Photography, Picture People, Profiles, Quot, Scrollbox
Posted in html code | 1 Comment »
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: Alt, Atribute, Attribute, Coding Standards, html code, Html Images, Html Text, Internet Explorer, Jus, Mouse Picture, Mouseover, People Talking, Picture People, Popup, Tag, Text Description, Text Html, Text Images
Posted in html code | 2 Comments »