<?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>Webmaster-Talk.com - HTML Forum</title>
		<link>http://www.webmaster-talk.com/</link>
		<description>HTML coding, i.e. Hypertext Markup Language, discussions and help.</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 23:40:01 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://img.webmaster-talk.com/bluesky/vb_img/misc/rss.jpg</url>
			<title>Webmaster-Talk.com - HTML Forum</title>
			<link>http://www.webmaster-talk.com/</link>
		</image>
		<item>
			<title>Can anyone help me figure why my menu does this in IE?</title>
			<link>http://www.webmaster-talk.com/html-forum/192082-can-anyone-help-me-figure-why.html</link>
			<pubDate>Fri, 20 Nov 2009 21:23:49 GMT</pubDate>
			<description>So i created this website: http://www.ritztheatre.net/  but im having troubles with the menu in IE-7 and 6. 
 
In _*IE-8*_, Firefox, and Chrome it...</description>
			<content:encoded><![CDATA[<div>So i created this website: <a href="http://www.ritztheatre.net/" target="_blank">http://www.ritztheatre.net/</a>  but im having troubles with the menu in IE-7 and 6.<br />
<br />
In <u><b>IE-8</b></u>, Firefox, and Chrome it looks normal heres a screenshot of it in IE-8:<br />
<img src="http://img405.imageshack.us/img405/551/ie8.jpg" border="0" alt="" /><br />
<br />
In <u><b>IE-7</b></u> the submenu rollover shifts to the side..<br />
<img src="http://img526.imageshack.us/img526/8403/ie7v.jpg" border="0" alt="" /><br />
<br />
<br />
In <u><font color="black"><b>IE-6</b></font></u> the submenu covers the top nav when rolled over..<br />
<img src="http://img32.imageshack.us/img32/913/ie6w.jpg" border="0" alt="" /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
Heres my HTML code im using for the navigation:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;ul id=&quot;nav&quot;&gt;<br />
&lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;Get Tickets&quot;&gt;Get Tickets&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;ul class=&quot;sub&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Vip Seating&quot;&gt;VIP Seating&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Calender of Events&quot;&gt;Calender of Events&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;boxoffice.html&quot; title=&quot;Box Office Info.&quot;&gt;Box Office Info.&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;omingsoon.html&quot; title=&quot;Group Sales&quot;&gt;Group Sales&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;About the Ritz&quot;&gt;About the Ritz&lt;/a&gt;<br />
&nbsp; &nbsp;  &lt;ul class=&quot;sub&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;History&quot;&gt;History&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;directions.html&quot; title=&quot;Directions&quot;&gt;Directions&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Parking Facilities&quot;&gt;Parking Facilities&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Area Hotels&quot;&gt;Area Hotels&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;/comingsoon.html&quot; title=&quot;Bars &amp; Restaurants&quot;&gt;Bars &amp; Restaurants&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;Seating&quot;&gt;Seating&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;ul class=&quot;sub&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Front Orchestra&quot;&gt;Front Orchestra&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Orchestra&quot;&gt;Orchestra&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;VIP Mezzanine&quot;&gt;VIP Mezzanine&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Balcony&quot;&gt;Balcony&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;Interior Photos&quot;&gt;Interior Photos&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;ul class=&quot;sub&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Lobby&quot;&gt;Lobby&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Concession&quot;&gt;Concession&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Main Bar&quot;&gt;Main Bar&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Main Auditorium&quot;&gt;Main Auditorium&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Front Orchestra&quot;&gt;Front Orchestra&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Orchestra&quot;&gt;Orchestra&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;VIP Mezzanine&quot;&gt;VIP Mezzanine&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Balcony&quot;&gt;Balcony&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Dressing Rooms&quot;&gt;Dressing Rooms&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Office&quot;&gt;Office&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot; title=&quot;Venue Rental&quot;&gt;Venue Rental&lt;/a&gt;<br />
&nbsp; &nbsp;  &lt;ul class=&quot;sub&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Rental Info&quot;&gt;Rental Info.&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;&lt;a href=&quot;comingsoon.html&quot; title=&quot;Private Events&quot;&gt;Private Events&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;concerts.html&quot; title=&quot;Concerts&quot;&gt;Concerts&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;videos.html&quot; title=&quot;Videos&quot;&gt;Videos&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;<br />
&nbsp; &nbsp;  &lt;/ul&gt;</code><hr />
</div>And here's the CSS:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">body {<br />
&nbsp; &nbsp; behavior: url(csshover.htc);<br />
&nbsp; &nbsp; font-size:11px;<br />
&nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
}<br />
&nbsp;<br />
p a {<br />
&nbsp; &nbsp; color: #FFF;<br />
&nbsp; &nbsp; text-decoration:underline!important;<br />
<br />
}<br />
a{<br />
&nbsp; &nbsp; color:#FFF;<br />
&nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; }<br />
p a:hover{&nbsp; &nbsp; text-decoration: none!important;<br />
}<br />
<br />
ul#nav {<br />
&nbsp; &nbsp; list-style: none;<br />
&nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; margin: 0;<br />
}<br />
<br />
<br />
ul#nav li a {<br />
&nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; padding: 2px 10px;<br />
&nbsp; &nbsp; background:#0662a8;<br />
}<br />
<br />
ul#nav li a:hover{<br />
&nbsp; &nbsp; background:#c80000;<br />
&nbsp; &nbsp; color:#fff;<br />
&nbsp; &nbsp; }<br />
&nbsp; &nbsp; <br />
ul#nav li {<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; width: 110px;<br />
&nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; margin-right:5px;<br />
&nbsp; &nbsp; border:1px solid #ccc;<br />
&nbsp; &nbsp; list-style: none;<br />
<br />
}<br />
<br />
ul#nav li.current a{<br />
&nbsp; &nbsp; background:#ddd;<br />
&nbsp; &nbsp; }<br />
<br />
ul#nav li.current a:hover{<br />
&nbsp; &nbsp; background:#888;<br />
&nbsp; &nbsp; color: #FFF;<br />
&nbsp; &nbsp; }<br />
<br />
li ul {<br />
&nbsp; &nbsp; display: none;<br />
&nbsp; &nbsp; position: absolute;<br />
&nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; top: 0;<br />
&nbsp; &nbsp; left: 0;<br />
&nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; padding: 1px 0 10px 0;<br />
&nbsp; &nbsp; margin-left:-1px;<br />
}<br />
<br />
ul#nav li ul.sub li{<br />
&nbsp; &nbsp; border-width:0 1px 1px 1px!important;<br />
}<br />
<br />
ul#nav li ul.sub li a{<br />
&nbsp; &nbsp; font-weight: normal!important;&nbsp; &nbsp; <br />
}<br />
li&gt;ul {<br />
&nbsp; &nbsp; top: auto;<br />
&nbsp; &nbsp; left: auto;<br />
}<br />
<br />
li:hover ul, li.over ul {<br />
&nbsp; &nbsp; display: block;<br />
}</code><hr />
</div>thank you for taking a look</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>m1nd</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/192082-can-anyone-help-me-figure-why.html</guid>
		</item>
		<item>
			<title>Dropdown menu onChange</title>
			<link>http://www.webmaster-talk.com/html-forum/192077-dropdown-menu-onchange.html</link>
			<pubDate>Fri, 20 Nov 2009 18:07:45 GMT</pubDate>
			<description>Hi  
Okay, this is a bit of a complicated situation, so hang with me please. 
 
