Suggest You
#1 in Business Subscribe Email Print

You are here: Home > Internet and Businesses Online > Web Design > Frequently Asked Web Design Questions

Tags

  • leads
  • earlier
  • creating power
  • browsers there
  • business cards

  • Links

  • Are Property Prices In India About To Fall?
  • Planning Your Las Vegas Holiday
  • What is a Payment System?
  • Suggest You - Frequently Asked Web Design Questions

    How To Build A Worldwide Distributor Network
    When your product is market ready and has a good bargain, it will be no value to you if you don't know who's going to buy it, or how you are going to tell the world about it. Your product will only sell if it has a good wide distribution network.Let's say that you've written a "Guide to" make $120,000 a year compiling and selling mailing lists. You calculate the production cost of $1.50 per book in lots of $1,000. The advertisement will cost you $1.50 per book. This brings the basic cost of your book to $3per copy with a paintsticking survey you found out you can sell this book at $10per copy. Thus making $7 gain per copy. That's not a bad business. The problem you're going to encounter here is selling the book. Lets say you're the best sales man in town selling the book, it will keep you busy 25 hours a day, 8days a week, 366 days
    oad and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red

    The Seven Keys to Creating Power Partnerships to Exponentially Grow Your Business
    Whether you call them strategic alliances, joint ventures, or Power Partnerships, they all have the same potential benefits: a more joyful life and exponential business growth. When you ask any successful person what the key to their results was, they will reply, “Others who helped me.”Why create Power Partnerships? Three reasons:• You need not do it alone. Whether at home or at work, Power Partners allow you to focus on your areas of strength, interest, and passion;• You can solve the problem of too much to do and too little time; and• If you hate sales and marketing or are tired of networking, you can still create a successful business or career by creating “all-win” Power Partnerships.What are the steps to creating Power Partnerships?First, know yourself. Build a “Partnership With Self.” Identi
    If you'd like to do business on the Internet, launching a quality web site is an absolute must. Learning how to design your own web site can be a little intimidating. However, there is a wealth of free information available on the Internet to assist you.

    The best way to learn is by doing. Take the first step and begin researching. Once you understand the basics of web design, you can begin experimenting with some more advanced coding techniques.

    A great place to start is HTML Goodies: http://www.htmlgoodies.com/primers/primer_1.html

    Over the years, I have received many questions in regard to web design. Below, are some of the most frequently asked questions I receive on a regular basis:

    Question: I am in the process of designing my first web page and am confused about making it compatible with all the different web browsers. Can you help?

    Answer: Although there really isn't a "set in stone" solution to developing a web page that will display properly in all browsers, there are some basic guidelines that will assist you.

    The best advice I can offer is to develop your site to be compatible with Internet Explorer and Netscape Navigator, as these are the two most widely used browsers.

    Although the latest versions of the two browsers are fairly comparable, you must take into consideration that many of your visitors won't have the latest versions.

    Some of the main differences between earlier versions of the two browsers are as follows:

    (1) In order to center a "table" within earlier versions of Netscape, you must enclose your "table" code with the CENTER and /CENTER tags instead of using P ALIGN=CENTER. The CENTER tag is compatible with both browsers.

    (2) When creating form fields, if you use the maxlength code within your code, Netscape will display the input box the length of the maxlength code value.

    (3) If you would like to display your web page full-screen or adjust the margins, you'll need to use the following codes within your BODY tag:

    < BODY topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 >

    This margin code is compatible with both browsers.

    Internet Explorer supports:

    topmargin=0
    bottommargin=0
    leftmargin=0
    rightmargin=0

    Netscape Navigator supports:

    marginheight=0
    marginwidth=0

    (4) Avoid using special design techniques that require a special browser extension or plug-in, as many of your visitors will need to download and install the plug-in before they can use your site -- most won't.

    If you follow these few guidelines, you shouldn't have any problems with browser compatibility.

    A great way to ensure your site displays properly is to download and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red

    How To Keep Your Business Card At The Top Of The Pile
    People receive so many Business Cards, in meetings, at exhibitions, through the post and through so many other social gatherings.Why would somebody keep your business card, and not just throw it in the bin. To make your business card stands out and give it the best possible chance of survival in the Jungle world of business, the following survival tips should help.Make sure your business cards are done on good thick paper and possibly laminated. This gives the card a nice look and feel and provides a good foundation for the content of the card. If someone picks up the card (irrespective of its content) and it looks and feels good, then there is more of a chance that they will keep the card.Make sure the cards are cut properly. There is nothing worse than a card that has rough edges or where the contents look lopsided
    ive on a regular basis:

    Question: I am in the process of designing my first web page and am confused about making it compatible with all the different web browsers. Can you help?

    Answer: Although there really isn't a "set in stone" solution to developing a web page that will display properly in all browsers, there are some basic guidelines that will assist you.

    The best advice I can offer is to develop your site to be compatible with Internet Explorer and Netscape Navigator, as these are the two most widely used browsers.

    Although the latest versions of the two browsers are fairly comparable, you must take into consideration that many of your visitors won't have the latest versions.

    Some of the main differences between earlier versions of the two browsers are as follows:

    (1) In order to center a "table" within earlier versions of Netscape, you must enclose your "table" code with the CENTER and /CENTER tags instead of using P ALIGN=CENTER. The CENTER tag is compatible with both browsers.

    (2) When creating form fields, if you use the maxlength code within your code, Netscape will display the input box the length of the maxlength code value.

    (3) If you would like to display your web page full-screen or adjust the margins, you'll need to use the following codes within your BODY tag:

    < BODY topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 >

    This margin code is compatible with both browsers.

    Internet Explorer supports:

    topmargin=0
    bottommargin=0
    leftmargin=0
    rightmargin=0

    Netscape Navigator supports:

    marginheight=0
    marginwidth=0

    (4) Avoid using special design techniques that require a special browser extension or plug-in, as many of your visitors will need to download and install the plug-in before they can use your site -- most won't.

    If you follow these few guidelines, you shouldn't have any problems with browser compatibility.

    A great way to ensure your site displays properly is to download and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red

    How Not To Find An Internet Marketing Company
    As the owner/webmaster/developer/marketer of several highly-trafficked sites, I receive more than my fair share of spam that somehow creeps through the filters we have in place. Although the majority of the spam I receive is some variant of the usual scam about transferring large sums of money from a political refugee’s off-shore bank account to mine (some of these are pretty funny and creative), recently there’s been a huge increase in emails from marketing companies offering their services.While I normally don’t read the spam I get, I had some free time this evening at my hotel while attending the WebmasterWorld Pubcon Expo in Las Vegas. One email in particular stood out from the rest and really got me thinking about the extremely negative effects of hiring the wrong company to market your website.Here’s how the email goes
    ave the latest versions.

    Some of the main differences between earlier versions of the two browsers are as follows:

    (1) In order to center a "table" within earlier versions of Netscape, you must enclose your "table" code with the CENTER and /CENTER tags instead of using P ALIGN=CENTER. The CENTER tag is compatible with both browsers.

    (2) When creating form fields, if you use the maxlength code within your code, Netscape will display the input box the length of the maxlength code value.

    (3) If you would like to display your web page full-screen or adjust the margins, you'll need to use the following codes within your BODY tag:

    < BODY topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 >

    This margin code is compatible with both browsers.

    Internet Explorer supports:

    topmargin=0
    bottommargin=0
    leftmargin=0
    rightmargin=0

    Netscape Navigator supports:

    marginheight=0
    marginwidth=0

    (4) Avoid using special design techniques that require a special browser extension or plug-in, as many of your visitors will need to download and install the plug-in before they can use your site -- most won't.

    If you follow these few guidelines, you shouldn't have any problems with browser compatibility.

    A great way to ensure your site displays properly is to download and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red

    Cold Calling Considerations and the Warm Up!
    If you are serious about selling then you need to be serious about time allocation and production and therefore you need to cold call and get to as many decision makers and prospects as possible in order to develop leads and close more sales.Selling on the phone is not easy and you also know that many of the people you contact will be busy and they may be interested but perhaps not now. You need a quick pitch or invitation to open the door to have a visitation, but do not waste your time with a sales call or giving them a free lunch if they are not interested.How can you find out if they are interested in 20 seconds or less? Well that takes practice and after about 20-30 calls you will get the hang of it rather than having them hang-up on you! Even veteran cold calling salesmen do a warm up session in order to get ready for
    gin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 >

    This margin code is compatible with both browsers.

    Internet Explorer supports:

    topmargin=0
    bottommargin=0
    leftmargin=0
    rightmargin=0

    Netscape Navigator supports:

    marginheight=0
    marginwidth=0

    (4) Avoid using special design techniques that require a special browser extension or plug-in, as many of your visitors will need to download and install the plug-in before they can use your site -- most won't.

    If you follow these few guidelines, you shouldn't have any problems with browser compatibility.

    A great way to ensure your site displays properly is to download and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red

    Working On Your Why
    In today's society we often put a lot of emphasis on how things are done. Present a plan with lofty goals to the board of directors of any company and surely they will ask you how you suppose those goals will be met. Apply for a mortgage and you will be asked to demonstrate how you plan to pay it off. Give a professor the correct answer to a complex question and you might be asked how you arrived at your conclusion.The How is often so predominant that the Why is sometimes completely forgotten. As if the Why is of less importance. Nothing could be further from the truth. Why you want something is infinitely more important than how you think you're going to achieve it.To find out what your Why is start with identifying what it is that you want. After all, if you can't visualize what you want how could you ever hope to realize
    oad and install both Internet Explorer and Netscape Navigator. This will enable you to view your site through both browsers.

    Internet Explorer
    http://www.microsoft.com/windows/ie/default.asp

    Netscape Navigator
    http://channels.netscape.com/ns/browsers/download.jsp

    You can find a nice "Browser Compatibility" chart at the following web address:

    http://www.webreview.com/browsers/browsers.shtml

    You can test your site's compatibility at the following web addresses:

    http://www.anybrowser.com
    http://www.netmechanic.com

    Question: I can't get my image to display on my web page. I placed the image code in my page, but all I see is a "red X" where the image should display. Can you tell me what the problem may be?

    Answer: In order for an image to display on a web page, it must first be uploaded to your server in "binary" mode. If you've verified that your image has been uploaded properly, your next step will be to double check your image HTML code. Make sure that the image address leads to your image and is spelled exactly the same. Keep in mind, the name of your image is CaSE SeNsiTIve. In other words, if your image name is "Image.gif" on your server, it must look exactly the same within your code.

    Question: I would like to display my text, side by side, like a newspaper, but I can't figure out the code.

    Answer: In order to display your text like a newspaper, you must place it within a table.

    < TABLE >
    < TR >
    < TD >text< /TD >
    < TD >text< /TD >
    < /TR >
    < /TABLE >

    Question: When I placed my text within my page, it's right up against the left border. Is there any way I can correct this?

    Answer: Yes, you can place your text within a table. You can specify the width of your table to determine the distance between your text and the left and right border of your web page.

    < CENTER >
    < TABLE WIDTH="80%" >
    < TR >
    < TD >text< /TD >
    < /TR >
    < /TABLE >
    < /CENTER >

    This table code will display your text across 80% of your web page with a border of 10% on the left and right side.

    If you'd rather not use a table, you can also set your page borders within your BODY tag:

    < BODY topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0 marginheight=0 marginwidth=0 >

    Question: I have specified a font face at the beginning of my web page, but the font face isn't displaying within my tables. Can you tell me what the problem may be?

    Answer: In order to display a specific font face within your tables, you must use a separate font tag within each table cell.

    < TABLE >
    < TR >
    < TD font face="Arial" >text< /font >< /TD >
    < TD font face="Arial" >text< /font >< /TD >
    < /TR >
    < /TABLE >

    If you'd rather not use a font tag within each of your table cells, there is an easier way. Place the following code between the HEAD and /HEAD tags. This code will specify the font style for all of your table cells.

    < STYLE TYPE="text/css" >
    < !--
    TD{font-family: Arial; font-size: 12pt;}
    -->
    < /STYLE >

    Question: I've placed a form code within my web page, but my form isn't working. Can you help?

    Answer: In order for a form to function, in addition to placing the form HTML within your web page, you must also use a CGI form processing script. This script will reside on your server within your CGI

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.suggestyou.com/article/85600/suggestyou-Frequently-Asked-Web-Design-Questions.html">Frequently Asked Web Design Questions</a>

    BB link (for phorums):
    [url=http://www.suggestyou.com/article/85600/suggestyou-Frequently-Asked-Web-Design-Questions.html]Frequently Asked Web Design Questions[/url]

    Related Articles:

    Metal Pallets

    5 Resume Mistakes Telecommuters Often Make

    Affiliate Programs: How to Choose the Best Program to Market

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com