<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Dynamic Drive Forums - HTML</title>
		<link>http://www.dynamicdrive.com/forums/</link>
		<description>Discuss HTML coding here- tables, forms, various HTML tags etc.</description>
		<language>en</language>
		<lastBuildDate>Fri, 24 May 2013 00:29:52 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>10</ttl>
		<image>
			<url>http://www.dynamicdrive.com/forums/images/misc/rss.png</url>
			<title>Dynamic Drive Forums - HTML</title>
			<link>http://www.dynamicdrive.com/forums/</link>
		</image>
		<item>
			<title>Help with my site not centering in all browsers</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73938-Help-with-my-site-not-centering-in-all-browsers&amp;goto=newpost</link>
			<pubDate>Mon, 20 May 2013 14:02:17 GMT</pubDate>
			<description><![CDATA[Not sure where this should go. HTML or CSS so I put it in both 
 
Hi, 
 
Beginner here. Making this site for friends and it looks perfectly centered on my mac with FF and SAFARI. Tried on a PC machine in the office and on both browsers it isn't centered on the page. 
http://test.afwa-phila.org/ 
...]]></description>
			<content:encoded><![CDATA[<div>Not sure where this should go. HTML or CSS so I put it in both<br />
<br />
Hi,<br />
<br />
Beginner here. Making this site for friends and it looks perfectly centered on my mac with FF and SAFARI. Tried on a PC machine in the office and on both browsers it isn't centered on the page.<br />
<a href="http://test.afwa-phila.org/" target="_blank">http://test.afwa-phila.org/</a><br />
<br />
What am I missing?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>Defender90</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73938-Help-with-my-site-not-centering-in-all-browsers</guid>
		</item>
		<item>
			<title>How to fixed a background?</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73920-How-to-fixed-a-background&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 17:20:37 GMT</pubDate>
			<description>Can any body tell me about background image? I saw some website use a image behind the web page which remains static. How can it make?</description>
			<content:encoded><![CDATA[<div>Can any body tell me about background image? I saw some website use a image behind the web page which remains static. How can it make?</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>johnleo</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73920-How-to-fixed-a-background</guid>
		</item>
		<item>
			<title>Best option between div and table</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73916-Best-option-between-div-and-table&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 16:44:07 GMT</pubDate>
			<description>Which is the best option between div and table for a webpage layout? I am feeling confusion to use it. Please reply me.</description>
			<content:encoded><![CDATA[<div>Which is the best option between div and table for a webpage layout? I am feeling confusion to use it. Please reply me.</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>johnleo</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73916-Best-option-between-div-and-table</guid>
		</item>
		<item>
			<title>Ghost submitting my contact form ?</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73903-Ghost-submitting-my-contact-form&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 12:39:55 GMT</pubDate>
			<description>My contact form is being submitted every morning at the exact same time without any fields being filled in or the fields left as they are. This happens every single morning at the exact same time for last several days. 
  
What can be causing this to happen?  Could it be a search engine BOT...</description>
			<content:encoded><![CDATA[<div>My contact form is being submitted every morning at the exact same time without any fields being filled in or the fields left as they are. This happens every single morning at the exact same time for last several days.<br />
 <br />
What can be causing this to happen?  Could it be a search engine BOT visiting and triggering the form to submit ?  Is it a bug with the hosting providers formmail ?</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>studio9</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73903-Ghost-submitting-my-contact-form</guid>
		</item>
		<item>
			<title>What does action=/logn and value=^U mean in the following code?</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73896-What-does-action-logn-and-value-U-mean-in-the-following-code&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 13:20:40 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I was given the following code to post: 
 
Code: 
--------- 
<form action=/login method=post> 
<input type=hidden value=^U name=url> 
<strong>Library Card Number:</strong> 
<input name=user><br /><br />]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I was given the following code to post:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;form action=/login method=post&gt;<br />
&lt;input type=hidden value=^U name=url&gt;<br />
&lt;strong&gt;Library Card Number:&lt;/strong&gt;<br />
&lt;input name=user&gt;&lt;br /&gt;&lt;br /&gt;<br />
&lt;span style=margin-left:112px&quot;&gt;&lt;strong&gt;PIN:&lt;/strong&gt;&lt;/span&gt;<br />
&lt;input type=password name=pass&gt;&lt;br /&gt;&lt;br /&gt;<br />
&lt;input type=submit value=Login&gt;<br />
&lt;/form&gt;</code><hr />
</div>I have never used the &lt;form&gt; code without quotatons marks around areas such as action=&quot;/login&quot;<br />
Also, I have never seen the slash used as it is action=/login<br />
I think the value=^U is some type of validation; but I'm not sure.<br />
<br />
When this code is used, a popup occurs asking if I would like to view secure Yes or No.  If you answer yes, nothing appears on the screen.  If you answer no, you see the Library Card Number: and PIN:<br />
<br />
I appreciate any help.  Thank you, Elbee</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>Elbee</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73896-What-does-action-logn-and-value-U-mean-in-the-following-code</guid>
		</item>
		<item>
			<title>problem with powerzoomer</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73841-problem-with-powerzoomer&amp;goto=newpost</link>
			<pubDate>Fri, 10 May 2013 16:18:32 GMT</pubDate>
			<description>I used the code to create a web page that has an image on it so that when I move the mouse over the image, it magnifies the portion you hover over.  The problem is that it only works for that page and that image.  If I change the image, it will not show the new image it shows the original image...</description>
			<content:encoded><![CDATA[<div>I used the code to create a web page that has an image on it so that when I move the mouse over the image, it magnifies the portion you hover over.  The problem is that it only works for that page and that image.  If I change the image, it will not show the new image it shows the original image used even though the HTML code has been changed and saved.  EG:  Page 1 refers to 'pic1.jpg' and works fine.  I change the reference to 'pic2.jpg', save the change and refresh the screen.  pic1 still appears even though the reference is now on pic2.  I am totally confused.  I am trying to set up a web page that allows you to choose a year from a Graduating Class so when you select that year it will link to the picture and you can use mouseover to highlight individual pictures.  Any help would be appreciated.  Thanks</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>reedspencer</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73841-problem-with-powerzoomer</guid>
		</item>
		<item>
			<title>Problem with page width and HTML optimization.</title>
			<link>http://www.dynamicdrive.com/forums/showthread.php?73829-Problem-with-page-width-and-HTML-optimization&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 19:46:32 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I have two big problems and I've tried numerous ways to solve them. 
I have this web page HERE (http://www.simplissimmo.ca/) , one of my problems is that in certain browsers (Chrome for example) , the page width is bigger than the screen resolution, making it look really out of the...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have two big problems and I've tried numerous ways to solve them.<br />
I have this web page <a href="http://www.simplissimmo.ca/" target="_blank">HERE</a> , one of my problems is that in certain browsers (Chrome for example) , the page width is bigger than the screen resolution, making it look really out of the window. <br />
<br />
My second problem would be the HTML optimization. Some pages are hard to load.<br />
<br />
I'd like to know if someone has a solution mainly for the page width, it's driving me crazy!<br />
<br />
Thanks in advance people.</div>

]]></content:encoded>
			<category domain="http://www.dynamicdrive.com/forums/forumdisplay.php?8-HTML">HTML</category>
			<dc:creator>Hazeroth</dc:creator>
			<guid isPermaLink="true">http://www.dynamicdrive.com/forums/showthread.php?73829-Problem-with-page-width-and-HTML-optimization</guid>
		</item>
	</channel>
</rss>
