<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>AskCarmen.com: Internet Marketing FAQ</title>
	<atom:link href="http://askcarmen.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://askcarmen.com</link>
	<description>Internet Marketing Frequently Asked Questions</description>
	<pubDate>Sat, 05 Aug 2006 18:26:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How can I get people to visit my website?</title>
		<link>http://askcarmen.com/how-can-i-get-people-to-visit-my-website/</link>
		<comments>http://askcarmen.com/how-can-i-get-people-to-visit-my-website/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 02:09:21 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Traffic Building]]></category>

		<category><![CDATA[Web Promotion]]></category>

		<guid isPermaLink="false">http://askcarmen.com/how-can-i-get-people-to-visit-my-website/</guid>
		<description><![CDATA[#1) Articles: I write articles with my resource box including my name, brief info about me, and URL tagged on at the end.  I submit them to article directories as well as give ezine publishers permission to reprint them.  It helps build credibility and name recognition, and readers click on my URL to [...]]]></description>
		<wfw:commentRss>http://askcarmen.com/how-can-i-get-people-to-visit-my-website/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Drop Down Navigation Menu</title>
		<link>http://askcarmen.com/simple-drop-down-navigation-menu/</link>
		<comments>http://askcarmen.com/simple-drop-down-navigation-menu/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 04:44:43 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/simple-drop-down-navigation-menu-2/</guid>
		<description><![CDATA[Redirect your website visitors with this simple drop down navigation menu that will automagically take them to their selected page without having to click on submit!
Just put the following script where you&#8217;d like your menu to appear. Add as many links as you like! Be sure to include the full URL (ie. http://www.othersitelink.com) if you [...]]]></description>
		<wfw:commentRss>http://askcarmen.com/simple-drop-down-navigation-menu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding a &#8220;Close Window&#8221; button</title>
		<link>http://askcarmen.com/adding-a-close-window-button/</link>
		<comments>http://askcarmen.com/adding-a-close-window-button/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:41:28 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/adding-a-close-window-button/</guid>
		<description><![CDATA[Simply place the button or link code where you would like it to appear. (Seems to work only in IE)
&#60;!&#8212; begin BUTTON code here &#8211;&#62;
&#60;form method=&#8221;post&#8221;&#62;&#60;input type=&#8221;button&#8221; value=&#8221;Close Window&#8221; onclick=&#8221;window.close()&#8221;&#62;&#60;/form&#62;
&#60;!&#8212; end BUTTON code here &#8211;&#62;
&#60;!&#8212; begin LINK code here &#8211;&#62;
&#60;a xhref=&#8221;javascript: self.close()&#8221;&#62;Close Window&#60;/a&#62;
&#60;!&#8212; end LINK code here &#8211;&#62;
SAMPLE:
Button code:


Link code:
Close Window
]]></description>
		<wfw:commentRss>http://askcarmen.com/adding-a-close-window-button/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Changing the Style of Your Bullets in Your List.</title>
		<link>http://askcarmen.com/changing-the-style-of-your-bullets-in-your-list/</link>
		<comments>http://askcarmen.com/changing-the-style-of-your-bullets-in-your-list/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:41:01 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/changing-the-style-of-your-bullets-in-your-list/</guid>
		<description><![CDATA[When creating a list on your website, you can change the style of your bullets by adding attributes to your &#60;LI&#62; tag. You can even use images as bullets!
LIST TYPE 1:  Code

List item 1
List item 2
List item 3

LIST TYPE 2:  Code

Your text goes here

Your text goes here
Your text goes here
Your text goes here


Your [...]]]></description>
		<wfw:commentRss>http://askcarmen.com/changing-the-style-of-your-bullets-in-your-list/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;Back to Previous Page&#8221; button and link</title>
		<link>http://askcarmen.com/back-to-previous-page-button-and-link/</link>
		<comments>http://askcarmen.com/back-to-previous-page-button-and-link/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:40:05 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/back-to-previous-page-button-and-link/</guid>
		<description><![CDATA[Place the button or link code where you would like it to appear.
&#60;!&#8212; begin BUTTON code here &#8211;&#62;
&#60;form&#62;&#60;input type=&#8221;button&#8221; value=&#8221;Back&#8221; onClick=&#8221;javascript: history.go(-1)&#8221;&#62;&#60;/form&#62;
&#60;!&#8212; end BUTTON code here &#8211;&#62;
&#60;!&#8212; begin LINK code here &#8211;&#62;
&#60;a xhref=&#8221;javascript: history.go(-1)&#8221;&#62;Back&#60;/a&#62;
&#60;!&#8212; end LINK code here &#8211;&#62;
SAMPLE:



Button code:
Link code:






Back



]]></description>
		<wfw:commentRss>http://askcarmen.com/back-to-previous-page-button-and-link/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding a Description to the Browser Status Bar</title>
		<link>http://askcarmen.com/adding-a-description-to-the-browser-status-bar/</link>
		<comments>http://askcarmen.com/adding-a-description-to-the-browser-status-bar/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:39:35 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/adding-a-description-to-the-browser-status-bar/</guid>
		<description><![CDATA[Display a custom message in the browser status bar when the mouse is placed over a link. (Seems to work only on IE)
&#60;!&#8212; begin code here &#8211;&#62;
&#60;A xhref=&#8221;http://www.yourdomain.com&#8221; mce_href=&#8221;http://www.yourdomain.com&#8221; onmouseover=&#8221;window. status=&#8217;Look! Your custom message here!&#8217;; return true&#8221; onmouseout= &#8220;window.status=&#8221;;return true&#8221;&#62;Your Link Here&#60;/a&#62;
&#60;!&#8212; end code here &#8211;&#62;
SAMPLE:
Your Link Here
(put your mouse over the link &#038; look [...]]]></description>
		<wfw:commentRss>http://askcarmen.com/adding-a-description-to-the-browser-status-bar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding a Background Image to Tables</title>
		<link>http://askcarmen.com/adding-a-background-image-to-tables/</link>
		<comments>http://askcarmen.com/adding-a-background-image-to-tables/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:39:11 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/adding-a-background-image-to-tables/</guid>
		<description><![CDATA[Just add a background=&#8221;yourimagehere.gif&#8221; to your &#60;td&#62; tag.
&#60;!&#8212; begin code here &#8211;&#62;
&#60;table border=&#8221;1&#8243; cellpadding=&#8221;4&#8243; cellspacing=&#8221;0&#8243; align=&#8221;center&#8221; width=&#8221;65%&#8221;&#62;
&#60;tr&#62;
&#60;td align=&#8221;center&#8221; background=&#8221;yourimagehere.gif&#8220;&#62;THIS IS NEAT!!&#60;/td&#62;
&#60;/tr&#62;
&#60;/table&#62;
&#60;!&#8212; end code here &#8211;&#62;
SAMPLE:


THIS IS NEAT!!


]]></description>
		<wfw:commentRss>http://askcarmen.com/adding-a-background-image-to-tables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I add Color to my Table Cells?</title>
		<link>http://askcarmen.com/how-do-i-add-color-to-my-table-cells/</link>
		<comments>http://askcarmen.com/how-do-i-add-color-to-my-table-cells/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:38:16 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/how-do-i-add-color-to-my-table-cells/</guid>
		<description><![CDATA[Add BGCOLOR=&#8221;#ffff00&#8243; (replace with color of your choice) within the &#60;TD&#62; tag.
&#60;!&#8212; begin code here &#8211;&#62;
&#60;TABLE CELLPADDING=&#8221;2&#8243; CELLSPACING=&#8221;2&#8243; WIDTH=&#8221;65%&#8221;&#62;
&#60;TR&#62;
&#60;TD BGCOLOR=&#8221;#ffff00&#8243;&#62;Column 1&#60;/TD&#62;
&#60;TD BGCOLOR=&#8221;#ffff00&#8243;&#62;Column 2&#60;/TD&#62;
&#60;/TR&#62;
&#60;TR&#62;
&#60;TD&#62;Row 2&#60;/TD&#62;
&#60;TD&#62;Row 2&#60;/TD&#62;
&#60;/TR&#62;
&#60;/TABLE&#62;
&#60;!&#8212; end code here &#8211;&#62;
SAMPLE:


Column 1
Column 2


Row 2
Row 2


]]></description>
		<wfw:commentRss>http://askcarmen.com/how-do-i-add-color-to-my-table-cells/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I add Color to my Table Border?</title>
		<link>http://askcarmen.com/how-do-i-add-color-to-my-table-border/</link>
		<comments>http://askcarmen.com/how-do-i-add-color-to-my-table-border/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:37:34 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/how-do-i-add-color-to-my-table-border/</guid>
		<description><![CDATA[Adding color to your table border is easy!  Just add BORDERCOLOR=&#8221;#ff0000&#8243; (replace with the color of your choice) within your &#60;table&#62; tag.
&#60;!&#8212; begin code here &#8211;&#62;
&#60;TABLE BORDER=&#8221;2&#8243; BORDERCOLOR=&#8221;#ff0000&#8243; CELLPADDING=&#8221;4&#8243; CELLSPACING=&#8221;0&#8243; WIDTH=&#8221;65%&#8221;&#62;
&#60;TR&#62;
&#60;TD&#62;Column 1&#60;/TD&#62;&#60;TD&#62;Column 2&#60;/TD&#62;
&#60;/TR&#62;
&#60;/TABLE&#62;
&#60;!&#8212; end code here &#8211;&#62;
SAMPLE:


Column 1
Column 2


]]></description>
		<wfw:commentRss>http://askcarmen.com/how-do-i-add-color-to-my-table-border/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do I have my website visitors view my fonts even if they don&#8217;t have them installed on their computer?</title>
		<link>http://askcarmen.com/how-do-i-have-my-website-visitors-view-my-fonts-even-if-they-dont-have-them-installed-on-their-computer/</link>
		<comments>http://askcarmen.com/how-do-i-have-my-website-visitors-view-my-fonts-even-if-they-dont-have-them-installed-on-their-computer/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 03:37:04 +0000</pubDate>
		<dc:creator><ADMINNICENAME></dc:creator>
		
		<category><![CDATA[Web Design &amp; Develop]]></category>

		<guid isPermaLink="false">http://askcarmen.com/how-do-i-have-my-website-visitors-view-my-fonts-even-if-they-dont-have-them-installed-on-their-computer/</guid>
		<description><![CDATA[I usually stick with the widely installed fonts: Verdana, Arial, Tahoma, Monaco, Helvetica, Georgia, and Times New Roman.
However, if you insist on using an unusual fancy-prancy font, you can save the text as an image instead. Simply create a graphic in your favorite image editing program, and put your text in it. All your visitors [...]]]></description>
		<wfw:commentRss>http://askcarmen.com/how-do-i-have-my-website-visitors-view-my-fonts-even-if-they-dont-have-them-installed-on-their-computer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
