<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>HTMLHelp Forums Full Feed</title>
	<description>This is a full feed for all the discussion forums at HTMLHelp.com</description>
	<link>http://forums.htmlhelp.com/index.php</link>
	<pubDate>Fri, 20 Nov 2009 22:08:02 -0500</pubDate>
	<ttl>5</ttl>
	<item>
		<title>Left Aligning Text in Textbox</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10274</link>
		<description><![CDATA[I don't like relying on people, but this has been driving me crazy for over three hours and I have had enough. I have been trying to figure out how to left align the text in my read only textarea. You can look at the problem at <a href="http://priceprospector.com/html_tutorials.html" target="_blank" rel="nofollow"><a href="http://priceprospector.com/html_tutorials.html" target="_blank" rel="nofollow">http://priceprospector.com/html_tutorials.html</a></a>. I have a feeling that the problem has something to do with the code above the textarea, but I'm not sure.]]></description>
		<pubDate>Fri, 20 Nov 2009 21:45:32 -0500</pubDate>
		<guid isPermaLink="false">10274</guid>
	</item>
	<item>
		<title>Adding software</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10273</link>
		<description>is the an html code and how do you add any kind of software to the site i am building?</description>
		<pubDate>Fri, 20 Nov 2009 15:44:33 -0500</pubDate>
		<guid isPermaLink="false">10273</guid>
	</item>
	<item>
		<title>Tearing my hair out!</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10255</link>
		<description><![CDATA[Hi guys, great forum I wish I had found this ages ago!!<br /><br />I have a little problem with the way a layout table is being displayed and want to know why!!  The code is as below<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;TABLE ALIGN=&#34;CENTER&#34; WIDTH=&#34;750&#34; BORDER=0 CELLPADDING=0 CELLSPACING=0&#62;<br />&#60;tr&#62;<br />&#60;td height=&#34;18&#34; bgcolor=&#34;#0000FF&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;p align=&#34;center&#34;&#62;&#60;font color=&#34;#FFFFFF&#34; face=&#34;Arial, Helvetica, sans-serif&#34;&#62;This <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;entire site and all of its content is subject to copyright. E&OE&#60;/font&#62;&#60;/p&#62;&#60;/td&#62;<br />&#60;/tr&#62;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;td&#62; &#60;a href=&#34;http&#58;//www.sapsuk.com/contact.htm&#34;&#62; &#60;img src=&#34;http&#58;//sapsuk.com/telephone.gif&#34; width=&#34;750&#34; height=&#34;101&#34; border=&#34;0&#34; alt=&#34;telephone number 0844 884 5956&#34;&#62;&#60;/a&#62; &#60;/td&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp; &#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;td height=&#34;32&#34; bgcolor=&#34;#0000FF&#34;&#62;&#60;p align=&#34;center&#34;&#62; &#60;font color=&#34;#FFFFFF&#34; face=&#34;Arial, Helvetica, sans-serif&#34;&#62;Calls <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;to this number are charged at 5p per minute at all times from a BT land <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;line. &#60;/font&#62;&#60;/p&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;p align=&#34;center&#34;&#62;&#60;font color=&#34;#0000FF&#34; size=&#34;-7&#34;&#62;0844 884 5956&#60;/font&#62;&#60;/p&#62;<br />&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&#60;/TABLE&#62;<!--c2--></div><!--ec2--><br /><br />Now in deamweavers wysiwyg view it looks exactly how I want it to, as it does in w3schools tryit editor - example below<br /><br /><img src="http://www.sapsuk.com/footer%20wysiwyg.jpg" border="0" alt="IPB Image" /><br /><br />but in Firefox and IE it looks like this (with extra space between the layout cells - causing the table to be higher than I want).<br /><br /><img src="http://www.sapsuk.com/footer%20in%20browser.jpg" border="0" alt="IPB Image" /><br /><br />I have tried so many ways to get it to look right!<br /><br />Any suggestions for me to try?]]></description>
		<pubDate>Thu, 19 Nov 2009 05:27:57 -0500</pubDate>
		<guid isPermaLink="false">10255</guid>
	</item>
	<item>
		<title>Embedded Flash Issue in Some Browsers</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10260</link>
		<description><![CDATA[You may have seen this question before, but I cannot for the life of me find an answer that works. <br /><br />I embedded a .swf flash file on a page on my website. This flash plays perfectly on IE and Chrome, but nothing shows up on Safari or Firefox. <br /><br />I, at first, wrote the code by hand. Then I instead used swfobject to properly write the code (this still hasn't fixed the problem) <br /><br />I used the w3 markup validation site to check the code, and it comes back with 0 errors. <br /><br />Any Ideas? <br /><br />The code is below:<br /><br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"&gt;<br />&lt;head&gt;<br />&lt;title&gt;&lt;/title&gt;<br />&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;<br />&lt;script type="text/javascript" src="posthink.swf"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript"&gt;<br />swfobject.registerObject("myFlashContent", "9.0.0");<br />&lt;/script&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div style="text-align: center;"&gt;<br />&lt;object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="myFlashContent"&gt;<br />&lt;param name="movie" value="posthink.swf" /&gt;<br />&lt;/object&gt;<br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />(I inserted a space in the classid= tag to do away with the : D turning into a smiley)<br /><br /><br />Thanks for your help.]]></description>
		<pubDate>Thu, 19 Nov 2009 10:11:22 -0500</pubDate>
		<guid isPermaLink="false">10260</guid>
	</item>
	<item>
		<title>New to Html: Moving A Black Bar to Bottom Of Page</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10252</link>
		<description><![CDATA[Hello, I'm new to web design and any help would be greatly appreciated it. I can't figure out how to move the second black bar to the bottom of the page. (Works on Internet Explorer but not Safari)<br /><br /><b>Here is the webpage:</b> <u><a href="http://www.1251mag.com/pdf/index.html" target="_blank" rel="nofollow">http://www.1251mag.com/pdf/index.html</a></u><br /><br />Also: How can I can make the Facebook, Twitter, etc. icons centered and not so close to the top?<br /><br /><b>Here is my html:</b><br /><br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br />&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;<br />&lt;link rel="stylesheet" href="1251.css" type="text/css" charset="utf-8" /&gt;<br /><br />&lt;script TYPE="text/javascript"&gt;<br />&lt!--<br />function popup(mylink, windowname)<br />{<br />if (! window.focus)return true;<br />var href;<br />if (typeof(mylink) == 'string')<br />   href=mylink;<br />else<br />   href=mylink.href;<br />window.open(href, windowname, 'width=550,height=485,scrollbars=yes');<br />return false;<br />}<br />//--&gt;<br />&lt;/SCRIPT&gt;<br /><br />&lt;script type="text/javascript" src="banner.js.js"&gt;&lt;/script&gt;<br /><br />&lt;title&gt;Men's Magazine for Designer Fashions and Modern Music | 12:51&lt;/title&gt;<br />&lt;META name="description" content="12:51 is the leading men’s quarterly magazine for designer fashions and modern music. With its content of extensive fashion coverage, vibrant photography, and engaging artist interviews, 12:51 appeals to a demographic of influential men whose refined personal style reflects their taste in music."&gt;<br />&lt;META name="keywords" content="12:51,12:51 Magazine,1251Mag.com,men's fashion magazine,designer,upscale,music,indie rock,rock,celebrity fashion,celebrity style,new york fashion"&gt;<br />&lt;br&gt;&lt;br&gt;<br /><br />&lt;style type="text/css"&gt;&lt!--<br /><br />a.effect1:link {color: black; text-decoration: underline; }<br />a.effect1:active {color: black; text-decoration: underline; }<br />a.effect1:visited {color: #555555; text-decoration: underline; }<br />a.effect1:hover {color: white; text-decoration: none; background: #000000}<br /><br />a.effect2:link {color: #000088; text-decoration: underline; }<br />a.effect2:active {color: #000088; text-decoration: underline; }<br />a.effect2:visited {color: #555555; text-decoration: underline; }<br />a.effect2:hover {color: white; text-decoration: none; background: #000000}<br />--&gt;<br />&lt;/style&gt;<br /><br />&lt;/head&gt;<br />&lt;body&gt;&lt;body bgcolor="ffffff"&gt;<br />&lt;div id="wrapper"&gt;<br />&lt;table width="381" height="505" border="0"align="right"  cellspacing="5" &gt;<br />&lt;tr&gt; <br />&lt;th width="369" height="117" scope="col"&gt;&lt;img src="pic1.jpg" name="banner"/&gt;&lt;/th&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;table width="381" height="505" border="0" align="left" cellspacing="5"&gt;<br />&lt;tr&gt;<br />&lt;th width="381" height="117" scope="col"&gt;&lt;center&gt;&lt;a href="http://www.1251mag.com/"&gt;&lt;img src="logo.jpg"/&gt;&lt;/a&gt;&lt;/center&gt;&lt;/th&gt;<br />&lt;/tr&gt;<br />&lt;tr&gt;<br /><br />&lt;th height="248" align="left" valign="top" scope="row"&gt;&lt;font face = arial&gt;&lt;font size=2&gt;<br />&lt;br&gt;&lt;center&gt;&lt;b&gt;&lt;a href="http://www.1251mag.com/subscribe.html" class="effect2"&gt;Subscribe&lt;/b&gt;&lt;/a&gt; I &lt;b&gt;&lt;a href="http://www.1251mag.com/pdf/fall09.pdf" target="_blank" onclick="pageTracker._trackPageview('/fall09.pdf')" class="effect1"&gt;Current Issue&lt;/b&gt;&lt;/a&gt; I &lt;b&gt;&lt;A HREF="http://www.1251mag.com/pastissues.html" class="effect1"&gt;Past Issues&lt;/b&gt;&lt;/a&gt;&lt;/center&gt;<br /><br />&lt;/tr&gt;<br /><br />&lt;tr&gt;<br />&lt;th  height="122" valign="bottom" scope="row"&gt;&lt;font face = arial&gt;&lt;font size=1&gt;<br /><br />&lt;br&gt;&lt;br&gt;<br />&lt;A HREF="http://www.1251mag.com/about.html"class="effect1"&gt;About&lt;/A&gt; I<br /> &lt;A HREF="http://www.1251mag.com/connect.html"class="effect1"&gt;Connect&lt;/A&gt; I<br /> &lt;A HREF="http://www.1251mag.com/contact.html"class="effect1"&gt;Contact&lt;/A&gt; I<br /> &lt;A HREF="http://www.1251mag.com/legal.html"class="effect1"&gt;Legal&lt;/A&gt;<br /><br /><br />&lt;br&gt;&lt;br&gt;&lt;FONT COLOR="#555555"&gt;Copyright © 2009 12:51. All rights reserved.&lt;/font&gt;&lt;/th&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />&lt;/div&gt;<br />&lt;script type="text/javascript"&gt;<br />var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");<br />document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));<br />&lt;/script&gt;<br />&lt;script type="text/javascript"&gt;<br />try {<br />var pageTracker = _gat._getTracker("UA-9744851-1");<br />pageTracker._trackPageview();<br />} catch(err) {}&lt;/script&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br />]]></description>
		<pubDate>Wed, 18 Nov 2009 23:40:33 -0500</pubDate>
		<guid isPermaLink="false">10252</guid>
	</item>
	<item>
		<title>Mailto function</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10243</link>
		<description><![CDATA[Hi there<br /><br />First post so bare with me. <br /><br />I've got a mailto function on a website I'm making and it won't let me put the mailto email addess on the same line as the rest of the text, any ideas?<br /><br /><br /><a href="http://grum-media.com/HighElms/Contact.html" target="_blank" rel="nofollow"><a href="http://grum-media.com/HighElms/Contact.html" target="_blank" rel="nofollow">http://grum-media.com/HighElms/Contact.html</a></a>]]></description>
		<pubDate>Wed, 18 Nov 2009 06:10:01 -0500</pubDate>
		<guid isPermaLink="false">10243</guid>
	</item>
	<item>
		<title>News Feature</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10270</link>
		<description><![CDATA[Hi Guys, does any one know of a good way to put a news feature into a site. All I need is for some one to be able to post news every now and again. Can I do this is html?<br /><br />Thanks]]></description>
		<pubDate>Fri, 20 Nov 2009 06:26:54 -0500</pubDate>
		<guid isPermaLink="false">10270</guid>
	</item>
	<item>
		<title>help with flash panel for store</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10272</link>
		<description><![CDATA[I can't seem to get my flash panel on my stie to go to the middle of the page.  I'm using yahoo, how would I go about getting a zazzle flash panel into one of the "boxes" when yahoo doesn't enable html in the image boxes?]]></description>
		<pubDate>Fri, 20 Nov 2009 09:08:20 -0500</pubDate>
		<guid isPermaLink="false">10272</guid>
	</item>
	<item>
		<title>Some funny Jokes</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=7769</link>
		<description><![CDATA[The Wrong E-mail<br /><br /><br />A man left the snow-filled streets of Chicago for a vacation in Florida. His wife was on a business trip and was planning to meet him there the next day. When he reached his hotel, he decided to send his wife a quick e-mail.<br /><br />Unable to find the scrap of paper on which he had written her e-mail address, he did his best to type it in from memory. Unfortunately, he missed one letter and his note was directed instead to an elderly preacher's wife, whose husband had passed away only the day before. When the grieving widow checked her e-mail, she took one look at the monitor, let out a piercing scream, and fell to the floor in a dead faint. Hearing the scream, her family rushed into the room and saw this note on the screen:<br /><br />"Dearest Wife,<br /><br />Just got checked in. Everything prepared for your arrival tomorrow.]]></description>
		<pubDate>Sat, 03 Jan 2009 08:12:27 -0500</pubDate>
		<guid isPermaLink="false">7769</guid>
	</item>
	<item>
		<title>Menu bar appears different in Firefox and IE</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10265</link>
		<description><![CDATA[Hello!<br /><br />I have minimal experience in web/blog design, so I used a template for my site.  The problem is the change in the menu bar from being viewed in Internet Explorer and Firefox.  (Viewed in IE it looks great but it looks wrong in Firefox.) <br /><br />Is there anything that you can recommend to remedy this problem?  If so, I need specific code or instructions. <br /><br />Thank you for any help you can provide. <br /><br />www.usethesunnow.net]]></description>
		<pubDate>Thu, 19 Nov 2009 18:49:20 -0500</pubDate>
		<guid isPermaLink="false">10265</guid>
	</item>
	<item>
		<title>Display entities as unicode</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10263</link>
		<description><![CDATA[I have a very simple Javascript that takes a character "X" and concatenates "& #x1234;" after it (this is only an example).<br />I then want to display  "X& #x1234;" in a box and "Xz", where "z" is the translated entity in the second box. How do I do it.<br /><br />inputChar = inputString.charAt(i);<br />outputChar1 = inputChar.concat("& #x1234;");<br />I now need the step to place results into outputChar2<br /><br />NOTE: space has been added after the & to keep the translation from happening here.]]></description>
		<pubDate>Thu, 19 Nov 2009 12:26:31 -0500</pubDate>
		<guid isPermaLink="false">10263</guid>
	</item>
	<item>
		<title>HTML Code Box</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10253</link>
		<description><![CDATA[Hi everybody! I am attempting to create a HTML Tutorial site, and I have hit a road block.<br /><br />I would like to show code in a box, but not a textbox where the viewer can change it. You can see an example at <a href="http://www.w3schools.com/html/default.asp" target="_blank" rel="nofollow"><a href="http://www.w3schools.com/html/default.asp" target="_blank" rel="nofollow">http://www.w3schools.com/html/default.asp</a></a><br /><br />I don't need anything fancy, just a simple way to display HTML code.]]></description>
		<pubDate>Wed, 18 Nov 2009 23:55:42 -0500</pubDate>
		<guid isPermaLink="false">10253</guid>
	</item>
	<item>
		<title>Tables</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10261</link>
		<description><![CDATA[I built this site, it's six pages, The link to Testimonials and link to blog, keeps shifting abit to the left. Why is this.  This is my site <a href="http://www.mts.net/~conquer/future/index.html" target="_blank" rel="nofollow"><a href="http://www.mts.net/~conquer/future/index.html" target="_blank" rel="nofollow">http://www.mts.net/~conquer/future/index.html</a></a>]]></description>
		<pubDate>Thu, 19 Nov 2009 10:53:48 -0500</pubDate>
		<guid isPermaLink="false">10261</guid>
	</item>
	<item>
		<title>Countdown to Friday</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10110</link>
		<description><![CDATA[Having a bad week? Cheer up. Friday is almost here.<br /><br />www.Countdown2Friday.com - Your official countdown clock to Friday.<br /><br />I would, especially, like to know if the page loads properly in other browsers. The only ones I have tested are Firefox and Safari.<br /><br />Also, if anyone knows, I was wondering what the function was to turn off an embedded music file that is playing in the background, so that a user can click a button and turn off the audio if he/she wanted to.<br /><br />Thanks in advance.]]></description>
		<pubDate>Mon, 02 Nov 2009 11:56:05 -0500</pubDate>
		<guid isPermaLink="false">10110</guid>
	</item>
	<item>
		<title>side bar not staying with-in set size</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10240</link>
		<description><![CDATA[So heres the issue.<br />I have a navigation bar on the left that should be no wider than needed. Just enough for it's contents, and no more.<br />To the right of that should be the content box which should stretch to fill the browser window.<br />This works as it should on most of the pages, but this is due to the content pushing the break between the navigation to the left.<br /><br />But there are two pages that are just simple lists and are not that wide of content, and on these pages the space that the navigation box takes up is wider than it should be, which then off-sets all of the alignment in the content box.<br /><br />One of the pages that shows this is<br /><a href="http://www.daisyducks.org/index.php?pg=members" target="_blank" rel="nofollow"><a href="http://www.daisyducks.org/index.php?pg=members" target="_blank" rel="nofollow">http://www.daisyducks.org/index.php?pg=members</a></a><br /><br />That list of positions and names is aligned to the left. I would like them to be right up next to the navigation bar like the rest of the site, but they are unable to because the navigation cell is stretching more than it should.<br />I'm using simple php to separate the site into blocks (header, navigation, content, footer)<br /><br />Here is the html of the navbar block, CSS for that block included<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;style type=&#34;text/css&#34;&#62;<br />&lt!--<br /><br />#navspace{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;vertical-align&#58;top;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding-top&#58; 15px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding-left&#58; 10px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding-right&#58; 5px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width&#58; 159px;<br />}<br />#navbarmain{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width&#58;144 px;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;border&#58; 0 px;<br />}<br />#navbarlinks{<br />}<br />a.nav{<br />&nbsp;&nbsp;&nbsp;&nbsp;color&#58;#000;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-weight&#58;bold;<br />&nbsp;&nbsp;&nbsp;&nbsp;/*text-decoration&#58;none;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;border-left&#58; 3px solid yellow;<br />&nbsp;&nbsp;&nbsp;&nbsp;/*background-color&#58;#093;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;padding&#58; 1px;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-family&#58;Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp;&nbsp;font-size&#58;13px;<br />}<br />a&#58;link.nav{<br />}<br />a&#58;visited.nav{<br />}<br />a&#58;hover.nav{<br />&nbsp;&nbsp;&nbsp;&nbsp;color&#58;#FF3;<br />&nbsp;&nbsp;&nbsp;&nbsp;border-left&#58; 3px solid green;<br />}<br />a&#58;active.nav{<br />&nbsp;&nbsp;&nbsp;&nbsp;color&#58;#FF3;<br />&nbsp;&nbsp;&nbsp;&nbsp;border-left&#58; 3px solid #6F3;<br />}<br />ul.nav{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;list-style-type&#58;none;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin&#58; 0;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding&#58;0;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;padding-left&#58;4px;<br />}<br />li.nav{<br />&nbsp;&nbsp;&nbsp;&nbsp;margin-bottom&#58;2px;<br />}<br /><br /><br />--&gt;<br />&#60;/style&#62;<br /><br />&#60;td width=&#34;159&#34; id=&#34;navspace&#34;&#62;<br />&#60;table width=&#34;144&#34; cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; id=&#34;navbarmain&#34;&#62;&#60;tr&#62;&#60;td background=&#34;interface/img/navbar_mid.png&#34;&#62;&#60;img src=&#34;interface/img/navbar_top.png&#34; /&#62;&#60;/td&#62;&#60;/tr&#62;&#60;tr&#62;&#60;td id=&#34;navbarlinks&#34; background=&#34;interface/img/navbar_mid.png&#34;&#62;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;ul class=&#34;nav&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php&#34;&#62;Home&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=greet&#34;&#62;President's Message&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=members&#34;&#62;Board Members&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=inmemoriam&#34;&#62;In Memoriam&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=membership&#34;&#62;Membership Info&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=committees&#34;&#62;Sports Committees&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=projects&#34;&#62;Daisy Projects&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=events&#34;&#62;Events Calendar&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=othercommittees&#34;&#62;Other Committees&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=meetus&#34;&#62;An Evening w/ Daisies&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=quackchat&#34;&#62;Quack Chat&#60;/a&#62;&#60;/li&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;li class=&#34;nav&#34;&#62;&#60;a class=&#34;nav&#34; href=&#34;index.php?pg=photos&#34;&#62;Photo Album&#60;/a&#62;&#60;/li&#62;<br /><br /><br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&#60;/ul&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&#60;/td&#62;&#60;/tr&#62;&#60;tr&#62;&#60;td&#62;&#60;img src=&#34;interface/img/navbar_bot.png&#34; width=&#34;144&#34; height=&#34;29&#34; /&#62;&#60;/td&#62;&#60;/tr&#62;<br />&#60;/table&#62;&#60;br /&#62;<br />&#60;span style=&#34;font-size&#58;14px; font-weight&#58;normal;&#34;&#62;<br />&#60;a href=&#34;http&#58;//www.goducks.com/&#34;&#62;GoDucks.com&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//uoalumni.com/&#34;&#62;UO Alumni Assoc&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//coachbellotti.com/&#34;&#62;Coach Bellotti&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//ducknews.com/quick_quacks&#34;&#62;DuckNews.com&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//oregonlive.com/weblogs/ducksblog/&#34;&#62;Ducksblog&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//oregontrackclub.org/&#34;&#62;Oregon Track Club&#60;/a&#62;&#60;br&#62;<br />&#60;a href=&#34;http&#58;//mail.daisyducks.org&#34;&#62;Login to Daisy Email&#60;/a&#62;<br />&#60;/span&#62;<br />&#60;/td&#62;<!--c2--></div><!--ec2--><br /><br />Here is the code of the over-all page minus the PHP.<br />There are HTML comments where the nav bar, contents, etc go.<br /><br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&lt!-- Site Designed and coded by Fabian Norman, FabianN AT gmail DOT com --&gt;<br />&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.1//EN&#34; &#34;http&#58;//www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#34;&#62;<br />&#60;html xmlns=&#34;http&#58;//www.w3.org/1999/xhtml&#34;&#62;<br />&#60;head&#62;<br />&#60;title&#62;Oregon Daisy Ducks&#60;/title&#62;<br />&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=iso-8859-1&#34; /&#62;<br />&#60;link href=&#34;css/index.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34; /&#62;<br />&#60;/head&#62;<br />&#60;body&#62;<br />&#60;table cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; width=&#34;100%&#34;&#62;<br />&lt!--LOGO--&gt;<br />&#60;tr&#62;<br />&lt!--Navigation Bar--&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;td class=&#34;body&#34;&#62;<br />&lt!--Body contents--&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;<br />&#60;/tr&#62;<br />&lt!--Footer--&gt;<br />&#60;/table&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;<br /><!--c2--></div><!--ec2--><br /><br />I have have just plain text in the content box, but as long as it doesn't completely span the content box and forces it to stretch, the navigation bar will have that bit of over-flow.<br /><br />Another good example is the error page, though it's not noticeable unless you have a tool that will highlight the various blocks of a page<br /><a href="http://www.daisyducks.org/index.php?pg=pfsdfs" target="_blank" rel="nofollow"><a href="http://www.daisyducks.org/index.php?pg=pfsdfs" target="_blank" rel="nofollow">http://www.daisyducks.org/index.php?pg=pfsdfs</a></a><br /><br />I've put width settings on every part of this that I can think would apply to this, and no matter what it doesn't size down.<br /><br />Anyone got help?]]></description>
		<pubDate>Tue, 17 Nov 2009 20:14:59 -0500</pubDate>
		<guid isPermaLink="false">10240</guid>
	</item>
	<item>
		<title>Any way to make tables COMPLETELY borderless?</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10250</link>
		<description><![CDATA[my webpage is <a href="http://frostyc.atspace.com/index.html" target="_blank" rel="nofollow">here</a>.<br /><br />I want to make the hands touch the actual edges of the browser window. <br /><br />Also, the 85% for table height is an indefinite figure, how can I make it so the table covers 100% of the viewable area & not 85% of the screen?<br /><br />here's the table code:<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;table cellpadding=&#34;0&#34; cellspacing=&#34;0&#34; border=0 height=85% width=100%&#62;<br />&#60;tr height=20% width=100%&#62;<br />&#60;img src=bor.jpg&#62;<br />&#60;/tr&#62;<br />&#60;tr height=80% width=100%&#62;<br /><br />&#60;td align=left valign=bottom width=50%&#62;<br />&#60;img src=blue.jpeg&#62;<br />&#60;/td&#62;<br /><br />&#60;td align=right valign=bottom width=50%&#62;<br />&#60;img src=red.jpeg&#62;<br />&#60;/td&#62;<br /><!--c2--></div><!--ec2--><br /><br />Thanks in advance for any advice <img src="http://forums.htmlhelp.com/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />]]></description>
		<pubDate>Wed, 18 Nov 2009 21:06:20 -0500</pubDate>
		<guid isPermaLink="false">10250</guid>
	</item>
	<item>
		<title>Imaging and spacing</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10259</link>
		<description><![CDATA[Hi there,<br />I have this problem that i have hit a brick wall with <img src="http://forums.htmlhelp.com/style_emoticons/default/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /><br />and now its driving me insane <img src="http://forums.htmlhelp.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><br /><br />I want to align the images , text and content box side by side , but i can get this to work <br />*ps i am a html noob*<br />I have included images of how it looks, and an image of how i want it to look , none of this is online yet as i want to get it working before uploading to my site <br /><br />any help would be most appreciated <img src="http://forums.htmlhelp.com/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br /><br /><br /><img src="http://i46.tinypic.com/2vvvwid.png" border="0" alt="IPB Image" /><br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;style type=&#34;text/css&#34;&#62;<br />#sidebar img {<br />margin-left&#58;5px;<br />margin-right&#58;5px;<br />} <br />&#60;/style&#62;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;           &#60;a href=&#34;http&#58;//s800.photobucket.com/albums/yy282/miztag/male/?action=view&current=002.jpg&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;http&#58;//i800.photobucket.com/albums/yy282/miztag/male/th_002.jpg&#34; border=&#34;1&#34; alt=&#34;Miztag&#34; &#62;&#60;/a&#62;<br />&#60;p&#62;                 copy text below&#60;p&#62;           &#60;textarea rows=&#34;2&#34; name=&#34;S1&#34; cols=&#34;11&#34;&#62; &#60;&#60;a href=&#34;http&#58;//s800.photobucket.com/albums/yy282/miztag/male/?action=view&current=002.jpg&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;http&#58;//i800.photobucket.com/albums/yy282/miztag/male/002.jpg&#34; border=&#34;0&#34; alt=&#34;Photobucket&#34;&#62;&#60;/a&#62; /&#62;&nbsp;&nbsp;Miztag.com &#60;/a&#62; &#60;/textarea&#62; &#60;/p&#62;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;           &#60;a href=&#34;http&#58;//s800.photobucket.com/albums/yy282/miztag/male/?action=view&current=002.jpg&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;http&#58;//i800.photobucket.com/albums/yy282/miztag/male/th_002.jpg&#34; border=&#34;1&#34; alt=&#34;Miztag&#34; &#62;&#60;/a&#62;<br />&#60;p&#62;                 copy text below &#60;p&#62;          &#60;textarea rows=&#34;2&#34; name=&#34;S1&#34; cols=&#34;11&#34;&#62; &#60;&#60;a href=&#34;http&#58;//s800.photobucket.com/albums/yy282/miztag/male/?action=view&current=002.jpg&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;http&#58;//i800.photobucket.com/albums/yy282/miztag/male/002.jpg&#34; border=&#34;0&#34; alt=&#34;Photobucket&#34;&#62;&#60;/a&#62; /&#62;&nbsp;&nbsp;Miztag.com &#60;/a&#62; &#60;/textarea&#62; &#60;/p&#62;<br /><!--c2--></div><!--ec2-->]]></description>
		<pubDate>Thu, 19 Nov 2009 07:56:08 -0500</pubDate>
		<guid isPermaLink="false">10259</guid>
	</item>
	<item>
		<title>ASP Form Mailto</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10249</link>
		<description><![CDATA[I have a quote request form that is on these viewitem pages...<br /><br /><a href="http://www.aspenequipment.com/catalog/store/comersus_viewItem.asp?idProduct=224" target="_blank" rel="nofollow"><a href="http://www.aspenequipment.com/catalog/stor...p?idProduct=224" target="_blank" rel="nofollow">http://www.aspenequipment.com/catalog/stor...p?idProduct=224</a></a><br /><br />If you click on "Request a Quote"  you will be taken to the bottom of the page where a quote request is.  This is partially auto filled with that particular item's information. <br /><br />My problem is that when you click "Submit Quote Request", you get a blank page and nothing get's sent through.  It's been half an hour since I tested it. Here is the code for the form action.  What I would really like this to do (and it may not be possible) is for it to process the email, and as soon as that has been processed let them know that the email was sent and then redirect them to the previous page after 3? 5? seconds.  Some time frame.  At the very least let them know that the email has been sent.  Thanks in advance.<br /> <br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;%<br />&nbsp;&nbsp;&nbsp;&nbsp;if Request.Querystring&#40;&#34;isSubmitted&#34;&#41; = &#34;yes&#34; then<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim name, email, phone, idesc, unitnum, comments<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim objCDO<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name = Request.Querystring&#40;&#34;name&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;email = Request.Querystring&#40;&#34;email&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;phone = Request.Querystring&#40;&#34;phone&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;idesc = Request.Querystring&#40;&#34;itemdescription&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;unitnum = Request.Querystring&#40;&#34;unitnumber&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;comments = Request.Querystring&#40;&#34;comments&#34;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set objCDO = Server.CreateObject&#40;&#34;CDONTS.NewMail&#34;&#41;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.From = &#34;corinth@enfused.com&#34; 'That's me &#58;&#41;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.To = &#34;equipment@aspeneq.com&#34;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.Cc = &#34;tfoster@aspeneq.com, marketing@aspeneq.com&#34;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.Subject = &#34;Online Equipment Quote Request&#34;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.Body = &#34;Name&#58; &#34; & name &_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#34;Email&#58; &#34; & email &_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#34;Phone&#58; &#34; & phone &_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#34;Description&#58; &#34; & idesc &_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#34;Unit number&#58; &#34; & unitnum &_<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#34;Comments&#58; &#34; & comments<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.BodyFormat = 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.MailFormat = 1<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objCDO.Send<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ConfirmMsg = &#34;Your request was submitted.&#34;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;end if<br />%&#62;<br /><!--c2--></div><!--ec2-->]]></description>
		<pubDate>Wed, 18 Nov 2009 16:35:42 -0500</pubDate>
		<guid isPermaLink="false">10249</guid>
	</item>
	<item>
		<title>Frameset problem with IE</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10262</link>
		<description><![CDATA[HI everyone, im pretty new to web stuff(been programming maths too long!!!!) i have a web site and i have a frameset whereby i have a header, footer, menu, and display framesets. (see code below). I have set the nav section and the display section to display it as 20% visibility for the nav part and 80% for the display part. Now this works fine wioth Firefox but with IE it displays the nav and display sections in the about way round. I have shown the code below, Can anyone tell me what i hjave done wrong please. Cheers<br /><br />!doctype html public "-//W3C//DTD HTML 3.2 Final//EN"&gt;<br />&lt;html&gt;&lt;head&gt;<br />&lt;title&gt;Project&lt;/title&gt;<br /><br />&lt;META name="keywords" content="HTML, "&gt;<br /><br /><br />&lt;META name="description" content="."&gt;<br /><br />&lt;/head&gt;<br /><br />&lt;FRAMESET ROWS="10%,80%,10%" frameborder="no" bordercolor="#669933"&gt;<br />&lt;FRAME NAME="top" SRC="proj_nav.html" scrolling="no"&gt;<br />	&lt;FRAMESET COLS="20%,80%"&gt;<br />		&lt;FRAME NAME="menu" SRC="proj_menu.html"&gt;<br />		&lt;FRAME NAME="display" SRC="proj_intro.html"&gt;<br />	&lt;/FRAMESET&gt;<br />&lt;FRAME SRC="proj_footer.html" NAME="bottom" frameborder="yes" scrolling="no"&gt;<br />&lt;/FRAMESET&gt;<br /><br /><br />&lt;NOFRAMES&gt;<br />	&lt;h2 align=center&gt;NOTE: This site uses frames, but apparently your<br />	browser does not support this feature. Try the<br />	&lt;a href="proj-noframes.html"&gt;alternative&lt;/a&gt; page.&lt;/h2&gt;<br />&lt;/NOFRAMES&gt;<br />&lt;/html&gt;<br />]]></description>
		<pubDate>Thu, 19 Nov 2009 11:21:38 -0500</pubDate>
		<guid isPermaLink="false">10262</guid>
	</item>
	<item>
		<title>Web Desgin Software</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10197</link>
		<description>Hi i am totally new to making a web site or web page, what i would like to know what is the easiest software to use is there a software were you can simply just copy and paste and move icons around without looking at codes. I dont know anything about html codes be good if you could say look at a website like google or have a template and simple say well i want to move the email button down here, or click on a picture delete it and replace it with another picture. Or put in a icon with a link to something, what is the easiest software for making a webpage or website out there for a novice like me ?.</description>
		<pubDate>Thu, 12 Nov 2009 16:24:42 -0500</pubDate>
		<guid isPermaLink="false">10197</guid>
	</item>
	<item>
		<title>Need help with a form</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10214</link>
		<description><![CDATA[Hello all,<br />Could anyone tell me if there is a way to have the submit function on a form reference one of the text fields in the form? Basically, I'm wanting to create an online invoice form so that I fill in the customer's information (name, address, phone, e-mail, billed time, etc), then click on the submit button and have the data entered e-mailed both to me and the e-mail address I just entered in the form. Any input would be greatly appreciated. Thanks and have a great day.]]></description>
		<pubDate>Sun, 15 Nov 2009 23:37:13 -0500</pubDate>
		<guid isPermaLink="false">10214</guid>
	</item>
	<item>
		<title>Help with removal of code</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10211</link>
		<description><![CDATA[hey yall,<br /><br />so i used a wysiwyg editor (iweb09) for making this site (i know... but im not too good at coding) and i inserted in a w3 validator at the bottom of my homepage. i then published the site and externally added in my meta tags etc because iweb doesn't support that feature.<br /><br />i now want to remove the validator because for some reason its not showing up on the bottom of my page and has started showing errors since i done the metal tags. i can remove it in iweb but if i do that when i export the site from iweb i will have to re-do all my meta tags etc which took me a long time to try and do.<br /><br />i tried searching through the code but i just can't seem to find where the validator code. if you look at my actual site it is there (with no logo) and the link works (at the bottom of the page)<br /><br />can someone have a look at the code below and my site here: <a href="http://www.randompostcode.com" target="_blank" rel="nofollow">my website</a> and see if you are able to find the code? i just can't seem to be able to locate it<br /><br />it seems to be located in a file called widget0_markup.html and i edited that file removing the code and its still on my page<br /><br />:-(<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62;<br />&#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http&#58;//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62;<br /><br /><br />&#60;html xmlns=&#34;http&#58;//www.w3.org/1999/xhtml&#34; xml&#58;lang=&#34;en&#34; lang=&#34;en&#34;&#62;<br />&nbsp;&nbsp;&#60;head&#62; &#60;meta name=&#34;google-site-verification&#34; content=&#34;O22D3VZgcMfRA3d6vhoOaOPCVcRmty3TegdWCSc8hIA&#34; /&#62; <br />&#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=UTF-8&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;meta name=&#34;Generator&#34; content=&#34;iWeb 3.0.1&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;meta name=&#34;iWeb-Build&#34; content=&#34;local-build-20091112&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;meta http-equiv=&#34;X-UA-Compatible&#34; content=&#34;IE=EmulateIE7&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;meta name=&#34;viewport&#34; content=&#34;width=900&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;title&#62;RandomPostcode.com - Generate Legit Postcodes for Internet Signups&#60;/title&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; media=&#34;screen,print&#34; href=&#34;Home_files/Home.css&#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt!--&#91;if lt IE 8&#93;&#62;&#60;link rel='stylesheet' type='text/css' media='screen,print' href='Home_files/HomeIE.css'/&#62;&#60;!&#91;endif&#93;--&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt!--&#91;if gte IE 8&#93;&#62;&#60;link rel='stylesheet' type='text/css' media='screen,print' href='Media/IE8.css'/&#62;&#60;!&#91;endif&#93;--&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;style type=&#34;text/css&#34;&#62;<br />/*&#60;!&#91;CDATA&#91;*/<br />&nbsp;&nbsp;&nbsp;&nbsp;@import &#34;Scripts/Widgets/HTMLRegion/Paste.css&#34;;<br />/*&#93;&#93;&#62;*/<br />&#60;/style&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Scripts/iWebSite.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Scripts/iWebImage.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Scripts/iWebMediaGrid.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Scripts/Widgets/SharedResources/WidgetCommon.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Scripts/Widgets/HTMLRegion/Paste.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34; src=&#34;Home_files/Home.js&#34;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&#60;meta name=&#34;description&#34; content=&#34;RandomPostcode.com - Generate Legit Postcodes for Internet Signups - Currently Supporting USA, UK, Australian, Spanish, French and German Post/Zip Codes&#34; /&#62;&#60;meta name=&#34;keywords&#34; content=&#34;RandomPostcode.com - Generate Legit Postcodes for Internet Signups - Currently Supporting USA, UK, Australian, Spanish, French and German Post/Zip Codes example postal post code uk british ireland irish sign up&nbsp;&nbsp; &#34; /&#62;&#60;meta name=&#34;revisit-after&#34; content=&#34;7 days&#34; /&#62;&#60;meta name=&#34;robots&#34; content=&#34;follow,index&#34; /&#62;&#60;/head&#62;<br />&nbsp;&nbsp;&#60;body style=&#34;background&#58; rgb&#40;255, 255, 255&#41; url&#40;Home_files/stripe2.jpg&#41; repeat scroll top left; margin&#58; 0pt; &#34; onload=&#34;onPageLoad&#40;&#41;;&#34; onunload=&#34;onPageUnload&#40;&#41;;&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;text-align&#58; center; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;margin-bottom&#58; 0px; margin-left&#58; auto; margin-right&#58; auto; margin-top&#58; 0px; overflow&#58; hidden; position&#58; relative; word-wrap&#58; break-word;&nbsp;&nbsp;background&#58; transparent; text-align&#58; left; width&#58; 900px; &#34; id=&#34;body_content&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;float&#58; left; height&#58; 0px; line-height&#58; 0px; margin-left&#58; 0px; position&#58; relative; width&#58; 900px; z-index&#58; 10; &#34; id=&#34;header_layer&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; &#34; class=&#34;bumper&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;margin-left&#58; 0px; position&#58; relative; width&#58; 900px; z-index&#58; 0; &#34; id=&#34;nav_layer&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; &#34; class=&#34;bumper&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; 323px; position&#58; absolute; top&#58; 244px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke reflection_0&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/uk%20flag.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; -2px; position&#58; absolute; top&#58; 244px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_1 stroke_0 reflection_1&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/us%20flag.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; 325px; position&#58; absolute; top&#58; 494px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_2 reflection_2&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/australia%20flag.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 100px; width&#58; 244px;&nbsp;&nbsp;height&#58; 100px; left&#58; 326px; position&#58; absolute; top&#58; 390px; width&#58; 244px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 244px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_1.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 49px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 154px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 105px; width&#58; 230px;&nbsp;&nbsp;height&#58; 105px; left&#58; 335px; position&#58; absolute; top&#58; 636px; width&#58; 229px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 229px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_2.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 7px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 223px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 100px; width&#58; 237px;&nbsp;&nbsp;height&#58; 100px; left&#58; 4px; position&#58; absolute; top&#58; 390px; width&#58; 237px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 237px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_3.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 38px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 169px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 114px; width&#58; 549px;&nbsp;&nbsp;height&#58; 106px; left&#58; 181px; position&#58; absolute; top&#58; 10px; width&#58; 537px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 537px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_4.png&#34; alt=&#34;&#34; style=&#34;height&#58; 103px; left&#58; 0px; margin-left&#58; 41px; margin-top&#58; 11px; position&#58; absolute; top&#58; 0px; width&#58; 508px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 67px; width&#58; 296px;&nbsp;&nbsp;height&#58; 67px; left&#58; 300px; position&#58; absolute; top&#58; 152px; width&#58; 296px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 296px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_5.png&#34; alt=&#34;&#34; style=&#34;height&#58; 52px; left&#58; 0px; margin-left&#58; 15px; margin-top&#58; 4px; position&#58; absolute; top&#58; 0px; width&#58; 271px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; -2px; position&#58; absolute; top&#58; 490px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/france_flag.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; 642px; position&#58; absolute; top&#58; 494px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/800px-Flag_of_Germany.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 105px; width&#58; 229px;&nbsp;&nbsp;height&#58; 105px; left&#58; 8px; position&#58; absolute; top&#58; 636px; width&#58; 229px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 229px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_6.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 22px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 193px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 105px; width&#58; 229px;&nbsp;&nbsp;height&#58; 105px; left&#58; 650px; position&#58; absolute; top&#58; 636px; width&#58; 229px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 229px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_7.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 16px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 204px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 132px; width&#58; 250px;&nbsp;&nbsp;height&#58; 132px; left&#58; 640px; position&#58; absolute; top&#58; 246px; width&#58; 250px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/Flag_of_Spain.jpg&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 132px; width&#58; 250px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 105px; width&#58; 229px;&nbsp;&nbsp;height&#58; 105px; left&#58; 652px; position&#58; absolute; top&#58; 392px; width&#58; 229px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStrokeSkipFillSkipOpacity&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;position&#58; relative; width&#58; 229px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/shapeimage_8.png&#34; alt=&#34;&#34; style=&#34;height&#58; 65px; left&#58; 0px; margin-left&#58; 16px; margin-top&#58; 6px; position&#58; absolute; top&#58; 0px; width&#58; 204px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 260px; left&#58; -1px; position&#58; absolute; top&#58; 201px; width&#58; 254px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map1&#34; id=&#34;shapeimage_9&#34; src=&#34;Home_files/shapeimage_9.png&#34; style=&#34;border&#58; none; height&#58; 266px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 260px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map1&#34; id=&#34;map1&#34;&#62;&#60;area href=&#34;usacode.html&#34; title=&#34;usacode.html&#34; alt=&#34;usacode.html&#34; coords=&#34;3, 3, 257, 263&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 238px; left&#58; 311px; position&#58; absolute; top&#58; 235px; width&#58; 274px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map2&#34; id=&#34;shapeimage_10&#34; src=&#34;Home_files/shapeimage_10.png&#34; style=&#34;border&#58; none; height&#58; 244px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 280px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map2&#34; id=&#34;map2&#34;&#62;&#60;area href=&#34;ukcode.html&#34; title=&#34;ukcode.html&#34; alt=&#34;ukcode.html&#34; coords=&#34;3, 3, 277, 241&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 232px; left&#58; 634px; position&#58; absolute; top&#58; 226px; width&#58; 260px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map3&#34; id=&#34;shapeimage_11&#34; src=&#34;Home_files/shapeimage_11.png&#34; style=&#34;border&#58; none; height&#58; 238px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 266px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map3&#34; id=&#34;map3&#34;&#62;&#60;area href=&#34;spanishcode.html&#34; title=&#34;spanishcode.html&#34; alt=&#34;spanishcode.html&#34; coords=&#34;3, 3, 263, 235&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 239px; left&#58; 2px; position&#58; absolute; top&#58; 474px; width&#58; 273px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map4&#34; id=&#34;shapeimage_12&#34; src=&#34;Home_files/shapeimage_12.png&#34; style=&#34;border&#58; none; height&#58; 245px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 279px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map4&#34; id=&#34;map4&#34;&#62;&#60;area href=&#34;frenchcode.html&#34; title=&#34;frenchcode.html&#34; alt=&#34;frenchcode.html&#34; coords=&#34;3, 3, 276, 242&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 239px; left&#58; 627px; position&#58; absolute; top&#58; 474px; width&#58; 273px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map5&#34; id=&#34;shapeimage_13&#34; src=&#34;Home_files/shapeimage_13.png&#34; style=&#34;border&#58; none; height&#58; 245px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 279px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map5&#34; id=&#34;map5&#34;&#62;&#60;area href=&#34;germcode.html&#34; title=&#34;germcode.html&#34; alt=&#34;germcode.html&#34; coords=&#34;3, 3, 276, 242&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 239px; left&#58; 313px; position&#58; absolute; top&#58; 474px; width&#58; 273px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map6&#34; id=&#34;shapeimage_14&#34; src=&#34;Home_files/shapeimage_14.png&#34; style=&#34;border&#58; none; height&#58; 245px; left&#58; -3px; position&#58; absolute; top&#58; -3px; width&#58; 279px; z-index&#58; 1; &#34; alt=&#34;&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map6&#34; id=&#34;map6&#34;&#62;&#60;area href=&#34;austcode.html&#34; title=&#34;austcode.html&#34; alt=&#34;austcode.html&#34; coords=&#34;3, 3, 276, 242&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div id=&#34;id1&#34; style=&#34;height&#58; 42px; left&#58; 204px; position&#58; absolute; top&#58; 760px; width&#58; 492px; z-index&#58; 1; &#34; class=&#34;style_SkipStroke_4 shape-with-text&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;text-content graphic_textbox_layout_style_default_External_492_42&#34; style=&#34;padding&#58; 0px; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;graphic_textbox_layout_style_default&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;p style=&#34;padding-bottom&#58; 0pt; padding-top&#58; 0pt; &#34; class=&#34;paragraph_style&#34;&#62;Random PostCode - &#60;span style=&#34;line-height&#58; 18px; &#34; class=&#34;style&#34;&#62;© 2009 - 2010&#60;/span&#62; / &#60;a class=&#34;class1&#34; title=&#34;addmycountry.html&#34; href=&#34;addmycountry.html&#34;&#62;Add my Country&#60;/a&#62; / &#60;a class=&#34;class2&#34; title=&#34;termsofservice.html&#34; href=&#34;termsofservice.html&#34;&#62;Terms of Service&#60;/a&#62; / &#60;a class=&#34;class3&#34; title=&#34;contact.html&#34; href=&#34;contact.html&#34;&#62;Contact&#60;/a&#62; &#60;/p&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;tinyText&#34; style=&#34;height&#58; 121px; left&#58; 4px; position&#58; absolute; top&#58; 12px; width&#58; 125px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img usemap=&#34;#map7&#34; id=&#34;shapeimage_15&#34; src=&#34;Home_files/shapeimage_15.png&#34; style=&#34;border&#58; none; height&#58; 129px; left&#58; -4px; position&#58; absolute; top&#58; -4px; width&#58; 146px; z-index&#58; 1; &#34; alt=&#34;Click here to find out why i made this site!&#34; title=&#34;&#34; /&#62;&#60;map name=&#34;map7&#34; id=&#34;map7&#34;&#62;&#60;area href=&#34;why.html&#34; title=&#34;why.html&#34; alt=&#34;why.html&#34; coords=&#34;4, 4, 129, 125&#34; /&#62;&#60;/map&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 27px; width&#58; 27px;&nbsp;&nbsp;height&#58; 27px; left&#58; 798px; position&#58; absolute; top&#58; 10px; width&#58; 27px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;a href=&#34;http&#58;//www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.randompostcode.com%2F%23STS%3Dg1wiaph9.1whf&amp;title=RandomPostcode&#34; title=&#34;http&#58;//www.stumbleupon.com/submit?url=http&#58;//www.randompostcode.com/#STS=g1wiaph9.1whf&amp;title=RandomPostcode&#34; onclick=&#34;window.open&#40;this.href&#41;; return false;&#34; onkeypress=&#34;window.open&#40;this.href&#41;; return false;&#34;&#62;&#60;img src=&#34;Home_files/StumbleUpon_logo.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 27px; width&#58; 27px; &#34; /&#62;&#60;/a&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 26px; width&#58; 27px;&nbsp;&nbsp;height&#58; 26px; left&#58; 829px; position&#58; absolute; top&#58; 11px; width&#58; 27px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;img src=&#34;Home_files/digg.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 26px; width&#58; 27px; &#34; /&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 27px; width&#58; 27px;&nbsp;&nbsp;height&#58; 27px; left&#58; 862px; position&#58; absolute; top&#58; 10px; width&#58; 27px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;a href=&#34;http&#58;//www.reddit.com/login?dest=%2Fsubmit%3Furl%3Dhttp%253A%252F%252Frandompostcode.com%252F%2523STS%253Dg1wiaph9.1whf%26title%3DRandomPostcode&#34; title=&#34;http&#58;//www.reddit.com/login?dest=/submit?url=http%3A%2F%2Frandompostcode.com%2F%23STS%3Dg1wiaph9.1whf&amp;title=RandomPostcode&#34; onclick=&#34;window.open&#40;this.href&#41;; return false;&#34; onkeypress=&#34;window.open&#40;this.href&#41;; return false;&#34;&#62;&#60;img src=&#34;Home_files/web-2-0-reddit_512x512.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 27px; width&#58; 27px; &#34; /&#62;&#60;/a&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;com-apple-iweb-widget-HTMLRegion&#34; id=&#34;widget0&#34; style=&#34;height&#58; 75px; left&#58; 405px; opacity&#58; 1.00; position&#58; absolute; top&#58; 784px; width&#58; 89px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34;&#62;&lt!--//--&gt;&#60;!&#91;CDATA&#91;//&#62;&lt!--<br />&nbsp;&nbsp;&nbsp;&nbsp;var widget0_htmlMarkupURL = &#34;.//Home_files/widget0_markup.html&#34;;<br />//--&gt;&#60;!&#93;&#93;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div id=&#34;widget0-htmlRegion&#34; class=&#34;html_region_widget&#34;&#62;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34;&#62;&lt!--//--&gt;&#60;!&#91;CDATA&#91;//&#62;&lt!--<br />new Paste&#40;'widget0', 'Scripts/Widgets/HTMLRegion', 'Scripts/Widgets/SharedResources', '.', {&#34;emptyLook&#34;&#58; false}&#41;;<br />//--&gt;&#60;!&#93;&#93;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 82px; width&#58; 109px;&nbsp;&nbsp;height&#58; 82px; left&#58; 788px; position&#58; absolute; top&#58; 32px; width&#58; 109px; z-index&#58; 1; &#34; class=&#34;tinyText style_SkipStroke_3&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;a href=&#34;http&#58;//www.google.com&#34; title=&#34;http&#58;//www.google.com&#34; onclick=&#34;window.open&#40;this.href&#41;; return false;&#34; onkeypress=&#34;window.open&#40;this.href&#41;; return false;&#34;&#62;&#60;img src=&#34;Home_files/GiPhone.png&#34; alt=&#34;&#34; style=&#34;border&#58; none; height&#58; 82px; width&#58; 110px; &#34; /&#62;&#60;/a&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div class=&#34;com-apple-iweb-widget-HTMLRegion&#34; id=&#34;widget1&#34; style=&#34;height&#58; 100px; left&#58; 342px; opacity&#58; 1.00; position&#58; absolute; top&#58; 841px; width&#58; 200px; z-index&#58; 1; &#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34;&#62;&lt!--//--&gt;&#60;!&#91;CDATA&#91;//&#62;&lt!--<br />&nbsp;&nbsp;&nbsp;&nbsp;var widget1_htmlMarkupURL = &#34;.//Home_files/widget1_markup.html&#34;;<br />//--&gt;&#60;!&#93;&#93;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div id=&#34;widget1-htmlRegion&#34; class=&#34;html_region_widget&#34;&#62;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script type=&#34;text/javascript&#34;&#62;&lt!--//--&gt;&#60;!&#91;CDATA&#91;//&#62;&lt!--<br />new Paste&#40;'widget1', 'Scripts/Widgets/HTMLRegion', 'Scripts/Widgets/SharedResources', '.', {&#34;emptyLook&#34;&#58; false}&#41;;<br />//--&gt;&#60;!&#93;&#93;&#62;&#60;/script&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;clear&#58; both; height&#58; 941px; line-height&#58; 941px; &#34; class=&#34;spacer&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;float&#58; left; margin-left&#58; 0px; position&#58; relative; width&#58; 900px; z-index&#58; 5; &#34; id=&#34;body_layer&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; &#34; class=&#34;bumper&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; &#34; class=&#34;spacer&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; margin-left&#58; 0px; position&#58; relative; width&#58; 900px; z-index&#58; 15; &#34; id=&#34;footer_layer&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;div style=&#34;height&#58; 0px; line-height&#58; 0px; &#34; class=&#34;bumper&#34;&#62; &#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&#60;/div&#62;<br />&nbsp;&nbsp;&lt!--code_set--&gt;&lt;script type=&#34;text/javascript&#34;&#62;var gaJsHost = &#40;&#40;&#34;https&#58;&#34; == document.location.protocol&#41; ? &#34;https&#58;//ssl.&#34; &#58; &#34;http&#58;//www.&#34;&#41;;document.write&#40;unescape&#40;&#34;%3Cscript src='&#34; + gaJsHost + &#34;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&#34;&#41;&#41;;&#60;/script&#62;&lt;script type=&#34;text/javascript&#34;&#62;try {var pageTracker = _gat._getTracker&#40;&#34;UA-10399771-3&#34;&#41;;pageTracker._trackPageview&#40;&#41;;} catch&#40;err&#41; {}&#60;/script&#62;&#60;/body&#62;<br />&#60;/html&#62;<br /><br /><br /><!--c2--></div><!--ec2-->]]></description>
		<pubDate>Sun, 15 Nov 2009 14:16:41 -0500</pubDate>
		<guid isPermaLink="false">10211</guid>
	</item>
	<item>
		<title>Compatibility Problems in IE 6-8</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10251</link>
		<description><![CDATA[First off here is the website:<br /><br />dataresourcenetwork.com<br /><br />I have no clue on why my web site is displaying like it is in Internet Explorer.  I know their are a lot of CSS warnings and a couple of CSS errors, but none of these CSS problems would make my website show up the way it does in IE.  I need help.  <br /><br />The problem occurs around the buttons, header, and search bar.<br /><br />For those who have downloaded IE8, toggle the Compatibility View option under tools to see how the website is suppose to show up in IE.<br /><br />Thank you in advance for your help.]]></description>
		<pubDate>Wed, 18 Nov 2009 21:47:52 -0500</pubDate>
		<guid isPermaLink="false">10251</guid>
	</item>
	<item>
		<title>How do i load changing text into a body of text</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10247</link>
		<description><![CDATA[Alright i'm trying to make an html email for all my email subscribers. In the heading i want it to display<br /><br />"Hello, (Thier Username here)"<br /><br />Say i have all their usernames saved in a .txt file on the server. Is there a way i can make one email that just loads their names in?<br /><br />i would also like to show how long they have been a member. Could i do the same technique to load their join date into the email. <br /><br />Thanks for anyone who can spend time to help me. I'm pretty new to scripting but i can learn fast.]]></description>
		<pubDate>Wed, 18 Nov 2009 14:51:04 -0500</pubDate>
		<guid isPermaLink="false">10247</guid>
	</item>
	<item>
		<title>xhtml a:active</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10246</link>
		<description><![CDATA[The code below works as I intended with HTML 2.0 and HTML 3.2 DTD DOCTYPE, but when I use HTML 4.01 DTD or above DOCTYPE, the link background-image is there, hovering changes the background-image, clicking and releasing changes the background-image. But just clicking on the link doesn't change the background-image the way it does in 2.0 and 3.2. I've tried using an external style sheet as well as inline styles and get the same results.<br /><br />I've attempted to attach my file and background images, but am not certain if I was successful. I didn't know if I should add the attachments into the post or not, so I decided not to, but they are attached, and I imagine any four different images will work as backgrounds anyway.<br /><br />I am a complete newbie, so be gentle. I understand  there are better ways to do this, in javascript for example, but I am not at that level yet, and hope to understand why this is behaving the way it is. I'd like to get it to work as I intend, even if it is not the best way. As I progress, I hope to learn and implement some more advanced methods.<br /><br />Thanks for any information.<br /><br />Rick<br /><br />&lt;html&gt;<br />&lt;head&gt;<br />   &lt;style type="text/css"&gt;<br />      a:link img {background-image: url(l.gif)}<br />      a:visited img {background-image: url(v.gif)}<br />      a:hover img {background-image: url(h.gif)}<br />      a:active img {background-image: url(a.gif)}    <br />   &lt;/style&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />   &lt;a href="#" title="page"&gt;&lt;img src="trans.gif" alt="gif" /&gt;&lt;/a&gt;      <br />&lt;/div&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;]]></description>
		<pubDate>Wed, 18 Nov 2009 13:46:55 -0500</pubDate>
		<guid isPermaLink="false">10246</guid>
	</item>
	<item>
		<title>revieuw bpled.com</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=8919</link>
		<description><![CDATA[I need a revieuw for <a href="http://www.bpled.com" target="_blank" rel="nofollow"><a href="http://www.bpled.com" target="_blank" rel="nofollow">http://www.bpled.com</a></a>]]></description>
		<pubDate>Thu, 21 May 2009 06:42:22 -0400</pubDate>
		<guid isPermaLink="false">8919</guid>
	</item>
	<item>
		<title><![CDATA[No Navigation Links in ie6&7]]></title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10244</link>
		<description><![CDATA[High guys, I've been testing my web pages in ie8, and everythings fine. When it comes to ie7 and 6 my navigation links don't seem to be there. <br /><br />Just wondered if any of have had this porblem before or might know the answer?<br /><br /><br /><a href="http://grum-media.com/HighElms/Contact.html" target="_blank" rel="nofollow"><a href="http://grum-media.com/HighElms/Contact.html" target="_blank" rel="nofollow">http://grum-media.com/HighElms/Contact.html</a></a><br /><br /><br />thanks<br /><br />G]]></description>
		<pubDate>Wed, 18 Nov 2009 07:35:17 -0500</pubDate>
		<guid isPermaLink="false">10244</guid>
	</item>
	<item>
		<title>Problem with change cell height size too 100%</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10242</link>
		<description><![CDATA[Hi<br /><br />i'm Iranian, So please answer with a simple language.<br /><br />I'm designing a html page That the left have a menu And the right is a cell that placed inside the text:<br /><br />Because the text Within the right cell is very long, My height lower photo on the left menu equal to 100% and for that cell's too.<br /><br />I do this for the cell height right and the left menu is the same size .<br /><br />the result in the Microsoft sharepoint 2007 is Arbitrary, but in internet explorer or FireFox is Undesirable and the Menu is shown as a patchy.<br /><br /><br /><img src="http://www.atings.com/uploads/1258489579.jpg" border="0" alt="IPB Image" /><br /><br /><br />These link are the ource of my project:<br /><br /><a href="http://d01.megashares.com/dl/5bbfcd3/site.zip" target="_blank" rel="nofollow"><a href="http://d01.megashares.com/dl/5bbfcd3/site.zip" target="_blank" rel="nofollow">http://d01.megashares.com/dl/5bbfcd3/site.zip</a></a><br /><br />or<br /><br /><a href="http://www.mediafire.com/?jt3hzimdiw2" target="_blank" rel="nofollow"><a href="http://www.mediafire.com/?jt3hzimdiw2" target="_blank" rel="nofollow">http://www.mediafire.com/?jt3hzimdiw2</a></a><br /><br />or<br /><br /><a href="http://www.megaupload.com/?d=O8REHF2Q" target="_blank" rel="nofollow"><a href="http://www.megaupload.com/?d=O8REHF2Q" target="_blank" rel="nofollow">http://www.megaupload.com/?d=O8REHF2Q</a></a><br /><br /><br />Someone who do solve my problem, Extremely grateful .]]></description>
		<pubDate>Wed, 18 Nov 2009 04:30:49 -0500</pubDate>
		<guid isPermaLink="false">10242</guid>
	</item>
	<item>
		<title><![CDATA[Troubleshooting HTML causes for one user's poor experience]]></title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10245</link>
		<description><![CDATA[I have a background image and table, left-hand cells contains navigation links. I have one user in MS IE 7.0.5730.13 who says the links cover the logo in the background image and are thus unreadable (due to colors) on all pages. I have tested in MS IE 7.0.5730.13 (as well at Netscape, Firefox). I can't duplicate her experience. What's my next step, or, how do I figure out why she sees this and how many other users are affected?  <img src="http://forums.htmlhelp.com/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> <br /><br />The site in question is: <br /><a href="http://www.artwearoriginals.com/" target="_blank" rel="nofollow"><a href="http://www.artwearoriginals.com/" target="_blank" rel="nofollow">http://www.artwearoriginals.com/</a></a><br /><br />Thanks for your insights. I'm pretty novice at this.<br />]]></description>
		<pubDate>Wed, 18 Nov 2009 12:16:54 -0500</pubDate>
		<guid isPermaLink="false">10245</guid>
	</item>
	<item>
		<title>Need XHTML Strict Version Please</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10238</link>
		<description><![CDATA[Hello,<br /><br />A newbie to web design and I have been having some difficulty with my vertical navigation bar and specifically the buttons in them.<br /><br />The following code actually looks really good and works quite well and while it passes HTML validation it does not pass XHTML 1.0 Strict.  <img src="http://forums.htmlhelp.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> <br /><br />The errors are due to me using "Shorttags" which are not recommended and the errors from W3C are listed above the erronous code.<br /><br />The CSS I have used Validates Ok but I would really like to know how I should write the HTML to get it to pass XHTML 1.0 Strict.<br /><br />I have also included the associated CSS below the HTML.<br /><br />Thanks in advance!<br /><br /># Line 28, Column 22: unclosed start-tag requires SHORTTAG YES<br />&lt;h2&gt;&lt;p class="button"&lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;/p&gt;&lt;/h2&gt;<br />The construct &lt;foo&lt;bar&gt; is valid in HTML (it is an example of the rather obscure “Shorttags” feature) but its use is not recommended. In most cases, this is a typo that you will want to fix. If you really want to use shorttags, be aware that they are not well implemented by browsers.<br /># Error Line 28, Column 22: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag<br /><br />&lt;h2&gt;&lt;p class="button"&lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;/p&gt;&lt;/h2&gt;<br />The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.<br />One possible cause for this message is that you have attempted to put a block-level element (such as "&lt;p&gt;" or "&lt;table&gt;") inside an inline element (such as "&lt;a&gt;", "&lt;span&gt;", or "&lt;font&gt;").<br /><br />HTML<br /><br />&lt;div id="navigation"&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="index.html"&gt;Home&lt;/a&gt;&lt;/p&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="history/history.html"&gt;History&lt;/a&gt;&lt;/p&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="downfall/downfall.html"&gt;Downfall&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="temples/temples.html"&gt;Temples&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="religion/religion.html"&gt;Religion&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="architecture/architecture.html"&gt;Architecture&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="siem_reap/siem_reap.html"&gt;Siem Reap&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="tonle_sap/tonle_sap.html"&gt;Tonle Sap Lake&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="getting_there/getting_there.html"&gt;Getting There&lt;/a&gt;&lt;/h2&gt;<br />&lt;h2&gt;&lt;p class="button"&lt;a href="contact_us/contact_us.html"&gt;Contact Us&lt;/a&gt;&lt;/h2&gt;<br />&lt;/div&gt;<br /><br />CSS<br /><br />#navigation {<br />}<br /><br />.button {<br />}<br /><br />.button a {<br />}<br /><br />.button a:hover {<br />}<br /><br />#navigation {<br />font-size:                                             100%;<br />background:                                     #7b5f26;<br />border: 2px                              #666666 solid;<br />width:                                                  150px;<br />height:                                                 580px;<br />padding:                                                  8px;<br />text-align:                                            center;<br />float:                                                        left;<br />margin:                            0px 10px 10px 10px;<br />}<br /><br />.button {<br />text-align: center;<br />margin:                                 3px 0px 3px 0px;<br />}<br /><br />.button a {<br />padding:                                                   4px;<br />text-decoration:                                       none;<br />display:                                                   block;<br />color:                                                      black;<br />background-color:                               #b5c9e2;<br />border:                               3px #d1ec4c outset;<br />}<br /><br />.button a:hover {<br />background-color:                               #99aabf;<br />border:                                          3px     inset;<br /><br />}<br />]]></description>
		<pubDate>Tue, 17 Nov 2009 13:02:43 -0500</pubDate>
		<guid isPermaLink="false">10238</guid>
	</item>
	<item>
		<title>Problems with my main menu stacking when window in minimized</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10219</link>
		<description><![CDATA[<a href='http://forums.htmlhelp.com/index.php?act=Attach&type=post&id=857'>http://forums.htmlhelp.com/index.php?act=Attach&type=post&id=857</a><a href='http://forums.htmlhelp.com/index.php?act=Attach&type=post&id=858'>http://forums.htmlhelp.com/index.php?act=Attach&type=post&id=858</a>Hi,<br />So I have just finishing up my website and I'm working out all the kinks... My biggest problem right now is when you minimize the window the top menu bar stacks and looks all funky. I just can't figure it out. If you look in my Html its under "menu2"  and the css is under the"new_menu.css"<br />(here's my website:  <a href="http://www.ellehamilton.com/about.html" target="_blank" rel="nofollow"><a href="http://www.ellehamilton.com/about.html" target="_blank" rel="nofollow">http://www.ellehamilton.com/about.html</a></a> ) if you can see any problems with my site please feel free to let me know! I just wanna get this thing up and running right so I can find a <u>job</u>!<br />Thanks<br />Elle]]></description>
		<pubDate>Tue, 17 Nov 2009 00:12:13 -0500</pubDate>
		<guid isPermaLink="false">10219</guid>
	</item>
	<item>
		<title>Rollover Link Box</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10212</link>
		<description><![CDATA[Does anyone know how I would create a menu with rollover link boxes to look like the one found on <a href="http://www.priceprospector.com" target="_blank" rel="nofollow">http:</a>? It would also be great if i could do it all in one HTML file.<br /><br />Thanks!]]></description>
		<pubDate>Sun, 15 Nov 2009 14:20:26 -0500</pubDate>
		<guid isPermaLink="false">10212</guid>
	</item>
	<item>
		<title>save forum</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10239</link>
		<description><![CDATA[this is ment for my CZ clan. and im gonna make a plugin that allows the player to go on the HTML file and fill it out and click report.<br /><br />this is my code<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br />&#60;html&#62;<br />&#60;body&#62;<br />&#60;h1&#62;Report a Player&#60;/h1&#62;<br />&#60;p&#62;How to get the STEAM ID? &#60;br&#62;<br />go to console and enter&#58; STATUS &#60;br&#62;&#60;/p&#62;&#60;/span&#62;<br /><br />&#60;span class=&#34;formSpan&#34;&#62;&#60;label for=&#34;02 - Your name&#60;br&#62;&#34;&#62;YOUR name&#60;br&#62;&#60;/label&#62;<br />&#60;input class=&#34;fw-textarea&#34; id=&#34;02 - Your name&#60;br&#62;&#34; name=&#34;02 - Your name&#60;br&#62;&#34; value=&#34;&#34; size=&#34;20&#34; type=&#34;input&#34;&#62;&#60;/span&#62;<br />&lt;script type=&#34;text/javascript&#34;&#62;reqArr&#91;reqArr.length&#93; = &#34;02 - Your name&#60;br&#62;&#34;&#60;/script&#62;<br />&#60;br /&#62;<br />&#60;span class=&#34;formSpan&#34;&#62;&#60;label for=&#34;03 - STEAM ID &#60;br&#62;&#34;&#62;STEAM ID&#60;/label&#62; &#60;br /&#62;<br />&#60;input class=&#34;fw-textarea&#34; id=&#34;03 - STEAM ID &#60;br&#62;&#34; name=&#34;03 - STEAM ID &#60;br&#62;&#34; value=&#34;&#34; size=&#34;20&#34; type=&#34;input&#34;&#62;&#60;/span&#62;<br />&lt;script type=&#34;text/javascript&#34;&#62;reqArr&#91;reqArr.length&#93; = &#34;03 - STEAM ID&#34;&#60;/script&#62;<br />&#60;br /&#62;<br />&#60;span class=&#34;formSpan&#34;&#62;&#60;label for=&#34;04 - HIS name &#60;br&#62;&#34;&#62;HIS name &#60;br&#62;&#60;/label&#62; <br />&#60;input class=&#34;fw-textarea&#34; id=&#34;04 - HIS name &#60;br&#62;&#34; name=&#34;04 - HIS name &#60;br&#62;&#34; value=&#34;&#34; size=&#34;20&#34; type=&#34;input&#34;&#62;&#60;/span&#62;<br />&lt;script type=&#34;text/javascript&#34;&#62;reqArr&#91;reqArr.length&#93; = &#34;04 - HIS name &#60;br&#62;&#34;&#60;/script&#62;<br />&#60;br /&#62;<br />&#60;span class=&#34;formSpan&#34;&#62;&#60;label for=&#34;05 - HIS steam ID &#60;br&#62;&#34;&#62;HIS steam ID&#60;/label&#62;&#60;br /&#62;<br />&#60;input class=&#34;fw-textarea&#34; id=&#34;05 - HIS steam ID &#60;br&#62;&#34; name=&#34;05 - HIS steam ID &#60;br&#62;&#34; value=&#34;&#34; size=&#34;20&#34; type=&#34;input&#34;&#62;&#60;/span&#62;<br />&lt;script type=&#34;text/javascript&#34;&#62;reqArr&#91;reqArr.length&#93; = &#34;05 - HIS steam ID &#60;br&#62;&#34;&#60;/script&#62;<br /><br />&#60;span class=&#34;formSpan&#34;&#62;&#60;br&#62;&#60;input name=&#34;06 - &#34; value=&#34;Cheater&#34; type=&#34;checkbox&#34;&#62;Cheater&#60;br&#62;<br />&#60;input name=&#34;06 - &#34; value=&#34;Hacker&#34; type=&#34;checkbox&#34;&#62;Hacker&#60;br&#62;<br />&#60;input name=&#34;06 - &#34; value=&#34;Wallhacker&#34; type=&#34;checkbox&#34;&#62;Wallhacker&#60;br&#62;<br />&#60;input name=&#34;06 - &#34; value=&#34;Spammer&#34; type=&#34;checkbox&#34;&#62;Spammer&#60;br&#62;&#60;input name=&#34;06 - &#34;value=&#34;Glitcher&#34; type=&#34;checkbox&#34;&#62;Glitcher&#60;br&#62;<br />&#60;input name=&#34;06 - &#34; value=&#34;Admin abuse&#34; type=&#34;checkbox&#34;&#62;Admin abuse&#60;br&#62;<br />&#60;input name=&#34;06 - &#34; value=&#34;&#34; type=&#34;hidden&#34;&#62;&#60;/span&#62;<br /><br />&lt;script type=&#34;text/javascript&#34;&#62;reqArr&#91;reqArr.length&#93; = &#34;06 - &#34;&#60;/script&#62;<br />&#60;span class=&#34;formSpan&#34;&#62;&#60;label for=&#34;07 - Add comment&#34;&#62;Add comment&#60;/label&#62;&#60;br&#62;<br />&#60;textarea id=&#34;07 - Add comment&#34; name=&#34;07 - Add comment&#34; rows=&#34;20&#34; cols=&#34;50&#34;&#62;&#60;/textarea&#62;&#60;/span&#62;&#60;br /&#62;<br />&#60;span class=&#34;formSpan&#34;&#62;&#60;left&#62;&#60;input name=&#34;08 - Submit&#34; value=&#34;Report&#34; type=&#34;submit&#34;&#62;&#60;/center&#62;&#60;/span&#62;&#60;/form&#62;<br />&#60;/body&#62;<br />&#60;/html&#62;<br /><!--c2--></div><!--ec2--><br /><br />so i want all that information to be saved to a txt fil (like sent as an e-mai but to a txt file) in the same folder as the html file is in... is this possible? PLZ help me...<br />one more thing this does not work with PHP in my case... i have tryed that...]]></description>
		<pubDate>Tue, 17 Nov 2009 13:28:52 -0500</pubDate>
		<guid isPermaLink="false">10239</guid>
	</item>
	<item>
		<title>Create a Button for other sites to link to me</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10237</link>
		<description><![CDATA[For some reason I'm not having any luck with google search on this one.  I would like to design a button for others to place on their pages (websites, myspace, etc) that will link back to my site.  I haven't decided if I want the button visible on my own site or not.<br /><br />How would I go about doing this?  Can I just create the button on a blank page and copy the code to another site?  How does that work?<br /><br />Thanks in advance!]]></description>
		<pubDate>Tue, 17 Nov 2009 11:55:50 -0500</pubDate>
		<guid isPermaLink="false">10237</guid>
	</item>
	<item>
		<title>onChange little help</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10209</link>
		<description><![CDATA[Is it possible to tell onChange to only change a specific form?<br /><br />I have 2 forms and currently have this code<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->onChange=&#34;if&#40;this.value != -1&#41; window.location='diskusjontest.php?id=' + this.value;&#34;&#62;<!--c2--></div><!--ec2--><br /><br />Is there anything I can replace windoe.location='diskusjontest.php etc. with to make it only fill out form2 not form1?<br /><br />Thanks:)]]></description>
		<pubDate>Sun, 15 Nov 2009 06:55:11 -0500</pubDate>
		<guid isPermaLink="false">10209</guid>
	</item>
	<item>
		<title>How do i put text beside and image?</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10208</link>
		<description><![CDATA[<div align="center">Alrighty, so I was wondering</div><br /><div align="center">How do you html something to</div><br /><div align="center">Have a picture on the left, and have text right beside it going down,</div><br /><div align="center">No under it or above it, right next to it.</div><br /><div align="center">If you have an idea of what im taking about give me an example of what you think I mean</div><br /><div align="center">I really need this html and it would help a bunnch &gt;&lt;</div><br /><div align="center">So respond quickly and help me please :]</div>]]></description>
		<pubDate>Sun, 15 Nov 2009 02:44:04 -0500</pubDate>
		<guid isPermaLink="false">10208</guid>
	</item>
	<item>
		<title>Drop down boxes working with functions</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10218</link>
		<description><![CDATA[I have two drop down boxes with different products in each. In one drop down box each product is 20 dollars and shipping is 5. In the second they are 30 dollars each and shipping is 10. I then have 4 text boxes one for one item, one for the second item, one for shipping cots, and one for the total cost. When i click on the drop down item i need it to update the shipping and total cost. I can do that, but when i try and add the second item i can't seem to add the costs together for the total. For this project i can't have more than one of the first drop down box or the second. I can have just single items, or 1 from the first or one from the second. I hope i gave enough details if you could help me out i would greatly appreciate it. Can post code if needed.]]></description>
		<pubDate>Mon, 16 Nov 2009 19:05:00 -0500</pubDate>
		<guid isPermaLink="false">10218</guid>
	</item>
	<item>
		<title>Video Player</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10215</link>
		<description><![CDATA[Hi,<br /><br />What's the player on the following page and how can I embed it to my website for my video files?<br /><br /><a href="http://www.layersmagazine.com/brushed-metal-effect-in-adobe-illustrator.html" target="_blank" rel="nofollow"><a href="http://www.layersmagazine.com/brushed-meta...llustrator.html" target="_blank" rel="nofollow">http://www.layersmagazine.com/brushed-meta...llustrator.html</a></a><br /><br /><br /><br />Any help is greatly appreciated!<br /><br />Regards<br />Rain Lover]]></description>
		<pubDate>Mon, 16 Nov 2009 12:00:33 -0500</pubDate>
		<guid isPermaLink="false">10215</guid>
	</item>
	<item>
		<title><![CDATA[I need HTML/Java code to take input from a text box & paste it to a form on another page.]]></title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10216</link>
		<description><![CDATA[Hi Guys,<br /><br />I need code that will take the input from a text box and paste it to another form on another page. This other page is selected using a drop down box.<br /><br />Step A: User enters Post/Zip Code in to text box<br />Step B: User selects site in a drop down box.<br />Step C: The user clicks on a button which directs them to the page selected in the drop down box<br />Step D: The code copies the Post/Zip Code on to the destination page in to a form on the other end.<br /><br />Anyone got an idea how i might do this?<br /><br />Thanks<br />]]></description>
		<pubDate>Mon, 16 Nov 2009 12:39:32 -0500</pubDate>
		<guid isPermaLink="false">10216</guid>
	</item>
	<item>
		<title>Linking 2 dropdown list</title>
		<link>http://forums.htmlhelp.com/index.php?showtopic=10213</link>
		<description><![CDATA[Hi,<br /><br />-i want to have two dropdown list on a form.<br />-one that selects the date and the other that selects a title<br />-so that you can select a title and a date and it brings up records for that particular date of that particular title<br />-for instance if i wanted to get records on employee 'john doe' for the year '2010' or '2007'...etc<br /><br />It doesn't appear as simple as i thought it would have been.<br />Please help! <img src="http://forums.htmlhelp.com/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />]]></description>
		<pubDate>Sun, 15 Nov 2009 17:53:38 -0500</pubDate>
		<guid isPermaLink="false">10213</guid>
	</item>
</channel>
</rss>