HTML Experts: Is there is a special or secret way to use HTML while designing a webpage?
Q. For instance, if you just use "regular" HTML, will people still be able to see and use my website normally, even if they are not using Internet Explorer? For example, I always use Firefox. Other people use things like AOL or Opera to browse the web. Thanks for your help!
Asked by Anpadh - Mon Jan 12 14:55:36 2009 - - 6 Answers - 2 Comments

A. There's no such thing as a silly question. Don't worry; HTML will work across all browsers. However, bear in mind that HTML does have different 'dialects' depending on whether you're using strict, transitional, or frameset (this goes in the doc type declaration or DTD at the top of a html page) plus older browsers such as IE6 can be quirky and not show websites exactly as they should. Just use strict and XHTML (which is a cleaner, stricter version of HTML) and you should be okay in most modern browsers. Visit (web standards section) for more info. Hope this helps.
Answered by Stephen W - Tue Jan 13 15:15:59 2009

What is the html code when placing multiple links on a single image?
Q. 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?
Asked by hellow - Fri Feb 5 20:47:31 2010 - - 6 Answers - 0 Comments

A. To place multiple links on a single image you need an image map. You associate the image map with the image by giving the image map a name and referring to this name with you IMG tag's USEMAP attribute. Within your map you will need one area element (tag) for each link. Here is a simple example: tree Leaf 1 Leaf 2 Leaf 3 To aid the process of creating your map, there are lots of free image mapping sites. The one that I use is For more… [cont.]
Answered by Michael - Sat Feb 6 17:42:22 2010

Link exchange program with html code. How do I link an internet website to my personal webpage with html code?
Q. I advertise on the internet and they want me to link my webpage to their webpage with an html code...Then they will list my website on their page..Thanks for all your help.I use geo cities page builder for my webpage.
Asked by Marilyn M - Fri Jan 23 11:15:47 2009 - - 4 Answers - 2 Comments

A. You will need an editor to place the code that looks similar to this: Text Linking: Yahoo! Answer Image Linking Yahoo! Answer More info is here
Answered by Jamerican Steve - Fri Jan 23 11:33:11 2009

How to make an html document for a website using filezilla?
Q. I use filezilla. I have the html I need for my website, but it is saved in a microsoft word document. Can I just drag and drop the microsoft document to get the coding or do I have to do something else?
Asked by toriteacup - Wed Aug 5 14:53:28 2009 - - 2 Answers - 0 Comments

A. No can do. You need to save it as a .html file. It's probably saved as a .doc or .docx right now. You should use notepad for html; formatting on your computer doesn't show up online. As for filezilla, just connect to your server, navigate to the file on your computer inside filezilla, and drag and drop it wherever you want.
Answered by Joe V - Wed Aug 5 14:58:31 2009

How can I creat good quality images for creatng html websites?
Q. If you have an HTML website, you have a folder for images. I am trying to create an HTML website by writing the code. I create the images in Microsoft word 2007 and copy them into the Paint program and save them as JPG or GIF but still the quality is poor when I view them on the Web page. There must be an application or something which the professional developers use to create their images for html websites. Please help me on this. Thank you.
Asked by arm_rainbow - Thu Jan 7 08:13:30 2010 - - 1 Answers - 0 Comments

A. In general when you load a page with multiple images the size of the total page will increase and this may slow down the system or page opening time. But we have to add more image. Some of our experiences: flash image implementation. you can use the tools free. So please read the help files before using it to get 100% utilization of the tools. Also when you upload the images in FTP / HOSTING please create a separate folder for images. so that your working efficiency will increase. This will help you to add more images and it wont affect the speed of the web page. --- Flash image implementation is best for easy opening of web-pages and it wont be a hindrance towards page opening. You will get real resolution. for that you can use… [cont.]
Answered by Withjoy - Thu Jan 7 09:35:12 2010

How do I generate html script by using a form?
Q. I have a template for my ebay auctions. I want to make a form that I can type in the variable information (ie title, description, images) and generate the html script to include those variables.
Asked by Stew d - Thu Mar 12 18:29:17 2009 - - 2 Answers - 0 Comments