I have a form that has normal text fields and stuff, but the last...</description>
			<content:encoded><![CDATA[<div><font face="Calibri"><font size="3">Hi </font></font><br />
<font face="Calibri"><font size="3">Okay, this is a bit of a complicated situation, so hang with me please.</font></font><br />
<br />
<font face="Calibri"><font size="3">I have a form that has normal text fields and stuff, but the last part of the form asks user to select one of the 5 different options in a drop down menu. When user select anyone them I want to have field show up under that drop down and give him couple choices with checkbox, But here is the point that Check box options in Drop down Item#1 is different than 2 and 2 is different than 3 and so on... so Each time he choose one of those his options should change to that specific Menu Item.</font></font><br />
<br />
<font face="Calibri"><font size="3">Anybody can help me with that?! :(</font></font><br />
<br />
<font face="Calibri"><font size="3">Thanks</font></font></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>farnoise</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/192077-dropdown-menu-onchange.html</guid>
		</item>
		<item>
			<title>Any ideas on how creati my own website for a online bussiness idea I had?</title>
			<link>http://www.webmaster-talk.com/html-forum/192053-any-ideas-how-creati-my-own.html</link>
			<pubDate>Fri, 20 Nov 2009 11:10:14 GMT</pubDate>
			<description>I want to create my own classified ad advertisement website. It would be a place for people to list ads online for a low price, kinda like the ones...</description>
			<content:encoded><![CDATA[<div>I want to create my own classified ad advertisement website. It would be a place for people to list ads online for a low price, kinda like the ones in the back of your local newspaper.<br />
<br />
I also want to created a forum to go with it.<br />
<br />
Question is where do I find the best deals for web site hosting and software? What is the best software for a budget I can use to do this? Any ideas to make me stand out from the crowd of other classifieds (aka, what would make my service better then others?)<br />
<br />
Any other ideas, comments or suggestion for this idea?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Shey3</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/192053-any-ideas-how-creati-my-own.html</guid>
		</item>
		<item>
			<title>Editing HTML code using RVsitebuilder</title>
			<link>http://www.webmaster-talk.com/html-forum/192014-editing-html-code-using-rvsitebuilder.html</link>
			<pubDate>Fri, 20 Nov 2009 01:16:03 GMT</pubDate>
			<description>I created a website using RVSiteBuilder and would like to track visitors to my site. Google Analytics could be used but I have to place some code...</description>
			<content:encoded><![CDATA[<div>I created a website using RVSiteBuilder and would like to track visitors to my site. Google Analytics could be used but I have to place some code before the &lt;/body&gt; tag in the HTML code for the page that I want to track. The problem is I can't find the &lt;/body&gt; tag since I can't seem to get to the actual HTML code. Can someone help?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>RedBud</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/192014-editing-html-code-using-rvsitebuilder.html</guid>
		</item>
		<item>
			<title>How Can I center This From</title>
			<link>http://www.webmaster-talk.com/html-forum/192001-how-can-i-center-this-from.html</link>
			<pubDate>Thu, 19 Nov 2009 15:37:44 GMT</pubDate>
			<description>Hey Guys, I am testing this pop over below but I am having a little problem centering the sign up form, I tried putting it inside a cell, it still...</description>
			<content:encoded><![CDATA[<div>Hey Guys, I am testing this pop over below but I am having a little problem centering the sign up form, I tried putting it inside a cell, it still doesn't work. Here it is.<br />
 <br />
<img src="http://www.thejds.com/images/pop-up-screen.jpg" border="0" alt="" /><br />
 <br />
and here is the code below, help me fix that.<br />
 <br />
&lt;table border=&quot;0&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;font face=&quot;Verdana&quot; size=&quot;2&quot;&gt;&lt;p align=&quot;center&quot;&gt;&lt;strong&gt;Sign up now To be Notified When We Have Sales and Giveaway Events &lt;/font&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;style&gt;<br />
.link,<br />
.signupframe {<br />
color: #030000;<br />
font-family: Arial, Helvetica, sans-serif;<br />
}<br />
.link {<br />
text-decoration: none;<br />
}<br />
.signupframe {<br />
border: 1px solid #FFFFFF;<br />
background: #F4EFEF;<br />
}<br />
&lt;/style&gt;<br />
&lt;form method=post action=&quot;https://app.icontact.com/icp/signup.php&quot; name=&quot;icpsignup&quot; id=&quot;icpsignup2162&quot; accept-charset=&quot;UTF-8&quot; onsubmit=&quot;return verifyRequired2162();&quot; &gt;<br />
&lt;input type=hidden name=redirect value=&quot;http://www.icontact.com/www/signup/thanks.html&quot; /&gt;<br />
&lt;input type=hidden name=errorredirect value=&quot;http://www.icontact.com/www/signup/error.html&quot; /&gt;<br />
 <br />
&lt;div id=&quot;SignUp&quot; style=&quot;text-align: center;&quot;&gt;<br />
&lt;table width=&quot;260&quot; class=&quot;signupframe&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;5&quot;&gt;<br />
&lt;tr&gt;<br />
&lt;td valign=top align=center&gt;<br />
&lt;font size=&quot;1&quot; face=&quot;Arial,Helvetica, sans-serif&quot;&gt;*&lt;/font&gt; &lt;font size=&quot;2&quot;&gt;Email&lt;/font&gt;<br />
&lt;/td&gt;<br />
&lt;td align=left&gt;<br />
&lt;input type=text name=&quot;fields_email&quot;&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;input type=hidden name=&quot;listid&quot; value=&quot;15786&quot;&gt;<br />
&lt;input type=hidden name=&quot;specialid:15786&quot; value=&quot;2KF6&quot;&gt;<br />
 <br />
&lt;input type=hidden name=clientid value=&quot;569119&quot;&gt;<br />
&lt;input type=hidden name=formid value=&quot;2162&quot;&gt;<br />
&lt;input type=hidden name=reallistid value=&quot;1&quot;&gt;<br />
&lt;input type=hidden name=doubleopt value=&quot;0&quot;&gt;<br />
&lt;TR&gt;<br />
&lt;TD&gt; &lt;/TD&gt;<br />
&lt;TD&gt;&lt;font size=&quot;1&quot;&gt;*&lt;/font&gt;&lt;font size=&quot;2&quot;&gt; = Required Field&lt;/FONT&gt;&lt;/TD&gt;<br />
&lt;/TR&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt; &lt;/td&gt;<br />
&lt;td&gt;&lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;Submit&quot;&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
 <br />
var icpForm2162 = document.getElementById('icpsignup2162');<br />
 <br />
if (document.location.protocol === &quot;https:&quot;)<br />
 <br />
icpForm2162.action = &quot;https://app.icontact.com/icp/signup.php&quot;;<br />
function verifyRequired2162() {<br />
if (icpForm2162[&quot;fields_email&quot;].value == &quot;&quot;) {<br />
icpForm2162[&quot;fields_email&quot;].focus();<br />
alert(&quot;The Email field is required.&quot;);<br />
return false;<br />
}<br />
 <br />
 <br />
return true;<br />
}<br />
&lt;/script&gt;&lt;/div&gt;<br />
&lt;p align=&quot;center&quot;&gt;&lt;a class=&quot;link&quot; href=&quot;http://www.icontact.com&quot;&gt;&lt;font size=&quot;2&quot;&gt;Email Marketing You Can Trust&lt;/font&gt;&lt;/a&gt;<br />
&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
 <br />
 <br />
Thanks in advanced for your help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>mandela10</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/192001-how-can-i-center-this-from.html</guid>
		</item>
		<item>
			<title>Having problem gettin menu to display with images</title>
			<link>http://www.webmaster-talk.com/html-forum/191957-having-problem-gettin-menu-display-images.html</link>
			<pubDate>Thu, 19 Nov 2009 03:06:54 GMT</pubDate>
			<description>I am making a list for a menu, I had the list looking fine with text, but when I inserted the image to replace the list text I now get a little icon...</description>
			<content:encoded><![CDATA[<div>I am making a list for a menu, I had the list looking fine with text, but when I inserted the image to replace the list text I now get a little icon instead of the picture when I look in IE. It works fine in firefox though, any ideas?<br />
<br />
(edit-it happens to all my pictures in IE7)<br />
<br />
Also how do I get the second menu that drops down to come out on the right instead of left, I had a play with the code but was unsuccessful.<br />
<br />
Thanks...<br />
<br />
 HTML:<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				&lt;div&gt;<br />
<br />
&lt;ul class=&quot;nav&quot;&gt;<br />
<br />
&lt;h3&gt;<br />
&lt;li&gt;&lt;img src=&quot;home.jpg&quot; /&gt; &lt;/li&gt;<br />
&lt;li&gt;&lt;img src=&quot;about me.jpg&quot; /&gt; &lt;/li&gt;<br />
<br />
&lt;li&gt;&lt;img src=&quot;portraits.jpg&quot; /&gt; <br />
    &lt;ul&gt;<br />
    &lt;li&gt;Special Occasion&lt;/li&gt;<br />
    &lt;li&gt;Family&lt;/li&gt;<br />
    &lt;li&gt;Senior&lt;/li&gt;<br />
    &lt;li&gt;Couple&lt;/li&gt;<br />
    &lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;li&gt;&lt;img src=&quot;pets.jpg&quot; /&gt; <br />
    &lt;ul&gt;<br />
    &lt;li&gt;another navigation list item&lt;/li&gt;<br />
    &lt;li&gt;...&lt;/li&gt;<br />
    &lt;li&gt;...&lt;/li&gt;<br />
    &lt;li&gt;...&lt;/li&gt;<br />
    &lt;/ul&gt;<br />
&lt;/li&gt;<br />
<br />
&lt;/ul&gt;<br />
&lt;/div&gt;
			
			<hr />
		</td>
	</tr>
	</table>
</div>and the following CSS<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				/*** Nav bar styles ***/<br />
<br />
ul.nav,<br />
.nav ul{<br />
/*Remove all spacings from the list items*/<br />
    margin: 0;<br />
    padding: 0;<br />
    cursor: default;<br />
    list-style-type: none;<br />
}<br />
<br />
ul.nav{<br />
    width: 20ex;<br />
/*Optional, to make the navigation bar positions on the left of the content*/<br />
    float: center;<br />
    margin-right: 1em;<br />
}<br />
<br />
ul.nav&gt;li{<br />
    margin: 0;<br />
    padding: 2px 6px;<br />
}<br />
<br />
ul.nav li&gt;ul{<br />
/*Make the sub list items invisible*/<br />
    display: none;<br />
    position: absolute;<br />
    width: 20ex;<br />
    left: 20ex;<br />
    margin-top: -1.4em;<br />
    margin-left: 9px;<br />
}<br />
<br />
ul.nav li:hover&gt;ul{<br />
/*When hovered, make them appear*/<br />
    display : block;<br />
}<br />
<br />
.nav ul li a{<br />
/*Make the hyperlinks as a block element, sort of a hover effect*/<br />
    display: block;<br />
    padding: 2px 10px;<br />
}<br />
<br />
/*** Menu styles (customizable) ***/<br />
<br />
ul.nav,<br />
.nav ul,<br />
.nav ul li a{<br />
    background-image: url(1.jpg);<br />
    color: #000;<br />
}<br />
<br />
ul.nav li:hover,<br />
.nav ul li a:hover{<br />
    background-color: #484848;<br />
    color: #fff;<br />
}<br />
<br />
ul.nav li:active,<br />
.nav ul li a:active{<br />
    background-color: #036;<br />
    color: #fff;<br />
}<br />
<br />
.nav ul{<br />
    border: 1px solid #000;<br />
}<br />
<br />
.nav a{<br />
    text-decoration: none;<br />
}<br />
<br />
h3 {color: #000;} 
			
			<hr />
		</td>
	</tr>
	</table>
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Rachelsne</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191957-having-problem-gettin-menu-display-images.html</guid>
		</item>
		<item>
			<title>Too early to use HTML5?</title>
			<link>http://www.webmaster-talk.com/html-forum/191949-too-early-to-use-html5.html</link>
			<pubDate>Wed, 18 Nov 2009 22:46:44 GMT</pubDate>
			<description>Hello Friends 
What is your view about using HTML5. 
I thought it was too early to use it because it was new. 
But heard that Google Wave was built...</description>
			<content:encoded><![CDATA[<div>Hello Friends<br />
What is your view about using HTML5.<br />
I thought it was too early to use it because it was new.<br />
But heard that Google Wave was built as an HTML 5 app.<br />
What do you think?<br />
Am I rushing by starting using it?<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>virtualmisc</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191949-too-early-to-use-html5.html</guid>
		</item>
		<item>
			<title>Why is IE showing the incorrect favicon?</title>
			<link>http://www.webmaster-talk.com/html-forum/191946-why-is-ie-showing-incorrect-favicon.html</link>
			<pubDate>Wed, 18 Nov 2009 22:35:04 GMT</pubDate>
			<description>Hello, 
 
On this site, I had to revert back to some things and for some reason, an old wordpress favicon is showing up in IE only. It looks fine in...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
On this site, I had to revert back to some things and for some reason, an old wordpress favicon is showing up in IE only. It looks fine in FireFox and Chrome, etc.<br />
<br />
<br />
Can someone please give me some insight?<br />
<br />
Thanks.<br />
<br />
Edit: Fixed.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Reckoner</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191946-why-is-ie-showing-incorrect-favicon.html</guid>
		</item>
		<item>
			<title>Picture movement issues</title>
			<link>http://www.webmaster-talk.com/html-forum/191920-picture-movement-issues.html</link>
			<pubDate>Wed, 18 Nov 2009 16:48:41 GMT</pubDate>
			<description>I have pictures that automatically scroll to the left. It worked fine in IE7 but now it does not work with IE8 or Firefox.  Can someone help. ...</description>
			<content:encoded><![CDATA[<div>I have pictures that automatically scroll to the left. It worked fine in IE7 but now it does not work with IE8 or Firefox.  Can someone help.  Picture locations is at:<br />
<br />
<a href="http://www.cantonwong1.com/dish.html" target="_blank">http://www.cantonwong1.com/dish.html</a><br />
<br />
Thanks!!!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>cantonwong</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191920-picture-movement-issues.html</guid>
		</item>
		<item>
			<title><![CDATA[Animated GIF won't work correctly in Firefox]]></title>
			<link>http://www.webmaster-talk.com/html-forum/191866-animated-gif-wont-work-correctly-firefox.html</link>
			<pubDate>Tue, 17 Nov 2009 18:05:13 GMT</pubDate>
			<description>Hi!  
 
 
 I am re-designing a clients Flash website...And converting it over to HTML so that it is more compatible and easier to update. I created...</description>
			<content:encoded><![CDATA[<div>Hi! <br />
<br />
<br />
 I am re-designing a clients Flash website...And converting it over to HTML so that it is more compatible and easier to update. I created an animated gif to duplicate one of the Flash items. It works fine in IE...Everytime I load the page the animated gif plays and stops.But when I open the page in Firefox...It plays on the first page load and even the 2nd page load. But, on the 3rd and after...The image just loads and doesn't play. I suspect Firefox is caching the animated gif...How do I fix it so that everytime the page loads in Firefox ...the animated gif plays everytime?<br />
<br />
FYI! I'm already using the meta tag codes:<br />
<br />
&lt;meta http-equiv=&quot;Pragma&quot; content=&quot;no-cache&quot;&gt;<br />
&lt;meta http-equiv=&quot;Expires&quot; content=&quot;-1&quot;&gt;<br />
&lt;meta http-equiv=&quot;CACHE-CONTROL&quot; content=&quot;NO-CACHE&quot;&gt; 		<br />
 		  		  		 		  		  		  		  		 			 			 				<img src="http://forums.digitalpoint.com/images/misc/progress.gif" border="0" alt="" /> </div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>photex</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191866-animated-gif-wont-work-correctly-firefox.html</guid>
		</item>
		<item>
			<title>How does a browser request files?</title>
			<link>http://www.webmaster-talk.com/html-forum/191860-how-does-a-browser-request-files.html</link>
			<pubDate>Tue, 17 Nov 2009 16:38:28 GMT</pubDate>
			<description><![CDATA[I presumed the HTML forum would be best suited for this question. 
 
Right now I'm creating a server/client setup in Java for a school project, and...]]></description>
			<content:encoded><![CDATA[<div>I presumed the HTML forum would be best suited for this question.<br />
<br />
Right now I'm creating a server/client setup in Java for a school project, and outside of the school work I'm implementing some other things too, just for the fun of it, and to learn. I added a second server class to handle HTTP requests, from a normal browser. The HTTPServer class sends back a html page, which also has some images in it. Now to my question :2sm<br />
<br />
When the browser gets an &lt;img&gt; tag with a 'src', how does it fetch the image? Do the browser send a new request (for every image) that the server handles seperately or is the image somehow sent together with the first response from the server? I got it working, displaying an image on the page, but I ran two Java server classes at the same time. One for the actual page and one for the image, listening on different ports.<br />
<br />
Hmm, I now realized my question is more of a Java question than HTML...  Perhaps someone can help any way? :)<br />
<br />
In short. In Java, can I somehow do like this:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">/**<br />
&nbsp;* println(OutputStream os, String str) is a method for sending strings to<br />
&nbsp;* the connected client (browser) and jpeg is a byte[] array with the image.<br />
&nbsp;* write(byte[] b) is used to send bytes via the OutputStream<br />
&nbsp;*/<br />
<br />
println(os, &quot;My image: &quot;);<br />
println(os, &quot;&lt;img src=\&quot;&quot;);<br />
os.write(jpeg);<br />
println(os, &quot;\&quot;&gt;&quot;);</code><hr />
</div>Or do I have to do this<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">println(os, &quot;My image: &quot;);<br />
println(os, &quot;&lt;img src=\&quot;my_address/get_image\&quot;&gt;&quot;);</code><hr />
</div>and then interpret the 'get_image' request to respind with an image?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>lizciz</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191860-how-does-a-browser-request-files.html</guid>
		</item>
		<item>
			<title>Need some help on my site</title>
			<link>http://www.webmaster-talk.com/html-forum/191854-need-some-help-on-my-site.html</link>
			<pubDate>Tue, 17 Nov 2009 14:31:46 GMT</pubDate>
			<description>I am having a strange display issue on my website. It only seems to happen in FF. It seems IE is ok. I have looked through all the html and cant see...</description>
			<content:encoded><![CDATA[<div>I am having a strange display issue on my website. It only seems to happen in FF. It seems IE is ok. I have looked through all the html and cant see what is causing this. Can anyone see what is going on?<br />
<br />
Here is a page this happens on.<br />
<br />
<a href="http://www.maxamps.com/membership.php" target="_blank">http://www.maxamps.com/membership.php</a><br />
<br />
Thanks,<br />
Frank</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>MaxxFusion</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191854-need-some-help-on-my-site.html</guid>
		</item>
		<item>
			<title><![CDATA[static vs database [split thread]]]></title>
			<link>http://www.webmaster-talk.com/html-forum/191832-static-vs-database-split-thread.html</link>
			<pubDate>Mon, 16 Nov 2009 23:55:54 GMT</pubDate>
			<description><![CDATA[[split from http://www.webmaster-talk.com/html-forum/191734-10-html-tag-crimes-you-really.html ] 
 
There are a lot of illusions about what search...]]></description>
			<content:encoded><![CDATA[<div><font size="2">[split from <a href="http://www.webmaster-talk.com/html-forum/191734-10-html-tag-crimes-you-really.html" target="_blank">http://www.webmaster-talk.com/html-f...ou-really.html</a> ]<br />
</font><br />
There are a lot of illusions about what search engines give priority to and what gets you better placement.<br />
<br />
For instance, how many times have we heard that it takes months to get a site into Google. It's never taken me more than a week.<br />
<br />
I run a totally obscure site called genealogyland.com that has higer page ranking because of two things.  <br />
<br />
1. A Dead Celebrities list that can sometimes get thousands of hits a day <br />
    depending  on who dies.<br />
<br />
2.  A new blog that hundreds of people have visited in the last few days.<br />
<br />
Neither has anything to do with how I coded those pages.  It all has to do with content and user activity.  In fact, the dead celebrities page is one giant TABLE.<br />
I am re-designing it for 2010 so i can include more ads,  but it would have too much retrofit to do it for 2009. I considered databasing it but I have since blown off that idea. I want the content static so the bots find ALL the content ALL the time. <br />
<br />
As for my old school teachers, I came from a pretty pathetic school system that believed far more in Athletics than Academics and it still does, some thirty years later.  Academics was never my forte, but I have been writing for publication since age 15. (My First Byline) I've been writing for 34 years now in five different states and dozens of different publications.  Plus the content of dozens of web sites over the last 20 years.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>marketingman100</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191832-static-vs-database-split-thread.html</guid>
		</item>
		<item>
			<title>How to create forms that send the contents to an e-mail address</title>
			<link>http://www.webmaster-talk.com/html-forum/191745-how-create-forms-send-contents-e.html</link>
			<pubDate>Mon, 16 Nov 2009 03:42:43 GMT</pubDate>
			<description><![CDATA[I've created a page with a series of text forms and drop-down menus. The page also includes a "Submit" button. I want the Submit button to e-mail the...]]></description>
			<content:encoded><![CDATA[<div>I've created a page with a series of text forms and drop-down menus. The page also includes a &quot;Submit&quot; button. I want the Submit button to e-mail the contents of the forms and the drop-down menu selections to a specified e-mail address. Is there a way for me to do this without using Mailto (the reason I don't want to use mailto is that it opens an e-mail client on the visitor's computer)? I also want the &quot;Submit&quot; button to redirect to another page. <br />
<br />
Thanks for your help in advance,<br />
Justin</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>jericb</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191745-how-create-forms-send-contents-e.html</guid>
		</item>
		<item>
			<title><![CDATA[10 HTML Tag Crimes You Really Shouldn't Commit]]></title>
			<link>http://www.webmaster-talk.com/html-forum/191734-10-html-tag-crimes-you-really.html</link>
			<pubDate>Sun, 15 Nov 2009 21:56:04 GMT</pubDate>
			<description>Good article here: 
http://line25.com/articles/10-html-tag-crimes-you-really-shouldnt-commit</description>
			<content:encoded><![CDATA[<div>Good article here:<br />
<a href="http://line25.com/articles/10-html-tag-crimes-you-really-shouldnt-commit" target="_blank">http://line25.com/articles/10-html-t...houldnt-commit</a></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>LadynRed</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191734-10-html-tag-crimes-you-really.html</guid>
		</item>
		<item>
			<title>image width set to table cell width .. can it be done?</title>
			<link>http://www.webmaster-talk.com/html-forum/191686-image-width-set-table-cell-width.html</link>
			<pubDate>Sat, 14 Nov 2009 21:44:04 GMT</pubDate>
			<description>is there a way to do this? 
 
i have a table with 3 cells (1 row) and the widths are set in percentages so it expands and contracts. i have an image...</description>
			<content:encoded><![CDATA[<div><font face="Comic Sans MS"><font size="2">is there a way to do this?<br />
<br />
i have a table with 3 cells (1 row) and the widths are set in percentages so it expands and contracts. i have an image in middle cell and want to set image width to cell width so it expand and contracts along with the table.<br />
<br />
<br />
is this possible?<br />
please help!!!!!!!!!!!!!!<br />
</font></font></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>happinessx03</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191686-image-width-set-table-cell-width.html</guid>
		</item>
		<item>
			<title>Opt-In Form - Pop Up</title>
			<link>http://www.webmaster-talk.com/html-forum/191636-opt-in-form-pop-up.html</link>
			<pubDate>Sat, 14 Nov 2009 03:10:52 GMT</pubDate>
			<description>Somebody can help me tell opt-in form (pop up) that I need to install in my new website ? I really need it.  Thanks</description>
			<content:encoded><![CDATA[<div>Somebody can help me tell opt-in form (pop up) that I need to install in my new website ? I really need it.  Thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>nicesurf</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191636-opt-in-form-pop-up.html</guid>
		</item>
		<item>
			<title>The difference between padding and margin?</title>
			<link>http://www.webmaster-talk.com/html-forum/191631-the-difference-between-padding-and-margin.html</link>
			<pubDate>Sat, 14 Nov 2009 01:27:57 GMT</pubDate>
			<description>can someone explain what is the difference between padding and margin? 
I always thought it was the same thing..</description>
			<content:encoded><![CDATA[<div>can someone explain what is the difference between padding and margin?<br />
I always thought it was the same thing..</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>jonyroufe</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191631-the-difference-between-padding-and-margin.html</guid>
		</item>
		<item>
			<title><![CDATA[Fixing a cell's height and define a flexible one in a Table]]></title>
			<link>http://www.webmaster-talk.com/html-forum/191622-fixing-cells-height-define-flexible-one.html</link>
			<pubDate>Fri, 13 Nov 2009 22:18:11 GMT</pubDate>
			<description><![CDATA[Hi guys! I have this problem on my website's layout, and it's basically preventing me from continuing it, it's destroying everything. 
Here goes the...]]></description>
			<content:encoded><![CDATA[<div>Hi guys! I have this problem on my website's layout, and it's basically preventing me from continuing it, it's destroying everything.<br />
Here goes the HTLM code:<br />
 <br />
 <br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2">
			<hr />
			
				<font color="#800000"><font color="#800000">&lt;table</font> <font color="#ff0000">cellpadding</font>=<font color="#0000ff">&quot;0&quot;</font> <font color="#ff0000">cellspacing</font>=<font color="#0000ff">&quot;0&quot;</font> <font color="#ff0000">width</font>=<font color="#0000ff">&quot;446&quot;</font> <font color="#ff0000">height</font>=<font color="#0000ff">&quot;362&quot;</font><font color="#800000">&gt;</font><br />
<font color="#808080">&lt;!-- MSTableType=&quot;layout&quot; --&gt;</font><br />
<font color="#800000">&lt;tr&gt;</font><br />
<font color="#800000">&lt;td</font> <font color="#ff0000">valign</font>=<font color="#0000ff">&quot;top&quot;</font> <font color="#ff0000">colspan</font>=<font color="#0000ff">&quot;2&quot;</font> <font color="#ff0000">height</font>=<font color="#0000ff">&quot;110&quot;</font><font color="#800000">&gt;</font><br />
<font color="#800000">&lt;p</font> <font color="#ff0000">align</font>=<font color="#0000ff">&quot;center&quot;</font><font color="#800000">&gt;</font>Banner<font color="#800000">&lt;/td&gt;</font><br />
<font color="#800000">&lt;/tr&gt;</font><br />
<font color="#800000">&lt;tr&gt;</font><br />
<font color="#800000">&lt;td</font> <font color="#ff0000">valign</font>=<font color="#0000ff">&quot;top&quot;</font> <font color="#ff0000">height</font>=<font color="#0000ff">&quot;95&quot;</font><font color="#800000">&gt;</font>I want this cell to have a fixed height<font color="#800000">&lt;/td&gt;</font><br />
<font color="#800000">&lt;td</font> <font color="#ff0000">valign</font>=<font color="#0000ff">&quot;top&quot;</font> <font color="#ff0000">rowspan</font>=<font color="#0000ff">&quot;3&quot;</font> <font color="#ff0000">width</font>=<font color="#0000ff">&quot;305&quot;</font><font color="#800000">&gt;</font><br />
<font color="#800000">&lt;p</font> <font color="#ff0000">align</font>=<font color="#0000ff">&quot;center&quot;</font><font color="#800000">&gt;</font>Text goes here - if the text is too long, I want the <br />
stretching cell to vary in height, not the other 2.<font color="#800000">&lt;/td&gt;</font><br />
<font color="#800000">&lt;/tr&gt;</font><br />
<font color="#800000">&lt;tr&gt;</font><br />
<font color="#800000">&lt;td</font> <font color="#ff0000">valign</font>=<font color="#0000ff">&quot;top&quot;</font> <font color="#ff0000">height</font>=<font color="#0000ff">&quot;68&quot;</font><font color="#800000">&gt;</font>I want this cell to have a fixed height<font color="#800000">&lt;/td&gt;</font><br />
<font color="#800000">&lt;/tr&gt;</font><br />
<font color="#800000">&lt;tr&gt;</font><br />
<font color="#800000">&lt;td</font> <font color="#ff0000">height</font>=<font color="#0000ff">&quot;89&quot;</font> <font color="#ff0000">width</font>=<font color="#0000ff">&quot;141&quot;</font> <font color="#ff0000">valign</font>=<font color="#0000ff">&quot;top&quot;</font><font color="#800000">&gt;</font>Stretching/Flexible cell - I <br />
want this one to vary in height if the text on the right cell is too <br />
long<font color="#800000">&lt;/td&gt;</font><br />
<font color="#800000">&lt;/tr&gt;</font><br />
<font color="#800000">&lt;/table&gt;</font><br />
</font>
			
			<hr />
		</td>
	</tr>
	</table>
</div> <br />
As you can see, if I write a text that is larger than the &quot;Text Cell&quot; height, all the cells in the right column stretch, and I only want the last one to do so. Can you help me?<br />
Thanks in advance</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Sammu89</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191622-fixing-cells-height-define-flexible-one.html</guid>
		</item>
		<item>
			<title>French characters sometimes shown as little square, sometimes OK</title>
			<link>http://www.webmaster-talk.com/html-forum/191603-french-characters-sometimes-shown-little-square.html</link>
			<pubDate>Fri, 13 Nov 2009 15:10:56 GMT</pubDate>
			<description>Hello, 
 
In Firefox, i notice the following webpage shows French characters like é showing OK in the middle text, but as a little square on the...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
In Firefox, i notice the following webpage shows French characters like é showing OK in the middle text, but as a little square on the right text:<br />
<br />
<a href="http://www.artofmodelling.be/pages/index.php?option=com_content&amp;view=article&amp;id=18%3Atamiya-14113-112-honda-rc166-gp-race&amp;catid=3%3Areviews&amp;lang=fr&amp;Itemid=8" target="_blank">http://www.artofmodelling.be/pages/i...ng=fr&amp;Itemid=8</a><br />
<br />
This is a Joomla installation. The middle text comes out of the database and is a Joomla article. The right text however is from an home-made php include file (with define('','')) different for each language.<br />
<br />
Any idea why it is shown correct in the middle, but not on the right? <br />
<br />
Thanks!<br />
<br />
Matt</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>killerwhale65</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191603-french-characters-sometimes-shown-little-square.html</guid>
		</item>
		<item>
			<title>Website quotation help</title>
			<link>http://www.webmaster-talk.com/html-forum/191546-website-quotation-help.html</link>
			<pubDate>Thu, 12 Nov 2009 22:07:09 GMT</pubDate>
			<description><![CDATA[Hey guys, 
 
Haven't really quoted a website before so I was hoping someone could give me a good idea on how much I should charge for the following...]]></description>
			<content:encoded><![CDATA[<div>Hey guys,<br />
<br />
Haven't really quoted a website before so I was hoping someone could give me a good idea on how much I should charge for the following details,<br />
<br />
--------------------------<br />
Specifications <br />
<br />
Site Map.<br />
The website has the following site map:<br />
Home<br />
(Please see below design details)<br />
<br />
About Us <br />
(Company information provided in a text format)<br />
<br />
Services <br />
(Information provided in a text format )<br />
<br />
Portfolio<br />
(Will require the use of images and text to display 4-5 examples)<br />
<br />
Contact Us <br />
(Text and possible use of web form.)<br />
<br />
Design  <br />
The Photoshop files for this design will be provided once the quote has been approved<br />
The website should be optimised for a 1024x768 screen resolution<br />
The site needs to have a 'centred' layout with the background scaling to accommodate for varying screen resolutions (i.e. 1280 x 1024). Please refer the following website as an example - <a href="http://www.iwebgate.com/" target="_blank">http://www.iwebgate.com/</a><br />
It must be compatible with all of the major internet browsers, i.e Mozilla, Explorer, Safari, Chrome <br />
<br />
Flash Banner <br />
The use of 4 different images (to be supplied) that will transition from one to the next using 'Flash' animation.<br />
Transitions should occur every 4 seconds?<br />
Please see the following website as an example<br />
Please provide a quote if the flash banner is used for the internal pages or if a single static image is to be used instead for each of the 4 internal pages (i.e. about us, services, portfolio, contact us)<br />
Menu<br />
The menus will need to change on 'roll-over' as per the 'Home' menu link on the attached image. <br />
<br />
Timeline<br />
Please inform us of the approximate time required to develop this site.<br />
<br />
Costs / Terms  <br />
Please provide us with a fixed quote for this website in Australian dollars only. Can you also please provide us with your hourly consultation/development fees if additional items are required outside of these specifications. Lastly can you please inform us of your standard payment terms. <br />
--------------------------<br />
<br />
Cheers for the help, sorry if I didnt post this in the right section</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>st3wy</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191546-website-quotation-help.html</guid>
		</item>
		<item>
			<title>Centering a Heading Inside a Division</title>
			<link>http://www.webmaster-talk.com/html-forum/191487-centering-a-heading-inside-a-division.html</link>
			<pubDate>Thu, 12 Nov 2009 05:36:55 GMT</pubDate>
			<description><![CDATA[Hello! 
  
I'm practicing design, and what I'm trying to do is center an h2 heading inside a division.  I can't get it to work.  My HTML reference...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
 <br />
I'm practicing design, and what I'm trying to do is center an h2 heading inside a division.  I can't get it to work.  My HTML reference book doesn't seem to have that information.  (Of course, no book can tell you everything about anything.  Hence the reason I'm practicing.)  Thanks in advance for your help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>ClintWatkins</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191487-centering-a-heading-inside-a-division.html</guid>
		</item>
		<item>
			<title>Help needed with Contact Us page from template</title>
			<link>http://www.webmaster-talk.com/html-forum/191411-help-needed-contact-us-page-template.html</link>
			<pubDate>Wed, 11 Nov 2009 10:32:03 GMT</pubDate>
			<description>Hi guys, 
 
I am new here and pretty new to the world of coding. It is a hobby more than anything else and have just done my girlfriend a basic...</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I am new here and pretty new to the world of coding. It is a hobby more than anything else and have just done my girlfriend a basic website for her business.<br />
<br />
I downloaded the template from dreamtemplate.com and played about with is to get it looking the way she wants it, however there is one thing I cannot work out how to do...<br />
<br />
On the contact us page I presume a piece of code needs changing for the emails to come through to her email address but I cannot work out how to change this. Below is the piece of code I think needs changing, however if this is not the correct section of code, let me know and I will look for the correct part. <br />
<br />
Can anyone advise of what needs changing to ensure we receive the emails.<br />
<br />
Thanks...<br />
<br />
form method=&quot;post&quot; action=&quot;/frms/contactmail.pl&quot;&gt;<br />
                &lt;input type=&quot;hidden&quot; name=&quot;SoupermailConf&quot; value=&quot;/frms/contact.con&quot;&gt;</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>brendan18</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191411-help-needed-contact-us-page-template.html</guid>
		</item>
		<item>
			<title>Form input processing</title>
			<link>http://www.webmaster-talk.com/html-forum/191301-form-input-processing.html</link>
			<pubDate>Tue, 10 Nov 2009 01:50:01 GMT</pubDate>
			<description>Using .htaccess i have a password protected folder online containing 7 files with one single user/pass combination. 
User is not allowed to see that...</description>
			<content:encoded><![CDATA[<div>Using .htaccess i have a password protected folder online containing 7 files with one single user/pass combination.<br />
User is not allowed to see that 7 files are available.<br />
User enters 1 of 7 &quot;Access Keys&quot; in a simple HTML Form text input which is then processed (script?)<br />
User is then redirected automatically to the related file (for download) e.g.<br />
Access Key #1 redirects user to Protected File #1<br />
Access Key #4 redirects user to Protected File #4<br />
etc.<br />
<br />
What's the best way to implement this? Perl/CGI? PHP? Javascript?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>escocia1</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191301-form-input-processing.html</guid>
		</item>
		<item>
			<title>Flashing text?</title>
			<link>http://www.webmaster-talk.com/html-forum/191198-flashing-text.html</link>
			<pubDate>Sun, 08 Nov 2009 17:48:19 GMT</pubDate>
			<description>Hi Guys 
 
I am looking for an html code to make certain 
text flash.</description>
			<content:encoded><![CDATA[<div>Hi Guys<br />
<br />
I am looking for an html code to make certain<br />
text flash.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>bells401</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191198-flashing-text.html</guid>
		</item>
		<item>
			<title><![CDATA[Marquee Doesn't Move!]]></title>
			<link>http://www.webmaster-talk.com/html-forum/191174-marquee-doesnt-move.html</link>
			<pubDate>Sun, 08 Nov 2009 11:36:58 GMT</pubDate>
			<description><![CDATA[I inserted this code into a .php file with loads of other html tags etc, only problem tho is that the marquee doesn't make the text move any ideas...]]></description>
			<content:encoded><![CDATA[<div>I inserted this code into a .php file with loads of other html tags etc, only problem tho is that the marquee doesn't make the text move any ideas why???<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">HTML Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"><span style="color:#000080">&lt;marquee direction=<span style="color:#0000FF">&quot;left&quot;</span>&gt;</span>West Coast Rovers 1 - 0 West Ham United West Coast Rovers 1 - 0 West Ham United West Coast Rovers 1 - 0 West Ham United<span style="color:#000080">&lt;/marquee&gt;</span></code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>evans123</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191174-marquee-doesnt-move.html</guid>
		</item>
		<item>
			<title>Looking for some help with my form please</title>
			<link>http://www.webmaster-talk.com/html-forum/191100-looking-some-help-my-form-please.html</link>
			<pubDate>Sat, 07 Nov 2009 06:49:50 GMT</pubDate>
			<description><![CDATA[I have a simple form that I found from a tutorial but am now lost. Unfortunately I haven't learned forms yet.  
 
My questions are: (based from the...]]></description>
			<content:encoded><![CDATA[<div>I have a simple form that I found from a tutorial but am now lost. Unfortunately I haven't learned forms yet. <br />
<br />
My questions are: (based from the code below)<br />
<br />
1. What do I add to my code to make the submit button, submit the info. <br />
2. What do I add to my code to make my required fields, actually required upon submission? <br />
<br />
<br />
HTML<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;div id=&quot;stylized&quot; class=&quot;myform&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;form id=&quot;form&quot; name=&quot;form&quot; method=&quot;post&quot; action=&quot;index.html&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;Name&amp;nbsp;*&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;name&quot; id=&quot;name&quot; /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;Email&amp;nbsp;*&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;email&quot; id=&quot;email&quot; /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;Website (URL)&amp;nbsp;*&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;website&quot; id=&quot;website&quot; /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label&gt;Phone Number&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;phone number&quot; id=&quot;phone number&quot; /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;button type=&quot;submit&quot;&gt;&lt;img src=&quot;http://www.webmaster-talk.com/images/submit.gif&quot; /&gt;&lt;/button&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/form&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;</code><hr />
</div>CSS<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">.myform{<br />
width:245px;<br />
height: 340px;<br />
padding: 60px 12px 0px 12px;<br />
font-size:13px;<br />
color: #ffffff;<br />
}<br />
#stylized{<br />
background: url(images/quote-request-2.gif) no-repeat;<br />
}<br />
#stylized label{<br />
display:block;<br />
font-weight:bold;<br />
width:140px;<br />
text-align: left;<br />
margin-left: 10px;<br />
}<br />
#stylized input{<br />
font-size:13px;<br />
padding:4px 2px;<br />
width:200px;<br />
margin:2px 0 10px 10px;<br />
}<br />
#stylized button{<br />
background: none;<br />
border: none;<br />
margin-left:111px;<br />
width:109px;<br />
height: 30px;<br />
}</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Foppa</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191100-looking-some-help-my-form-please.html</guid>
		</item>
		<item>
			<title>fading pages works only in IE8 - how can I get it to work in FF and IE7?</title>
			<link>http://www.webmaster-talk.com/html-forum/191089-fading-pages-works-only-ie8-how.html</link>
			<pubDate>Sat, 07 Nov 2009 03:15:26 GMT</pubDate>
			<description><![CDATA[Hi 
 
I wanted my pages to fade into each other as you click from one to the next, it works fine in IE8 but not in FF or IE7. 
 
Here's my code:...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I wanted my pages to fade into each other as you click from one to the next, it works fine in IE8 but not in FF or IE7.<br />
<br />
Here's my code: <a href="http://www.natashapowell.co.uk/test/About.html" target="_blank">http://www.natashapowell.co.uk/test/About.html</a><br />
<br />
I used the following tutorial: <a href="http://www.dynamicdrive.com/forums/showthread.php?t=33689" target="_blank">http://www.dynamicdrive.com/forums/s...ad.php?t=33689</a><br />
<br />
can anyone help?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>rhowbust</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191089-fading-pages-works-only-ie8-how.html</guid>
		</item>
		<item>
			<title>Fave ICO Help - Not working in IE</title>
			<link>http://www.webmaster-talk.com/html-forum/191087-fave-ico-help-not-working-ie.html</link>
			<pubDate>Sat, 07 Nov 2009 02:42:29 GMT</pubDate>
			<description><![CDATA[Hi guys 
 
I was wondring if anyone could see why my browser logo is not working in IE, it's fine in FF just not IE. 
 
Here's my code: 
   <link...]]></description>
			<content:encoded><![CDATA[<div>Hi guys<br />
<br />
I was wondring if anyone could see why my browser logo is not working in IE, it's fine in FF just not IE.<br />
<br />
Here's my code:<br />
   &lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/ico&quot; &gt;<br />
   &lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/jpg&quot; &gt;<br />
   &lt;link rel=&quot;icon&quot; type=&quot;image/gif&quot; href=&quot;animated_favicon1.gif&quot; &gt; <br />
<br />
Files relating to attached. And there is the faveicon.ico file in the root folder on the server.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://img.webmaster-talk.com/bluesky/vb_img/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.webmaster-talk.com/attachments/html-forum/4201d1257561656-fave-ico-help-not-working-ie-favicon.jpg" target="_blank">favicon.jpg</a> (11.5 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://img.webmaster-talk.com/bluesky/vb_img/attach/gif.gif" alt="File Type: gif" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.webmaster-talk.com/attachments/html-forum/4202d1257561671-fave-ico-help-not-working-ie-animated_favicon1.gif" target="_blank">animated_favicon1.gif</a> (3.0 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>rhowbust</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191087-fave-ico-help-not-working-ie.html</guid>
		</item>
		<item>
			<title>After installing IE 8, IE6  no longer displays web pages properly. Argh.</title>
			<link>http://www.webmaster-talk.com/html-forum/191063-after-installing-ie-8-ie6-no.html</link>
			<pubDate>Fri, 06 Nov 2009 20:02:38 GMT</pubDate>
			<description><![CDATA[Hi there, 
 
So I've recently upgraded to IE 8, but now when I try to use IE 6, dropdown menus, etc no longer work as the once did. 
 
(I use IE 6 to...]]></description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
So I've recently upgraded to IE 8, but now when I try to use IE 6, dropdown menus, etc no longer work as the once did.<br />
<br />
(I use IE 6 to just check and see how things look in that older browser)<br />
<br />
Can someone please help in why this is happening or what could be done to get things to look correct again in IE 6?<br />
<br />
Better yet, can some kind soul who has IE 6 just check my site to check if the dropdown menu is working for it?<br />
<br />
The section in question is here:<br />
<a href="http://modenafinefoods.com/acetum.html" target="_blank">http://modenafinefoods.com/acetum.html</a><br />
<br />
I just need the dropdown to work in IE6 under &quot;news&quot;<br />
<br />
Many thanks.<br />
<br />
Pat</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Reckoner</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/191063-after-installing-ie-8-ie6-no.html</guid>
		</item>
		<item>
			<title>Code allowing one to change info in one plage and then display it one multiple pages.</title>
			<link>http://www.webmaster-talk.com/html-forum/190993-code-allowing-one-change-info-one.html</link>
			<pubDate>Thu, 05 Nov 2009 20:22:48 GMT</pubDate>
			<description><![CDATA[Here's my problem. I am creating a few web sites for local radio stations. They want to display school closings on their site and be able to add...]]></description>
			<content:encoded><![CDATA[<div>Here's my problem. I am creating a few web sites for local radio stations. They want to display school closings on their site and be able to add closings to the list as they receive them. They want the closings displayed on all their sites, yet only updating the closings in one place. Similar too RSS feed, but not quite. Anyone have any tips on how to do this???<br />
 <br />
THANKS!!!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>StreetfireD.</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190993-code-allowing-one-change-info-one.html</guid>
		</item>
		<item>
			<title>Keyword URL</title>
			<link>http://www.webmaster-talk.com/html-forum/190989-keyword-url.html</link>
			<pubDate>Thu, 05 Nov 2009 19:24:59 GMT</pubDate>
			<description><![CDATA[Our company recently did a complete overhaul of our url's to be keyword friendly. We are a wholesaler and have over 400 product pages. We did this to...]]></description>
			<content:encoded><![CDATA[<div>Our company recently did a complete overhaul of our url's to be keyword friendly. We are a wholesaler and have over 400 product pages. We did this to improve search ranking on our products.  However, Google is currently giving a redirect script in place of the product description.  Will this go away soon? It makes it look like an invalid link which may do us more harm than good.<br />
 <br />
Here is an example:<br />
 <br />
<a href="http://www.nashvillewraps.com/ShowType.ww?Class=038" target="_blank"><font size="4"><font color="#2200cc"><b>Raffia Ribbon</b> - Eco Friendly Retail Packaging, Food Packaging <b>...</b></font></font></a> <br />
Http/1.1 301 Moved Permanently Location: <a href="http://www.nashvillewraps.com/" target="_blank">http://www.nashvillewraps.com/</a><b>raffia</b>/mc-038.html RequestId: 7280_36AA39877EC8 Moved.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>nashtenn</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190989-keyword-url.html</guid>
		</item>
		<item>
			<title>i want this need help</title>
			<link>http://www.webmaster-talk.com/html-forum/190877-i-want-this-need-help.html</link>
			<pubDate>Wed, 04 Nov 2009 22:03:03 GMT</pubDate>
			<description>i would like to use the effect that this site uses 
 
http://www.beta.mostplays.com 
 
were it says online games you will notice below that it...</description>
			<content:encoded><![CDATA[<div>i would like to use the effect that this site uses<br />
<br />
<a href="http://www.beta.mostplays.com" target="_blank">http://www.beta.mostplays.com</a><br />
<br />
were it says online games you will notice below that it changes now i know it is done buy jquery but i dont know anything about jquery i know the guy that runs the site but he told me to find it out myself :(<br />
<br />
any one help</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Nicky s</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190877-i-want-this-need-help.html</guid>
		</item>
		<item>
			<title>Need to Get Honda News RSS onto my dealer site?</title>
			<link>http://www.webmaster-talk.com/html-forum/190867-need-get-honda-news-rss-onto.html</link>
			<pubDate>Wed, 04 Nov 2009 19:35:37 GMT</pubDate>
			<description>HOw to I feed in the RSS Feed From Honda to my dealer site. I need it in HTML! Or should I just frame a page in? Is there a site that allows me to...</description>
			<content:encoded><![CDATA[<div>HOw to I feed in the RSS Feed From Honda to my dealer site. I need it in HTML! Or should I just frame a page in? Is there a site that allows me to insert the feed url and then will give me some kind of embed code?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>seothomas</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190867-need-get-honda-news-rss-onto.html</guid>
		</item>
		<item>
			<title>How can I insert icon in my website ?</title>
			<link>http://www.webmaster-talk.com/html-forum/190777-how-can-i-insert-icon-my.html</link>
			<pubDate>Tue, 03 Nov 2009 20:19:23 GMT</pubDate>
			<description>Hello All, 
  
Can anyone explain to me how can i insert an icon of facebook and twitter 
on my website ?</description>
			<content:encoded><![CDATA[<div>Hello All,<br />
 <br />
Can anyone explain to me how can i insert an icon of facebook and twitter<br />
on my website ?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>tameem</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190777-how-can-i-insert-icon-my.html</guid>
		</item>
		<item>
			<title>Explorer warning for ad-ons?</title>
			<link>http://www.webmaster-talk.com/html-forum/190760-explorer-warning-for-ad-ons.html</link>
			<pubDate>Tue, 03 Nov 2009 16:35:23 GMT</pubDate>
			<description><![CDATA[I've embedded a windows media file and users are asked for permission to run the ad-on. I've changed the class id of the media player to the newest...]]></description>
			<content:encoded><![CDATA[<div>I've embedded a windows media file and users are asked for permission to run the ad-on. I've changed the class id of the media player to the newest version, but that does'nt help. Anybody got any ideas on code that would not require users to give enternet explorer permission to run media player for the first time or is this just a media player thing that you can't get past?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>spoke50</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190760-explorer-warning-for-ad-ons.html</guid>
		</item>
		<item>
			<title><![CDATA[Best file size for photographs in photographer's web portfolio?]]></title>
			<link>http://www.webmaster-talk.com/html-forum/190693-best-file-size-photographs-photographers-web.html</link>
			<pubDate>Mon, 02 Nov 2009 23:58:07 GMT</pubDate>
			<description>The images in my portfolio are currently 700x467, JPEG quality 12, at 120ppi. 
 
File size between 300kb and 500 kb. 
 
There are 20 images in my...</description>
			<content:encoded><![CDATA[<div>The images in my portfolio are currently 700x467, JPEG quality 12, at 120ppi.<br />
<br />
File size between 300kb and 500 kb.<br />
<br />
There are 20 images in my portfolio.<br />
<br />
Do you think these images are too large, take too long to load?<br />
<br />
What's a good file size for web portfolio?<br />
<br />
Should I add more compression, reduce the images size, or both?<br />
<br />
Thanks for your input.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>World</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190693-best-file-size-photographs-photographers-web.html</guid>
		</item>
		<item>
			<title><![CDATA[> Checkout page not loading as a secured page]]></title>
			<link>http://www.webmaster-talk.com/html-forum/190684-checkout-page-not-loading-secured-page.html</link>
			<pubDate>Mon, 02 Nov 2009 21:30:57 GMT</pubDate>
			<description><![CDATA[I'm having an issue making my checkout pages load in a browser with the little padlock icon showing up. From what I can tell, everything on the page...]]></description>
			<content:encoded><![CDATA[<div>I'm having an issue making my checkout pages load in a browser with the little padlock icon showing up. From what I can tell, everything on the page is coming from an 'https' source... but the thing that's really confused me is that if you simply reload the page then it is secured.<br />
<br />
Also, only the first page of the checkout process seems to have this problem. Once you enter your information and go the second page then it is fully secure and the padlock shows up. The biggest problem with this is that users are suppose to enter their credit information on the first page so that padlock really needs to be there.<br />
<br />
I've tested in IE7, IE8, FF3, FF3.5, Opera10 with the exact same results. Not secured, but refreshing the page makes it secure. Also, it only seems to behave this way about 80-90% of the time. Occasionally, I've gotten it to load up the first checkout page securely. Also, I tested in Chrome and I get a security error on everypage even after reloading.<br />
<br />
The site is located here:<br />
&lt;<b>PM for URL</b>&gt;<br />
NOTE: This site contains mature language. FYI.<br />
<br />
One last thing, I'm having more difficulty troubleshooting this as I don't really know how to ask any of the browsers so far how to tell me specifically what on the page is not loading securely. The closest I can get is to get a warning from IE asking if I only want to display the secure stuff, then I have to figure out what didn't load up on the page. Is there a better way than this?<br />
<br />
Thanks for any help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>relic200</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190684-checkout-page-not-loading-secured-page.html</guid>
		</item>
		<item>
			<title>hiding domainname/index2.html</title>
			<link>http://www.webmaster-talk.com/html-forum/190670-hiding-domainname-index2-html.html</link>
			<pubDate>Mon, 02 Nov 2009 16:02:29 GMT</pubDate>
			<description>Hi, 
Is there a way that I can hide abc.com/index2.html and make it appear like abc.com in the browser while actually abc.com/index2.html is...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
Is there a way that I can hide abc.com/index2.html and make it appear like abc.com in the browser while actually abc.com/index2.html is displayed to site visitor and not abc.com/index.html</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>mwaraitch</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190670-hiding-domainname-index2-html.html</guid>
		</item>
		<item>
			<title>Pleaes help me figure out why IE is being an a-hole for my site. (Centering issue)</title>
			<link>http://www.webmaster-talk.com/html-forum/190601-pleaes-help-me-figure-out-why.html</link>
			<pubDate>Sun, 01 Nov 2009 22:58:37 GMT</pubDate>
			<description><![CDATA[Hi, 
 
So, on my wordpress site, I would like to add a shadow background image, which I've done and works wonderfully in mozilla and chrome. 
 
...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
So, on my wordpress site, I would like to add a shadow background image, which I've done and works wonderfully in mozilla and chrome.<br />
<br />
 <a href="http://www.betasab.host56.com/" target="_blank">http://www.betasab.host56.com</a><br />
<a href="http://www.betasab.host56.com/" target="_blank"><br />
</a><br />
 IE however does not support this behavior where it aligns the site to the left for some reason and it's driving me crazy.  For some reason, my &quot;wrapper&quot; I've added is above the doctype in my source code.<br />
<br />
<br />
<br />
 I am not sure what the issue is, all I've done, is added a div and id called &quot;wrapper&quot;, margins - auto for left and right in my index.php file.<br />
<br />
<br />
Does any kind soul here have any ideas what could be the issue or how I might be able to resolve it??<br />
<br />
<br />
Many thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Reckoner</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190601-pleaes-help-me-figure-out-why.html</guid>
		</item>
		<item>
			<title>Mysterious padding/margin problem on picture</title>
			<link>http://www.webmaster-talk.com/html-forum/190548-mysterious-padding-margin-problem-on-picture.html</link>
			<pubDate>Sat, 31 Oct 2009 22:33:12 GMT</pubDate>
			<description><![CDATA[http://tøffing.no/test/ 
 
theres some strange problem, seems like 2px margin / padding is added on the black pic in the middle and the "live chat"...]]></description>
			<content:encoded><![CDATA[<div><a href="http://tøffing.no/test/" target="_blank">http://tøffing.no/test/</a><br />
<br />
theres some strange problem, seems like 2px margin / padding is added on the black pic in the middle and the &quot;live chat&quot; pic on the right.<br />
<br />
problem is in IE and Firefox, but in Opera it renders fine.<br />
<br />
can anyone see what the problem is? :(</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>jagarock</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190548-mysterious-padding-margin-problem-on-picture.html</guid>
		</item>
		<item>
			<title>Background image problem</title>
			<link>http://www.webmaster-talk.com/html-forum/190540-background-image-problem.html</link>
			<pubDate>Sat, 31 Oct 2009 19:21:02 GMT</pubDate>
			<description>When my website loads, the footer image stays at the top of the page until the entire webpage is loaded. www.wildbackpacker.com. Does anyone know how...</description>
			<content:encoded><![CDATA[<div>When my website loads, the footer image stays at the top of the page until the entire webpage is loaded. <a href="http://www.wildbackpacker.com" target="_blank">www.wildbackpacker.com</a>. Does anyone know how I can tell this image to load at the bottom of the page by default? Or should I use a script to have to load last? Any suggestions to what is happening? If you have a blazing fast connection you might not have this problem. Thanks for the help in advance!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>odha</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190540-background-image-problem.html</guid>
		</item>
		<item>
			<title>Expanding text</title>
			<link>http://www.webmaster-talk.com/html-forum/190533-expanding-text.html</link>
			<pubDate>Sat, 31 Oct 2009 18:01:36 GMT</pubDate>
			<description>Hello, 
  
I would like to display testimonials on a web site. I have quite a few and would like to initially display part of the testimonial and...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
 <br />
I would like to display testimonials on a web site. I have quite a few and would like to initially display part of the testimonial and give the user the option to click on the last word of the visible text and then the complete testimonial would appear. Also, when the user clicks off can the testimonial return to the partial text?<br />
 <br />
Thank you,<br />
 <br />
Rose</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>rosef</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190533-expanding-text.html</guid>
		</item>
		<item>
			<title>Embedding Video (merged thread hijacking)</title>
			<link>http://www.webmaster-talk.com/html-forum/190849-embedding-video-merged-thread-hijacking.html</link>
			<pubDate>Sat, 31 Oct 2009 11:53:32 GMT</pubDate>
			<description>Please do not hijack threads.</description>
			<content:encoded><![CDATA[<div>Please do not hijack threads.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>lakshmiyb</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190849-embedding-video-merged-thread-hijacking.html</guid>
		</item>
		<item>
			<title>html converter</title>
			<link>http://www.webmaster-talk.com/html-forum/190433-html-converter.html</link>
			<pubDate>Fri, 30 Oct 2009 13:02:19 GMT</pubDate>
			<description>hi, just a useless newbie question. :p 
 
does anybody know of a good program, if anything exists or advice on what to do other than a fresh build...</description>
			<content:encoded><![CDATA[<div>hi, just a useless newbie question. :p<br />
<br />
does anybody know of a good program, if anything exists or advice on what to do other than a fresh build for converting a website created for larger screen resolutions to be better viewable in other screens? for example, i'm working on a website that i'm so far into now that i really dont want to start over but forgot that i'm developing it on a laptop with a 15&quot; screen 1280x800 resolution and it looks fine but am afraid its really going to look like a scrolling nightmare on lower resolutions such as 800x600 etc.<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>JAUB</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190433-html-converter.html</guid>
		</item>
		<item>
			<title>How to make new links open in a new window?</title>
			<link>http://www.webmaster-talk.com/html-forum/190431-how-make-new-links-open-new.html</link>
			<pubDate>Fri, 30 Oct 2009 12:49:57 GMT</pubDate>
			<description>Hi guys, 
 
we have a blog. The theme is swift. there is default ad placing space. Have ads too. But the thing is while clicking on the ads it simply...</description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
we have a blog. The theme is swift. there is default ad placing space. Have ads too. But the thing is while clicking on the ads it simply navigate to the sites. Could you please tell where we have to edit it ( to add target='blank') for make it open in a new window.?<br />
<br />
Many thanks<br />
<br />
blog platform wordpress<br />
theme swift<br />
blog url - &lt;removed&gt;</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>flek</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190431-how-make-new-links-open-new.html</guid>
		</item>
		<item>
			<title>How to fetch the exact height attribute of html divs in IE?</title>
			<link>http://www.webmaster-talk.com/html-forum/190418-how-fetch-exact-height-attribute-html.html</link>
			<pubDate>Fri, 30 Oct 2009 11:01:16 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I want to get the dynamic heights of some html divs. I am not programmatically applying height to them (so I don't know their values). If I...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I want to get the dynamic heights of some html divs. I am not programmatically applying height to them (so I don't know their values). If I fetch the height in mozilla I am able to fetch the exact value in px but in case of IE it gives &quot;auto&quot;. How do I get their exact values? Please help</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>Bips123</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190418-how-fetch-exact-height-attribute-html.html</guid>
		</item>
		<item>
			<title>Need a Suggestion!</title>
			<link>http://www.webmaster-talk.com/html-forum/190384-need-a-suggestion.html</link>
			<pubDate>Thu, 29 Oct 2009 23:42:15 GMT</pubDate>
			<description>I have a web site already built. I want to make it so an assigned user can change a single value on the home page. To be more specific, our website...</description>
			<content:encoded><![CDATA[<div>I have a web site already built. I want to make it so an assigned user can change a single value on the home page. To be more specific, our website is a government website:<br />
 <br />
<a href="http://www.guernseysheriff.com" target="_blank">http://www.guernseysheriff.com</a><br />
 <br />
On the homepage, we have road condition levels (about half way down on the right). I want to make it so that our dispatchers can be able to just change the numeric value and nothing else. I've looked at content management programs but I think they are a little to complicated for what I want to do. Any suggestions would be much appreciated!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>dukhunter99</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190384-need-a-suggestion.html</guid>
		</item>
		<item>
			<title>Need a Lightbox code and easy directions</title>
			<link>http://www.webmaster-talk.com/html-forum/190280-need-a-lightbox-code-easy-directions.html</link>
			<pubDate>Wed, 28 Oct 2009 18:09:50 GMT</pubDate>
			<description>Can someone not only provide a simple code but specific directions on how to add a lightbox to a link on a page. 
 
It seems simple and I keep...</description>
			<content:encoded><![CDATA[<div>Can someone not only provide a simple code but specific directions on how to add a lightbox to a link on a page.<br />
<br />
It seems simple and I keep getting close but not cigar.<br />
<br />
Thank you.<br />
<br />
RC</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>rmculos</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190280-need-a-lightbox-code-easy-directions.html</guid>
		</item>
		<item>
			<title>database problem</title>
			<link>http://www.webmaster-talk.com/html-forum/190243-database-problem.html</link>
			<pubDate>Wed, 28 Oct 2009 07:42:44 GMT</pubDate>
			<description>Hi.. I have made a project in html and i am trying to add  data in my html from MS access. One of my friend told me that in back end  i can use MS...</description>
			<content:encoded><![CDATA[<div>Hi.. I have made a project in html and i am trying to add  data in my html from MS access. One of my friend told me that in back end  i can use MS access. But how?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/html-forum/">HTML Forum</category>
			<dc:creator>robortwillys</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/html-forum/190243-database-problem.html</guid>
		</item>
	</channel>
</rss>
