HTML/Experts

ExpertAverage RatingsExpertise

Anjana Silva

Sri Lanka
Available
I can answer most of HTML related questions. Also I can combine HTML with CSS, JavaScript, AJAX, PHP, etc.. Also if you need to combine these technologies with an IDE like Dreamweaver, it's my pleasure!

Dan Stephenson

Canada
Available
I am a professional Web Designer & Developer. I work with HTML, XHTML and CSS every day, and would be glad to help with your problems, and answer your questions.

Recent Answers

2012-01-29 CSS Positioning Divs:

Just as a note...all HTML tags should be lower case.  So your <Div> tags should be <div> tags.    There are a few ways you can do this.  If you want the black div to just barely show around the green div

2012-01-16 Auto-scrolling slideshow:

The place to make the change in the head is $('.slideshow').cycle({    Instead of using classes, try using ID's.  Change class="slideshow" to id="slideshow" on the first one, and id="slideshow1" and change

2011-12-19 nocache header:

If you are on an Apache server, the best way to do this is using no caching rules in a .htaccess file.      Try adding the following lines to a file called .htaccess inside your admin panel dirctory  

2011-12-16 HTML page can be run on any browser:

There is an HTML standard of course.  If you can write your write your HTML so it validates to W3C standards at http://www.w3.org/validator, you should be fine.    Also check out the HTML 5 Boilerplate

2011-12-16 HTML page can be run on any browser:

Dear Gupta,    Did you enabled Javascript in all other browsers?  For some javascripts, different types of objects does not work in all browsers. For instance,  "ActiveX" works only with the IE..    Here's

More Answers in Category HTML


HTML

All Answers


Answers by Expert:


Ask Experts

Volunteer


©2012 About.com, a part of The New York Times Company. All rights reserved.