A. There are many different ways depending on which technologies you are using (e.g. java, php etc.). But essentially you create an html form for your inputs which will submit to a server side script that you have on your server. This server side script will pull out the variable values from your form submission and then replace them in your template. You may do this simply by using String handling and some regex, this would be the quick and dirty way (in general this completely depends on what server side technologies are in play). You may pretty easily do this with Java using a templating engine like Velocity. The script will then return the html source with all the variables replaced back to the browser where it will be rendered.
Answered by Albee - Thu Mar 12 21:18:25 2009

How do i make a HTML form redirect to different pages based on responses to a form?
Q. I have a HTML form with two drop down boxes with the options 'Yes' and 'No' in each. When submitted, i want the form to direct the user to one page if both responses are yes, and another page if either response is no. Can anyone give me some very simple guidelines on how to do this, or where i could find a nice tutorial about it?
Asked by Paul - Wed Feb 4 07:20:19 2009 - - 3 Answers - 0 Comments

A. check out these HTML tutorial videos .. with they r helpful :)
Answered by Andy Softy! - Wed Feb 4 07:37:52 2009

How do I create images in html format to send an email with a header please?
Q. I can create images on photoshop and work has asked me to create a html header for their email newsletter ( that is one made from an image) How do I do this please? Thanks.
Asked by Sunshine - Mon Apr 19 13:01:19 2010 - - 1 Answers - 0 Comments

A. You need to create the image in Photoshop and store it somewhere in your website folders. Then, in the newsletter that gets sent out, you can link to the image like this: Header
Answered by Dan - Mon Apr 19 13:58:35 2010

How can you change a regular html website into a flash website?
Q. I downloaded a template and it had a flash version and a regular version. Dreamweaver couldn't read the flash version because of the SWF, so I didn't make changes. I justed edited the html without flash. I like my finished product but how can I add flash effects to the website without having to change all my edits to the one without flash?
Asked by B00kW0rm - Fri Mar 20 10:23:40 2009 - - 3 Answers - 0 Comments

A. You can create a .swf file using different software such as Swiss (sounds like that) or Adobe Flash. Using an html code, embed that file into your site.
Answered by charles ivan p - Sun Mar 22 14:10:14 2009

How to make a picture into an html website without using just hotspots?
Q. I'm using Dreamweaver and I have been given an image in Photoshop format to make into a website. The image looks like a typical website and I am pretty familiar with Photoshop. However, I was wondering how I can put text on the image in Dreamweaver instead of making the entire website one big picture with Dreamweaver hot spots in it for links. In other words, how can I make a picture into an html website where the text is copyable? Thanks!
Asked by breakoutclothing - Sat Aug 22 23:13:54 2009 - - 3 Answers - 0 Comments

A. My main advice is close Dreamweaver and use a basic text editor like notepad to hand code ;) it'll be a whole load easier to achieve things like this. Are we talking for navigation menus here? If so I'd use ordered lists and pixy images. has a video tutorial on how to do this. If we're talking just regular text on images there's a couple of ways. If it's a simple graphic with regular straight sides (for example a gradient in a box) I'd slice out just a thin strip of the background image in photoshop then use a background repeat-x or repeat-y css declaration and set it as the background of your div html like this

Your text here

