Tag Archives: Quot
What is the html code when placing multiple links on a single image?
What is the html code when placing multiple links on a single image? For example… the image is a tree with three leaves. Rather than having the entire image being a link, how would I set up an html code that makes each individual leave a link? To place multiple links on a single image … Continue reading
How do you get the HTML code to post on my myspace account?
I look pictures up on the net, but can’t get them to become my background on my myspace. A girl helped walk me through it but nothing seems to work. What is the html code, where is it and how do I get it in order to copy and paste it to work. Please help … Continue reading
What is the differences between xhtml and html?
Can anyone provide me with a detailed explanation on this so I can fully understand it? HTML is based on SGML (Standard Generalized Markup Language) which is a very forgiving markup standard, you can do things like this in HTML: <ul> <li> <li> <li> </ul> or <B><i><u>Some text</b></i></U> or <a href="somepage.htm"><img href=someimg.jpg></a> or <span><div>Some Text</div></span> … Continue reading
How to add a Html code to PowerPoint 2007?
How do you add a html code to powerpoint? I actually want it to show the image but it doesn’t. Any Help? why would you add html code to powerpoint ?? that doesn’t make sence? the html code to add an image to a webpage is … <img src="(web page or location of image)" /> … Continue reading
How to inserrt the to uppercase command in HTML forms?
How to insert the to uppercase command in html forms. In html forms when we enter the username it has to change in caps. Your answer will be appreciated. add onblur="javascript:this.value =this.value.toUpperCase();" make sure its all on one line just yahoo cuts it off into the html form e.g. if your form is <input type="text" … Continue reading
How do you slice a html area with a transparent background?
I’ve created a webpage layout in adobe illustrator. I’ve sliced it up and am using the "save for web" to get an html document. Some of the slices are set to html. The problem is the html slices have white backgrounds. Is there any way to get these html slices to show the image layout … Continue reading
What is the HTML Code for changing a button’s color on a mouseover?
All I need is the html code for making a simple thing like a rectangle change color when a user’s mouse hovers over it! Please be clear as to where in the code I must supply information to customize the button’s color, or anything else. Technically, you don’t do this with html, but with CSS, … Continue reading
How to create an html form to send registered user’s details to their own email?
I would like to create an html from so that existing users are sent their details such as passwords or profile details or personalized links to their emails. I know how to do the form all I need is the php code if someone could help. I would like to use a flat file to … Continue reading