(I've used paragraph tags but you get the picture)
css like… [cont.]
Answered by Jizzbib - Sun Aug 23 12:27:46 2009

What are the differences between printing an html and a pdf document?
Q. I am writing a research paper and html and pdf documents have different citations. I can't remember which I used when I printed my resources. It gave me both options.
Asked by unknown - Tue Apr 21 12:54:08 2009 - - 2 Answers - 0 Comments

A. HTML documents are essentially the information that is put on the Internet to create a web page. PDF documents are saved from other software programs to create an easily readable document. HTML is a set of codes that makes what you see on the internet readable. It lives on the web -- in other words it is used only on the internet. But PDF documents can be saved from Word files, Excel files, InDesign files, etc., and they are independent of the internet. You can make a finished PDF file without using the internet. When they are uploaded to the internet, it's a file, just like a jpg image or a Word file. When you download them to read, you are getting a PDF file that can be saved and printed or sent somewhere else as is. In terms of… [cont.]
Answered by kamala - Tue Apr 21 13:19:08 2009

How can I insert prewritten lines of HTML automatically into an HTML file?
Q. I have a report that automatically generates in HTML format. I usually tweak this report myself by adding a few lines of HTML in specific places and writing whatever needs to be written in those lines. I need a way to automate this process so that other people can do it with minimal to no knowledge of HTML.
Asked by fezir - Sun Jan 31 13:53:06 2010 - - 1 Answers - 0 Comments

A. Either the people editing can use a WYSIWYG program like Microsoft Expression Web or Adobe Dreamweaver, or you could use a "tag" system similar to BBCode ( )
Answered by J.J.'s Advice / Avis de J.J. - Sun Jan 31 13:59:01 2010

How do i make a vertical marquee in html code?
Q. I want to make normal, horizontal sentences move in a vertical marquee? I need to do this is normal html coding.
Asked by Shadoward12 - Fri Jun 19 20:24:31 2009 - - 2 Answers - 0 Comments

A. TEXT Or direction="down"
Answered by Jack - Fri Jun 19 20:30:37 2009

How do i create a login system using html?
Q. Can someone please tell me in detail, or link me to an appropriate website where i can learn to create a basic login system using html. Thanks.
Asked by elz.gamer - Fri Mar 26 21:40:21 2010 - - 2 Answers - 0 Comments

A. HTML is just to display data to user in rich text format. Apart from that, HTML will not do anything for you. You need a "Programming language" behind to handle the input from user's browser for this. Try some good sites like www.w3schools.com for basic knowledge on any programming language. I will advise java or .NET for this reason. Even javascript can be used if you are just creating a page without concerned about security and other stuffs.
Answered by Arun - Fri Mar 26 21:48:05 2010

Where can I find a good source code/html template to use as a foundation for my website?
Q. I've downloaded Dream-weaver CS4 and now I want to begin creating the website of my dreams, but I have a problem. I kind of need most of the source to be written so I can just fiddle with it. Where can I find some html source website templates that will help me with this. Thanks.
Asked by Lee Carsely - Mon Jun 8 17:32:41 2009 - - 2 Answers - 0 Comments

A. is a good site for this.
Answered by TransPersonal - Mon Jun 8 17:38:53 2009

What is the html code to display slide out text?
Q. In some sites i have seen, where ever the user scrolls(whether up or down) a box with text or image also scrolls with it... Can anyone tell me the html code to do it in my site?
Asked by binit_12 - Fri Sep 5 00:45:14 2008 - - 5 Answers - 0 Comments

A. I believe its actually Java Scripting within HTML code that enables this effect. Click this link ---> It has the sript all written out. Cheers!
Answered by krodgibami - Fri Sep 5 01:03:59 2008

What is the HTML code to change black text to red?
Q. I am not that familiar with HTML, I've only used a few codes successfully. I have tried to look it up online. However, I can't seem to get it right. So, if I want to change the following text: TEST to red in color, what would the code including TEST look like? Thank you in advance to your help.
Asked by Faithful - Sun Dec 14 20:57:06 2008 - - 5 Answers - 0 Comments

A. TEST
Answered by Evan - Sun Dec 14 23:32:24 2008

How can I copy text into movable type without losing the html?
Q. I am trying to create an entry in my blog. When I copy the html from my word doc or text edit and enter it into Movable Type, all of the hyperlinks disappear. Any ideas? Thanks!
Asked by fogcityt - Sat Mar 6 23:28:18 2010 - - 1 Answers - 0 Comments
Where to paste my html code inorder for me to customize widget to my word press?
Q. I copy a html code to Customize my widget to match the look-and-feel of my site.But i don't know where to paste it. Which file and where should i paste it?
Asked by Nik - Sun Apr 25 23:13:16 2010 - - 1 Answers - 0 Comments

A. Look in the theme folder in your wordpress files, there should be a place there - it all depends on what the widget is and where the widget is going. For example, if it's in the sidebar, you'd probably want to edit sidebar.php Most widgets are bland HTML like
    lists, so they're easy to customize with CSS. Since wordpress uses many PHP includes, looking at the sources files is a little tough. Use their codex to help, and also look at the source in your browser of the total site to see the full code with all the includes in place.
    Answered by luker - Sun Apr 25 23:16:50 2010

How do you add html for others to copy on piczo?
Q. i want 2 become a piczo pro and would like some help to adding html for others to copy on my piczo site, any suggestions?
Asked by Harriet C - Sun Nov 16 12:05:59 2008 - - 2 Answers - 0 Comments

A. OK, There are two ways to do this On the one hand: you can do so code must be between