<?xml version="1.0" encoding="utf-8"?>

<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>DaniWeb IT Discussion Community - 15,28,130,143</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Tue, 10 Nov 2009 06:32:24 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community - 15,28,130,143</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title>Demo on Microsoft Silverlight</title>
			<link>http://www.daniweb.com/forums/thread237396.html</link>
			<pubDate>Tue, 10 Nov 2009 05:59:50 GMT</pubDate>
			<description>A web design studio based out of India, CAMS engages with customers worldwide offering design, web application development and consulting for web based marketing. 
 
CAMS is betting Microsoft Silverlight as the future of web. Here is an experiment!! 
 
http://www.camstech.com/sl/ 
 
Request some...</description>
			<content:encoded><![CDATA[<div>A web design studio based out of India, CAMS engages with customers worldwide offering design, web application development and consulting for web based marketing.<br />
<br />
CAMS is betting Microsoft Silverlight as the future of web. Here is an experiment!!<br />
<br />
<a rel="nofollow" class="t" href="http://www.camstech.com/sl/" target="_blank">http://www.camstech.com/sl/</a><br />
<br />
Request some feedback guys!! The focus has been on using Silverlight's capabilities and the design...not on the functionality. Right now content is available for only 1 movie (Angels &amp; Demons) and one location (Bangalore).</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>camstech</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237396.html</guid>
		</item>
		<item>
			<title><![CDATA[css drop down sub menu won't pop out in IE8]]></title>
			<link>http://www.daniweb.com/forums/thread237341.html</link>
			<pubDate>Tue, 10 Nov 2009 00:07:40 GMT</pubDate>
			<description><![CDATA[I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated  that using .htc file from peter ned and conditional comment for IE in style sheet should work, but it didn't 
 
I have...]]></description>
			<content:encoded><![CDATA[<div>I am learning to create drop down menu using css. Everything works fine in chrome, FF. But IE 8, the submenus don't pop up. All the info I read on tutorials and googling indicated  that using .htc file from peter ned and conditional comment for IE in style sheet should work, but it didn't<br />
<br />
I have done an exhaustive googling but didn't see references of others experiencing the same problem, or any fix. I must be doing something wrong that's very subtle. Any help would be greatly appreciated. My very simple html, css, and csshover3_source.htc are shown below. All files are in the same folder/directory on my local machine, which is xp pro.<br />
<br />
Thanks<br />
<br />
---------- start index.html -----------<br />
<br />
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;<br />
<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Untitled&lt;/title&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;<br />
&lt;title&gt;Food Online&lt;/title&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;style_nav.css&quot; type=&quot;text/css&quot; charset=&quot;utf-8&quot; /&gt;<br />
<br />
&lt;/head&gt;<br />
<br />
&lt;body&gt;<br />
&lt;div id=&quot;nav&quot;&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;h2&gt;CSS Drop Down Menus&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;http://www.seoconsultants.com/tips/css/#cssmenus&quot; title=&quot;SEO Consultants Directory&quot;&gt;CSS Hover Navigation&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;../css-dropdown-menus.html&quot; title=&quot;tanfa Introduction&quot;&gt;Intro for CSS Enthusiasts&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;index.html&quot; title=&quot;Plain HTML Code&quot;&gt;Demonstration HTML&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;http://www.xs4all.nl/~peterned/csshover.html&quot; title=&quot;whatever:hover file&quot;&gt;csshover.htc file&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;h2&gt;Vertical CSS Pop-Out Menu&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;http://www.seoconsultants.com/css/menus/vertical/&quot; title=&quot;SEO Consultants Vertical Example&quot;&gt;SEO Consultants Sample&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;vs7.html&quot; title=&quot;Complete Example&quot;&gt;tanfa Demo example&lt;/a&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;index.html#&quot;&gt;tanfa Tutorial&lt;/a&gt;&lt;!-- link to seo vertical tut --&gt;	<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;vs1.html&quot; title=&quot;Vertical Menu - Page 1&quot;&gt;Stage 1&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;vs2.html&quot; title=&quot;Vertical Menu - Page 2&quot;&gt;Stage 2&lt;/a&gt;&lt;/li&gt;	<br />
&lt;li&gt;&lt;a href=&quot;vs3.html&quot; title=&quot;Vertical Menu - Page 3&quot;&gt;Stage 3&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;vs4.html&quot; title=&quot;Vertical Menu - Page 4&quot;&gt;Stage 4&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;vs5.html&quot; title=&quot;Vertical Menu - Page 5&quot;&gt;Stage 5&lt;/a&gt;&lt;/li&gt;	<br />
&lt;li&gt;&lt;a href=&quot;vs6.html&quot; title=&quot;Vertical Menu - Page 6&quot;&gt;Stage 6&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;h2&gt;Horizontal Drop &amp; Pop Menu&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;http://www.seoconsultants.com/css/menus/horizontal/&quot; title=&quot;SEO Consultants Directory Example&quot;&gt;SEO Consultants Sample&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;hs7.html&quot;&gt;tanfa Demo example&lt;/a&gt;&lt;!-- fully working sample --&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;index.html#&quot;&gt;tanfa Tutorial&lt;/a&gt;&lt;!-- link to horizontal tut --&gt;	<br />
&lt;ul&gt;<br />
&lt;li&gt;&lt;a href=&quot;hs1.html&quot; title=&quot;Horizontal Menu - Page 1&quot;&gt;Stage 1&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;hs2.html&quot; title=&quot;Horizontal Menu - Page 2&quot;&gt;Stage 2&lt;/a&gt;&lt;/li&gt;	<br />
&lt;li&gt;&lt;a href=&quot;hs3.html&quot; title=&quot;Horizontal Menu - Page 3&quot;&gt;Stage 3&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;hs4.html&quot; title=&quot;Horizontal Menu - Page 4&quot;&gt;Stage 4&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&quot;hs5.html&quot; title=&quot;Horizontal Menu - Page 5&quot;&gt;Stage 5&lt;/a&gt;&lt;/li&gt;	<br />
&lt;li&gt;&lt;a href=&quot;hs6.html&quot; title=&quot;Horizontal Menu - Page 6&quot;&gt;Stage 6&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;	<br />
&lt;/div&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
<br />
---------- end index.html -----------<br />
<br />
---------- start style_nav.css -----------<br />
<br />
#nav {<br />
width: 12em;<br />
background: #eee;<br />
}<br />
<br />
#nav ul {<br />
list-style: none;<br />
margin: 0;<br />
padding: 0;<br />
}<br />
<br />
#nav a, #nav h2 {<br />
font: bold 11px/16px arial, helvetica, sans-serif;<br />
display: block;<br />
border-width: 1px;<br />
border-style: solid;<br />
border-color: #ccc #888 #555 #bbb;<br />
margin: 0;<br />
padding: 2px 3px;<br />
}<br />
<br />
#nav h2 {<br />
color: #fff;<br />
background: #000;<br />
text-transform: uppercase;<br />
}<br />
<br />
#nav a {<br />
color: #000;<br />
background: #efefef;<br />
text-decoration: none;<br />
}<br />
<br />
#nav a:hover {<br />
color: #a00;<br />
background: #fff;<br />
}<br />
<br />
#nav li {position: relative;}<br />
<br />
#nav ul ul ul {<br />
position: absolute;<br />
top: 0;<br />
left: 100%;<br />
width: 100%;<br />
}<br />
<br />
/* hide everything except main menu */<br />
#nav ul ul ul {<br />
display: none;<br />
}<br />
<br />
/* display everything when clicking on an item under in the main menu. First UL is the menu header*/<br />
#nav ul ul li:hover ul {<br />
display: block;<br />
}<br />
<br />
/* hide sub menu under the submenu of the item in of the main menu from above */<br />
<br />
#nav ul ul li:hover ul ul{<br />
display: none;<br />
}<br />
<br />
/* show the sub menu under the submenu of the item in of the main menu */<br />
<br />
#nav ul ul ul li:hover ul{<br />
display: block;<br />
}<br />
<br />
&lt;!--[if IE]&gt;<br />
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;<br />
body {<br />
behavior: url(csshover3_source.htc);<br />
font-size: 100%;<br />
}<br />
<br />
#nav ul li {float: left; width: 100%;}<br />
#nav ul li a {height: 1%;} <br />
<br />
#nav a, #nav h2 {<br />
font: bold 0.7em/1.4em arial, helvetica, sans-serif;<br />
} <br />
&lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
<br />
---------- end style_nav.css -----------<br />
<br />
---------- start csshover3_source.css -----------<br />
<br />
I downloaded source file csshover3_source.htc from <br />
<a rel="nofollow" class="t" href="http://www.xs4all.nl/~peterned/csshover.html#changes" target="_blank">www.xs4all.nl/~peterned/csshover.html#changes</a> (Version 3.00.081222 from )<br />
<br />
---------- end csshover3.css -----------</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>alexv55</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237341.html</guid>
		</item>
		<item>
			<title>Columns Not Extending</title>
			<link>http://www.daniweb.com/forums/thread237333.html</link>
			<pubDate>Mon, 09 Nov 2009 23:46:38 GMT</pubDate>
			<description><![CDATA[I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages unless I add text or...]]></description>
			<content:encoded><![CDATA[<div>I know this is a very popular problem and is covered many places on the Internet but I haven't found a clean and clear resolution to it. I have an existing fixed-width template that I've manually coded using floats and the center column doesn't extend far enough on some pages unless I add text or line breaks to make it extend far enough, which I'm unwilling to do. I prefer to leave my template fixed width and using floats unless I there is no clean fix for this.<br />
<br />
You can view the site here:<br />
<a rel="nofollow" class="t" href="http://66.147.240.99/~aquater1/index.php/faqs/why-shouldnt-i-just-drill-deeper/" target="_blank">http://66.147.240.99/~aquater1/index...-drill-deeper/</a><br />
<br />
And here's my CSS:<br />
 <pre style="margin:20px; line-height:13px">body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#E5E5E5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0px;<br />
}<br />
<br />
#wrapper1 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; /* color: #E6E6E6; */<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: black;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 10px auto 0px auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 960px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Helvetica, Verdana, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: small;<br />
}<br />
/* -------------------------------------------------------- */<br />
<br />
<br />
#wrapper2 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; /* background-color: #0C0237; */<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 940px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 4px solid #151515;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /* background-color: #581E1D; */<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #368798;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-border-radius:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -webkit-border-radius:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -opera-border-radius:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -khtml-border-radius:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-radius: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; box-shadow: 8px 8px 8px #555555;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-box-shadow: 8px 8px 8px #555555;<br />
}<br />
<br />
<br />
#header{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(http://66.147.240.99/~aquater1/themes/blue_bubbles_hk/images/header.jpg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; /* display: inline; */<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 4px solid #151515;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #E6E6E6;<br />
}<br />
<br />
#headertext {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 680px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 130px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: hidden;<br />
}<br />
<br />
<br />
<br />
/* Div to hold menu buttons. */<br />
#navtop {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 12px 10px 0px 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 34px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 680px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: hidden;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
/* ---------------------------------------------------- */<br />
<br />
#navtop a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
}<br />
<br />
#navtop ul {<br />
&nbsp;  margin: 0;<br />
&nbsp;  padding: 0;<br />
&nbsp;  list-style: none;<br />
}<br />
<br />
#navtop li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 8px ;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right: 2px white solid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: small;<br />
}<br />
<br />
#navtop li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 2px white solid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cursor: hand;<br />
}<br />
<br />
<br />
#centercolumn {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 12px 18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 480px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #E4D9B6;<br />
}<br />
<br />
<br />
#leftcolumn {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left; <br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 210px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color: white;<br />
}<br />
<br />
#leftcolumn ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0px;<br />
}<br />
<br />
#leftcolumn li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #373737;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 204px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 30px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top: 8px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 6px;<br />
}<br />
<br />
#leftcolumn li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 2px black solid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: small;<br />
}<br />
<br />
<br />
#leftcolumn li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 2px white solid;<br />
&nbsp; &nbsp; &nbsp; &nbsp; cursor: hand;<br />
}<br />
<br />
<br />
#rightcolumn {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 190px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: white;<br />
}<br />
<br />
#rightcolumn img {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: black;<br />
&nbsp; &nbsp; &nbsp; &nbsp; opacity: 0.3; /* Safari, Opera */<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-opacity:0.30; /* FireFox */<br />
&nbsp; &nbsp; &nbsp; &nbsp; filter: alpha(opacity=30); /* IE */<br />
}<br />
<br />
#rightcolumn img:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; opacity: 1; /* Safari, Opera */<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-opacity: 1; /* FireFox */<br />
&nbsp; &nbsp; &nbsp; &nbsp; filter: alpha(opacity=100); /* IE */<br />
}<br />
<br />
<br />
#columnheader {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 1px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #232323;<br />
}<br />
<br />
#footer {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear: both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-top: 4px solid #151515;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: small;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #0C0237;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #E6E6E6;<br />
<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>AycheKay</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237333.html</guid>
		</item>
		<item>
			<title>Guidelines to assist multiple content developers?</title>
			<link>http://www.daniweb.com/forums/thread237294.html</link>
			<pubDate>Mon, 09 Nov 2009 20:13:05 GMT</pubDate>
			<description>I work with a higher ed web dev team. I am currently tasked with making a page with specific items that can assist our content developers when working on their area-specific web pages.  
 
I have been browsing google, trying to dig my hands deep within the content but there is a lot out there. I...</description>
			<content:encoded><![CDATA[<div>I work with a higher ed web dev team. I am currently tasked with making a page with specific items that can assist our content developers when working on their area-specific web pages. <br />
<br />
I have been browsing google, trying to dig my hands deep within the content but there is a lot out there. I have focused so far on: content, meta tags, links, and alt tags etc. <br />
<br />
Could anyone provide additional items I should work with, or references to look into? <br />
<br />
Greatly appreciated</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>Loved</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237294.html</guid>
		</item>
		<item>
			<title><![CDATA[<TR> takes viewport size in IE6,7.]]></title>
			<link>http://www.daniweb.com/forums/thread237283.html</link>
			<pubDate>Mon, 09 Nov 2009 19:27:11 GMT</pubDate>
			<description><![CDATA[I have a table inside a div with height=100%(viewport). The also table has height=100%(viewport). However, I want one row to have a fixed height while other adjusts to the content. 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>I have a table inside a div with height=100%(viewport). The also table has height=100%(viewport). However, I want one row to have a fixed height while other adjusts to the content.<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;div style=&quot;height:100%;&quot;&gt;<br />
&lt;table style=&quot;height:100%&quot;&gt;<br />
&lt;tr style=&quot;height:10px;&quot;&gt;&lt;td&gt;Header&lt;/td&gt;&lt;/tr&gt;<br />
&lt;tr style=&quot;height:100%;&quot;&gt;&lt;td&gt;Header&lt;/td&gt;&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;</pre><br />
The problem is that the second tr also takes viewport (100%) size. Thus I have a table that has a height of is 10px + viewport size. This is not what I want. Internet explorer seems to screw this up for some unknown reason. How do I make so that this work in internet explorer.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Dat0</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237283.html</guid>
		</item>
		<item>
			<title>Starting Web Development</title>
			<link>http://www.daniweb.com/forums/thread237270.html</link>
			<pubDate>Mon, 09 Nov 2009 17:35:52 GMT</pubDate>
			<description><![CDATA[Hi everyone, 
 
I'm looking to start prodding around into the world of web development, and I have some minor experience, but I'm not sure what the preferred tools of choice are. I can make basic sites using Microsoft Expression Web Developer, as well as Visual Studio's accommodated ASP.NET. I've...]]></description>
			<content:encoded><![CDATA[<div>Hi everyone,<br />
<br />
I'm looking to start prodding around into the world of web development, and I have some minor experience, but I'm not sure what the preferred tools of choice are. I can make basic sites using Microsoft Expression Web Developer, as well as Visual Studio's accommodated ASP.NET. I've found that it's hard to create visually appealing objects using ASP.NET because it's more intended to create web applications and logic in my opinnion. I'm looking to start making visually stunning sites that gives users an optimum experience. So my question is, what are the recommended tools for utilizing what I want?<br />
<br />
<br />
Regards-</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>papanyquiL</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237270.html</guid>
		</item>
		<item>
			<title>Please give feedback on our website</title>
			<link>http://www.daniweb.com/forums/thread237174.html</link>
			<pubDate>Mon, 09 Nov 2009 09:19:42 GMT</pubDate>
			<description>Goodmorning to you all 
 
I would like to use this thread to ask you for your opinion of our website www.nltracks.nl. (http://www.nltracks.nl). 
 
I am specially interested in: 
- Do you think the design of the content components is logical to you 
- If you click around, do you know where you are...</description>
			<content:encoded><![CDATA[<div>Goodmorning to you all<br />
<br />
I would like to use this thread to ask you for your opinion of our website <a rel="nofollow" class="t" href="http://www.nltracks.nl" target="_blank">www.nltracks.nl.</a>.<br />
<br />
I am specially interested in:<br />
- Do you think the design of the content components is logical to you<br />
- If you click around, do you know where you are (on the site :))<br />
- Do you see any improvements in the site navigation?<br />
<br />
If you have any additional remarks, questions, brilliant ideas, please let me know!<br />
<br />
If you also could mention your browse type and screen resolution, that would be great.<br />
<br />
Many thanks for your help!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>stevenlips</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237174.html</guid>
		</item>
		<item>
			<title>replacing dynamic navbar text using XML</title>
			<link>http://www.daniweb.com/forums/thread237078.html</link>
			<pubDate>Sun, 08 Nov 2009 23:37:52 GMT</pubDate>
			<description><![CDATA[hello i have started learning action script and ive been trying to create a dynamic nav bar. 
the xml i have is 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680"...]]></description>
			<content:encoded><![CDATA[<div>hello i have started learning action script and ive been trying to create a dynamic nav bar.<br />
the xml i have is<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;home&gt;<br />
<br />
&lt;navLinks&gt;<br />
&lt;links&gt;DESIGNER IN FOCUS&lt;/links&gt;<br />
&lt;links&gt;EMERGING TALENT&lt;/links&gt;<br />
&lt;links&gt;FASHION MENTOR&lt;/links&gt;<br />
&lt;links&gt;E-BOUTIQUE&lt;/links&gt;<br />
&lt;links&gt;FASHION JOBS&lt;/links&gt;<br />
&lt;/navLinks&gt;</pre><br />
and i have found that<br />
<br />
 <pre style="margin:20px; line-height:13px">mainNavCont_mc.link01.linkTxt.text = &quot;text in here&quot;;</pre><br />
works to replace one dynamic text (link01) on my stage, but i need to make it loop through and replace each of my links with xml<br />
<br />
this is what i have so far<br />
<br />
 <pre style="margin:20px; line-height:13px">var fashionDataXML:XML;<br />
var xmlLoader = new URLLoader;<br />
<br />
trace(&quot;this runs&quot;);<br />
<br />
xmlLoader.load(new URLRequest(&quot;fashionData.xml&quot;));<br />
xmlLoader.addEventListener(Event.COMPLETE, xmlLoaded);<br />
<br />
function xmlLoaded(evt:Event):void{<br />
&nbsp; &nbsp; &nbsp; &nbsp; if ((evt.target as URLLoader) != null){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fashionDataXML = new XML(xmlLoader.data);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; fashionDataXML.ignoreWhitespace = true;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }//if<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; createMenu();<br />
&nbsp; &nbsp; &nbsp; &nbsp; }//function xmlLoaded<br />
function createMenu ():void {<br />
&nbsp; &nbsp; &nbsp; &nbsp; var i:uint = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; trace(&quot;creatMenu&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp; var links = fashionDataXML.home.navLinks.links;<br />
&nbsp; &nbsp; &nbsp; &nbsp; trace(links.length());<br />
&nbsp; &nbsp; &nbsp; &nbsp; trace(&quot;length traced&quot;);<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; for ( var q=0;q&lt;links.length();q++ ) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</pre><br />
this all works so far - <br />
as i understand the xml data is placed as text into fashionDataXML and the createMenu function has &lt;links&gt; tag targeted in my XML. <br />
the q in the last for loop hits all 5 links as 0 1 2 3 4.<br />
<br />
So im now stuck trying to think of what to do next to get each dynamic text from the xml placed into each link - link01 link02 link03 link04 and link05<br />
<br />
i hope i have explained things well. thank you</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>Oceanblue</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237078.html</guid>
		</item>
		<item>
			<title><![CDATA['pure css menu' hover problems with explorer]]></title>
			<link>http://www.daniweb.com/forums/thread237000.html</link>
			<pubDate>Sun, 08 Nov 2009 15:47:21 GMT</pubDate>
			<description><![CDATA[Guys, 
 
Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I  submitted.  
 
Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I can't seem to find a clear...]]></description>
			<content:encoded><![CDATA[<div>Guys,<br />
<br />
Finished a kick ass assignment, checked it on all available browsers on my mac, all good, so I  submitted. <br />
<br />
Then I was over my misses mate's house and looked at it on windows and there are menu hover issues in Explorer. I have been looking and looking but I can't seem to find a clear fix.<br />
<br />
Anyone know non-javascript way to fix this?<br />
<br />
Here is the html and css snippets - <br />
 <pre style="margin:20px; line-height:13px"><br />
<br />
&nbsp; &nbsp; &lt;div id=&quot;nav&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;first&quot;&gt;&lt;a href=&quot;index.html&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/aboutus.html&quot;&gt;About Us&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/psychology.html&quot;&gt;Psychology&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/new_to_gym.html&quot;&gt;New to Gym?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/committed.html&quot;&gt;Are you Committed?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/fad.html&quot;&gt;Just a Fad?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/scared.html&quot;&gt;But the gym seems a bit scary!&lt;/a&gt;&lt;/li&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/faqs.html&quot;&gt;FAQ's&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/muscle_to_fat.html&quot;&gt;Muscle turning to Fat?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/big.html&quot;&gt;I don't want to be big!&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/crunches.html&quot;&gt;Crunches for Abs?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/weights.html&quot;&gt;Why weights?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/programming.html&quot;&gt;Programming&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/contraction_basics.html&quot;&gt;Contraction Basics&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/program_basics.html&quot;&gt;Program Basics&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/how_to_progress.html&quot;&gt;How to make progress&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/links.html&quot;&gt;Links for Advanced Trainees&lt;/a&gt;&lt;/li&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;trainer/contact.html&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/div&gt; &lt;!-- end #nav --&gt;<br />
<br />
*{ margin:0px; padding: 0px; }<br />
<br />
#nav {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: arial, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 798px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:31px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#92a7b9;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 1px solid #f2f2f2; /*top white border here*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-top: 1px solid #f2f2f2; /*bottom white border here*/<br />
}<br />
<br />
#nav ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type: none;<br />
}<br />
<br />
#nav ul li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
}<br />
<br />
#nav ul li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:8px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 117px;<br />
}<br />
<br />
#nav ul li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000;<br />
}<br />
<br />
#nav ul li ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: none;<br />
}<br />
<br />
#nav ul li:hover ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000;<br />
}/* drop down menu options */<br />
<br />
#nav ul li:hover ul li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 117px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 1px solid #f2f2f2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right: 1px solid #f2f2f2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left: 1px solid #f2f2f2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
#nav ul li:hover ul li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#92a7b9;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000;<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>nateuni</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread237000.html</guid>
		</item>
		<item>
			<title>HTML/JavaScript shopping cart help</title>
			<link>http://www.daniweb.com/forums/thread236992.html</link>
			<pubDate>Sun, 08 Nov 2009 14:51:17 GMT</pubDate>
			<description><![CDATA[Hello, I'm new to the DaniWeb community and I am in need of some serious help.  I am taking a web design class, but the teacher I currently have now has no idea what he is doing; he is an Info Tech teacher, but we have two classes at the same time. 
 
I have to create a shopping cart for my class,...]]></description>
			<content:encoded><![CDATA[<div>Hello, I'm new to the DaniWeb community and I am in need of some serious help.  I am taking a web design class, but the teacher I currently have now has no idea what he is doing; he is an Info Tech teacher, but we have two classes at the same time.<br />
<br />
I have to create a shopping cart for my class, and I you can tell, I have no idea how to create a shopping cart with HTML and JavaScript.<br />
<br />
I do not have any money to give for anyone's help, but if anyone thinks they might be able to help me create it, I will send them the coding I have at this moment.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Rblalock</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236992.html</guid>
		</item>
		<item>
			<title>how to make a menu like this</title>
			<link>http://www.daniweb.com/forums/thread236951.html</link>
			<pubDate>Sun, 08 Nov 2009 08:48:38 GMT</pubDate>
			<description>HI 
How can I make a menu like this picture ? I have tries some thing but I don’t know how to make the corners like it  ? can any one give me a example like this ?  
 
thanks</description>
			<content:encoded><![CDATA[<div>HI<br />
How can I make a menu like this picture ? I have tries some thing but I don’t know how to make the corners like it  ? can any one give me a example like this ? <br />
<br />
thanks</div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12492&amp;d=1257670110" target="_blank">Untitled-1.jpg</a> (7.9 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>hno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236951.html</guid>
		</item>
		<item>
			<title>problem with fireFox web design extensions</title>
			<link>http://www.daniweb.com/forums/thread236940.html</link>
			<pubDate>Sun, 08 Nov 2009 06:24:15 GMT</pubDate>
			<description>Hi 
i have downloaded firefox extensions that web designers use them like fireftp-1.0.6-fx.xpi , html_validator-0.8.5.8-fx+mz+sm-win.xpi and css_validator-3.0.0-fx.xpi  but I couldn’t install them , it has showed this error that it couldn’t install because of it is not compatible with this version...</description>
			<content:encoded><![CDATA[<div>Hi<br />
i have downloaded firefox extensions that web designers use them like fireftp-1.0.6-fx.xpi , html_validator-0.8.5.8-fx+mz+sm-win.xpi and css_validator-3.0.0-fx.xpi  but I couldn’t install them , it has showed this error that it couldn’t install because of it is not compatible with this version of fire fox . I have installed different versions of firefox like 3.5.2 , 3..5.4 , 3.5.6 .<br />
<br />
how can I install them ?<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>hno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236940.html</guid>
		</item>
		<item>
			<title>CSS Text ttf/eot</title>
			<link>http://www.daniweb.com/forums/thread236930.html</link>
			<pubDate>Sun, 08 Nov 2009 04:53:16 GMT</pubDate>
			<description><![CDATA[I am trying to incorporate an eot/ttf file named "steve.ttf"/"steve.eot" into a CSS, but I am seeing no changes being made.  The font items are located in the same folder as the html document. 
 
Here is the code I am using: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right;...]]></description>
			<content:encoded><![CDATA[<div>I am trying to incorporate an eot/ttf file named &quot;steve.ttf&quot;/&quot;steve.eot&quot; into a CSS, but I am seeing no changes being made.  The font items are located in the same folder as the html document.<br />
<br />
Here is the code I am using:<br />
 <pre style="margin:20px; line-height:13px">@font-face {<br />
&nbsp;font-family: MyCustomFont;<br />
&nbsp;src: url(&quot;steve.eot&quot;);<br />
&nbsp;src: local(&quot;steve.ttf&quot;) format(&quot;truetype&quot;);<br />
}<br />
<br />
p.style1{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: MyCustomFont;<br />
}</pre><br />
and I'm trying to insert it into this:<br />
 <pre style="margin:20px; line-height:13px"><br />
&lt;p class=&quot;style1&quot;&gt;This shoud be My New Font&lt;/p&gt;</pre><br />
Do you see any errors (I'm trying to use firefox and IE)?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>PDB1982</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236930.html</guid>
		</item>
		<item>
			<title>help with css textarea</title>
			<link>http://www.daniweb.com/forums/thread236917.html</link>
			<pubDate>Sun, 08 Nov 2009 03:37:49 GMT</pubDate>
			<description><![CDATA[i have this text area.. 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a...]]></description>
			<content:encoded><![CDATA[<div>i have this text area..<br />
<br />
 <pre style="margin:20px; line-height:13px">textarea name=&quot;reply&quot; id=&quot;reply&quot; cols=&quot;105&quot; rows=&quot;2&quot;&gt;&lt;/textarea&gt;</pre><br />
in firefox the textarea is larger and in IE the text area is shorter.  How do i have the same size text area in both browsers?  Can i have an example?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>MDanz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236917.html</guid>
		</item>
		<item>
			<title>Which way is better?</title>
			<link>http://www.daniweb.com/forums/thread236814.html</link>
			<pubDate>Sat, 07 Nov 2009 16:01:29 GMT</pubDate>
			<description><![CDATA[The task is to create links: 
 
[IMG]http://i063.radikal.ru/0911/05/84280713bc76.png[/IMG] (http://www.radikal.ru) 
It can be done using HTML only. Something like this: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>The task is to create links:<br />
<br />
<a rel="nofollow" class="t" href="http://www.radikal.ru" target="_blank"><a href="http://i063.radikal.ru/0911/05/84280713bc76.png" target="_blank">http://i063.radikal.ru/0911/05/84280713bc76.png</a></a><br />
It can be done using HTML only. Something like this:<br />
 <pre style="margin:20px; line-height:13px">&lt;a href=&quot;#&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;images/img10.gif&quot; width=&quot;9&quot; height=&quot;11&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Read More&lt;/a&gt;bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;<br />
&nbsp;&lt;a href=&quot;#&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;images/img11.gif&quot; width=&quot;13&quot; height=&quot;12&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Comments (33)&lt;/a&gt;</pre>But it also can be done using CSS. For that you have to create classes, write a bit more. Which way is preferable? And in the case of using CSS what is better to use an image as a background or just as an image?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Alexancho</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236814.html</guid>
		</item>
		<item>
			<title>google on firefox address bar</title>
			<link>http://www.daniweb.com/forums/thread236806.html</link>
			<pubDate>Sat, 07 Nov 2009 15:34:07 GMT</pubDate>
			<description>hello, 
Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com? 
 
thanks in advance.</description>
			<content:encoded><![CDATA[<div>hello,<br />
Can someone tell me how to put favicon and site name on the address bar with colored background on firefox like google.com?<br />
<br />
thanks in advance.</div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12478&amp;d=1257608021" target="_blank">add_bar.jpg</a> (26.2 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>tk sailo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236806.html</guid>
		</item>
		<item>
			<title>Code required, please help</title>
			<link>http://www.daniweb.com/forums/thread236715.html</link>
			<pubDate>Sat, 07 Nov 2009 05:51:42 GMT</pubDate>
			<description><![CDATA[Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ? 
 
OR any help will be welcome.. 
I am new to this forum thats why I am not posting any links.... 
thanks at-least for reading this, have a terrific day(or night)...]]></description>
			<content:encoded><![CDATA[<div>Hello, there is a site out there known as 'getref', I want to have a site like that, can anyone help me getting HTML code for that ?<br />
<br />
OR any help will be welcome..<br />
I am new to this forum thats why I am not posting any links....<br />
thanks at-least for reading this, have a terrific day(or night) ahead...</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>galaji</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236715.html</guid>
		</item>
		<item>
			<title>Different Monitor resolutions changing layout! Help</title>
			<link>http://www.daniweb.com/forums/thread236666.html</link>
			<pubDate>Fri, 06 Nov 2009 23:55:48 GMT</pubDate>
			<description><![CDATA[I'm trying to launch my website <a href="http://www.ryankreeps.com">http://www.ryankreeps.com</a> 
 
It looks fine on my macbook, but when I open it on a computer with a different resolution it looks terrible.  Everything is out of place. 
 
This is based off a wordpress template that I've...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to launch my website &lt;a href=&quot;http://www.ryankreeps.com&quot;&gt;http://www.ryankreeps.com&lt;/a&gt;<br />
<br />
It looks fine on my macbook, but when I open it on a computer with a different resolution it looks terrible.  Everything is out of place.<br />
<br />
This is based off a wordpress template that I've customized a bit.  This is my first website and I'm pretty much clueless.  I know it has something to do with using absolute, relative, or float positioning.  Can anyone take a look and give me some hints what is wrong?!<br />
<br />
-Ryan</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ryankreeps</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236666.html</guid>
		</item>
		<item>
			<title>can you explain ie7? (fixed position, width 100%)</title>
			<link>http://www.daniweb.com/forums/thread236631.html</link>
			<pubDate>Fri, 06 Nov 2009 20:04:45 GMT</pubDate>
			<description><![CDATA[I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one. 
 
My goal was to have a fixed position div across the top of my website. It would have a...]]></description>
			<content:encoded><![CDATA[<div>I just spent several hours trying to figure out how to fix my websites appearance in ie7. I've found a solution, but I have no clue why it actually worked. I'm looking for an explanation if anyone has one.<br />
<br />
My goal was to have a fixed position div across the top of my website. It would have a solid image centered in it that was the width of the content not the screen. When you scroll the page the text should go underneath the bar. I also wanted the bar centered within the width of the screen (since my site is also centered). That way, if the screen was resized the bar would still be centered over the content.<br />
<br />
I tried several css methods to achieve this. What I tried worked in EVERY other browser, but not IE7 (don't ask about IE6, I don't develop for it anymore). Here's what I had:<br />
 <pre style="margin:20px; line-height:13px">#upperBarWrap {<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:fixed;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100%;<br />
}<br />
#upperBar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:1200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:38px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0px auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(images/layout/upperBar1.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-position:top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
}</pre><br />
Ie7 didn't know how to handle 100% width. my bar was always ~200 pixels to the right of where it should have been. With everything I tried the bar didn't budge from its off-center position. I finally decided I just needed to effect it somehow. What finally worked was adding a width that only 1e7 could read:<br />
<br />
 <pre style="margin:20px; line-height:13px">#upperBarWrap {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:fixed;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; *width:1220px;<br />
}</pre>Note that 1220px is the size of the content container div.<br />
<br />
This solution really doesn't make any sense to me. Can anyone help me understand why this worked?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>alipica</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236631.html</guid>
		</item>
		<item>
			<title>Positoning logo inline with H1 and H2</title>
			<link>http://www.daniweb.com/forums/thread236590.html</link>
			<pubDate>Fri, 06 Nov 2009 15:37:41 GMT</pubDate>
			<description><![CDATA[HTML: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div>HTML:<br />
 <pre style="margin:20px; line-height:13px">&lt;div id=&quot;header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h1&gt;Derby County Football Club&lt;/h1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h2&gt;Index Page&lt;/h2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img class=&quot;logo&quot; src=&quot;image/dcfc_logo.jpg&quot; alt=&quot;DCFC Logo&quot; width=&quot;120&quot; height=&quot;120&quot; /&gt; <br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;</pre>CSS:<br />
 <pre style="margin:20px; line-height:13px">#header{<br />
position: relative;<br />
&nbsp; text-align: right;<br />
&nbsp; border: 1px solid #000;<br />
&nbsp; background: #FFFFFF;<br />
&nbsp; margin: 5px;<br />
&nbsp; padding: 3px;<br />
}<br />
.logo{<br />
<br />
}</pre><br />
What i want is to display the H1 and H2 on the right, and have the logo on the left all in line with each other. any suggestions?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>tiffinlar</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236590.html</guid>
		</item>
		<item>
			<title>Adding Author in Blogger?</title>
			<link>http://www.daniweb.com/forums/thread236514.html</link>
			<pubDate>Fri, 06 Nov 2009 08:32:28 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I have a blog hosted by blogger. But there is no "Posted By" in the posts. Does anybody know to add this? I have tried using the widgets feature to check "Posted by" but it still doesn't show.]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I have a blog hosted by blogger. But there is no &quot;Posted By&quot; in the posts. Does anybody know to add this? I have tried using the widgets feature to check &quot;Posted by&quot; but it still doesn't show.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Doctor Inferno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236514.html</guid>
		</item>
		<item>
			<title>Shadow</title>
			<link>http://www.daniweb.com/forums/thread236482.html</link>
			<pubDate>Fri, 06 Nov 2009 05:14:28 GMT</pubDate>
			<description><![CDATA[how to give shadow in dreamweaver to textfield area? 
 
this is my code nd i want to give inner shadow for this 
 
<label> 
      <input name="textfield" type="text" size="25" maxlength="25" width="300px" /> 
      </label>]]></description>
			<content:encoded><![CDATA[<div>how to give shadow in dreamweaver to textfield area?<br />
<br />
this is my code nd i want to give inner shadow for this<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;label&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;input name=&quot;textfield&quot; type=&quot;text&quot; size=&quot;25&quot; maxlength=&quot;25&quot; width=&quot;300px&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/label&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>prachipote</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236482.html</guid>
		</item>
		<item>
			<title><![CDATA[valign='middle' not working!!]]></title>
			<link>http://www.daniweb.com/forums/thread236431.html</link>
			<pubDate>Fri, 06 Nov 2009 00:28:29 GMT</pubDate>
			<description><![CDATA[i have a variable which is an image 
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a>...]]></description>
			<content:encoded><![CDATA[<div>i have a variable which is an image<br />
<br />
 <pre style="margin:20px; line-height:13px">$image = &quot;&lt;img src='$imagelocation' width='50px' height='50px'&gt;&quot;;</pre><br />
i want it to be in the center of the td but it doesn't center vertically, it stays at the top, i did this<br />
<br />
 <pre style="margin:20px; line-height:13px">echo &quot;&lt;td valign='middle'&gt;&lt;div class='rollover' align='center'&gt;<br />
<br />
&lt;a href=\&quot;imageview.php?id=$number\&quot; onmouseover=\&quot;ChgText($keyword)\&quot;&gt;$image&lt;/a&gt;&nbsp; <br />
<br />
&lt;/div&gt;<br />
&lt;/td&gt;&quot;;</pre><br />
any ideas?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>MDanz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236431.html</guid>
		</item>
		<item>
			<title>Why font-size is affecting the gap between divs in this example?</title>
			<link>http://www.daniweb.com/forums/thread236390.html</link>
			<pubDate>Thu, 05 Nov 2009 21:39:28 GMT</pubDate>
			<description><![CDATA[As you can see in this test, if you change the font-size in the body section to 0px, it's the only way to bring the divs containing the images together. Could anyone see a solution to this? I can't set the fonts to 0px in the website, and can't understand why is this happening.  
 
I'm testing with...]]></description>
			<content:encoded><![CDATA[<div>As you can see in this test, if you change the font-size in the body section to 0px, it's the only way to bring the divs containing the images together. Could anyone see a solution to this? I can't set the fonts to 0px in the website, and can't understand why is this happening. <br />
<br />
I'm testing with Firefox but same is happening in Safari. Haven't tried IE, but it's not really important because I will be using the web only in FF and Safari.<br />
<br />
<a rel="nofollow" class="t" href="http://localhost/america/editora/test.html" target="_blank">http://localhost/america/editora/test.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Altairzq</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236390.html</guid>
		</item>
		<item>
			<title>How to make uncompressed .pdf downloadable</title>
			<link>http://www.daniweb.com/forums/thread236354.html</link>
			<pubDate>Thu, 05 Nov 2009 19:26:26 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I did a search on web but couldn't really find anything, well anything explained in detail at least ..  
 
How can I make .pdf file downloadable insted of it opening in web browser? 
 
I know that I can rar it , bu I really want to make it downloadable unrared .]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I did a search on web but couldn't really find anything, well anything explained in detail at least .. <br />
<br />
How can I make .pdf file downloadable insted of it opening in web browser?<br />
<br />
I know that I can rar it , bu I really want to make it downloadable unrared .</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>wonderland</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236354.html</guid>
		</item>
		<item>
			<title>Iframes problem</title>
			<link>http://www.daniweb.com/forums/thread236313.html</link>
			<pubDate>Thu, 05 Nov 2009 16:15:04 GMT</pubDate>
			<description>Hi there, 
 
I got the following problem with my code (which its just an extract): 
1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half or less of the content of the...</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
<br />
I got the following problem with my code (which its just an extract):<br />
1. When it loads on Firefox it looks just like I want it to look, everything ordered and in its place, BUT when I visualize the same code on Internet Explorer it shows about half or less of the content of the iframe, and the left columns just appear at a random height...<br />
2. This is a minor thing, but it bothers me a little bit. The border of the tables looks oddly different on internet explorer...<br />
<br />
Sso my questions are: How can I fix this? I'm I missing something? What should I change?<br />
I don't want to force all my visitors to download firefox to be able to see my page as I want them to see it...<br />
<br />
 <pre style="margin:20px; line-height:13px"><br />
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Inicio&lt;/title&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;SCRIPT language=&quot;JavaScript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;!--<br />
<br />
&nbsp; &nbsp; &nbsp;  function changePage(filePath){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  document.location=filePath;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; //--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/SCRIPT&gt;<br />
&lt;/head&gt;<br />
<br />
<br />
&lt;body&gt;<br />
<br />
&lt;table&nbsp; border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;border-width: 4px; border-style:solid; border-color: blue;&quot;&gt;<br />
<br />
&lt;!-- Zero row --&gt;<br />
&lt;tr&gt;<br />
&lt;td width=&quot;200&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table&nbsp; border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&nbsp; style=&quot;border-width: 7px; border-style:ridge; border-color: green;&quot;&gt;&lt;tr&gt;&lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.cavpollos.webs.com&quot;&gt;&lt;img src=&quot;http://cavpollos.webs.com/Imagenes/HexaCAV200x200%28lowWeigth%29.GIF&quot;; border=&quot;0&quot;; alt=&quot;Go To CAVPOLLOS Comics!!!&quot;&nbsp; /&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/td&gt;<br />
<br />
&lt;td width=&quot;740&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;http://cavpollos.webs.com/Imagenes/cavpollosHeader2conPoios(low).GIF&quot;; style=&quot;float: center&quot;; border=&quot;0&quot;; alt=&quot;CAVPOLLOS Titulo Inicio!&quot;&nbsp; /&gt;&lt;br /&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!-- end Zero row --&gt;<br />
<br />
&lt;!-- first row --&gt;<br />
&lt;tr valign=&quot;top&quot; height=100%&gt;<br />
<br />
&lt;!-- side links --&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp;  <span style="font-weight:bold">&lt;iframe name=&quot;cuadrosLinks&quot; src=&quot;http://cavpollos.webs.com/iFramePages/cuadrosLinks.htm&quot; height=&quot;516&quot; width=&quot;216&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; vspace=&quot;0&quot; hspace=&quot;0&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;Sorry, your browser doesn't support iframes.&lt;/iframe&gt;</span>&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table border=&quot;2&quot;; cellspacing=&quot;1&quot;; cellpadding=&quot;5&quot;;&nbsp; bgcolor=&quot;White&quot;; style=&quot;border-width: 3px; border-color: black&quot;;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;&lt;td align=&quot;left&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/apps/auth/login?next=&quot;&gt; &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+1&quot; color=&quot;blue&quot;&gt;Log-eate!&lt;/font&gt; &lt;/a&gt; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/apps/auth/signup?next=&quot;&gt; &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+2&quot; color=&quot;red&quot;&gt;Suscribete!&lt;/font&gt; &lt;/a&gt; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
<br />
&lt;/td&gt;<br />
&lt;!-- fin side links --&gt;<br />
<br />
<br />
&lt;!-- Comienzan noticias --&gt;<br />
&lt;td rowspan=&quot;3&quot;&nbsp; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot; &gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;font size=&quot;5&quot;; color=&quot;red&quot;;&gt;Para poder visualizar &lt;u&gt;&lt;b&gt;bien&lt;/b&gt;&lt;/u&gt; esta pagina debes usar&lt;/br&gt;el browser de internet &lt;b&gt;Firefox. &lt;/b&gt;Consiguelo clickeando &lt;a href=&quot;http://download.mozilla.org/?product=firefox-3.5.3&amp;os=win&amp;lang=es-ES&quot;&gt;&lt;b&gt;AQUI&lt;/b&gt;&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;<br />
bla bla bla<br />
<br />
&lt;/td&gt;<br />
&lt;!-- fin noticias --&gt;<br />
<br />
<br />
&lt;/tr&gt;<br />
&lt;!-- end first row --&gt;<br />
<br />
&lt;!-- second row --&gt;<br />
&lt;!--comienza facebook--&gt;<br />
&lt;tr valign=&quot;top&quot; height=100%&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  function fbs_click() <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&amp;t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;http://www.facebook.com/share.php?u=&lt;url&gt;&quot; onclick=&quot;return fbs_click()&quot; target=&quot;_blank&quot; class=&quot;share&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img width=&quot;180&quot; height=&quot;75&quot; src=&quot;http://cavpollos.webs.com/Imagenes/comparteFB%28GIF%29.GIF&quot;; border=&quot;0&quot;; style=&quot;float: left&quot;; alt=&quot;Comparte en Facebook&quot;&nbsp; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (top.location != location) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  top.location.href = document.location.href;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!--fin facebook--&gt;<br />
&lt;!-- end second row --&gt;<br />
<br />
&lt;!-- third row --&gt;<br />
&lt;!--comienzo banners--&gt;<br />
&lt;tr valign=&quot;top&quot; height=0%&gt;<br />
&lt;td width=&quot;200&quot; align=&quot;center&quot; style=&quot;background-color:#00008B; border-width: 4px; border-style: inset; border-color: black;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table&nbsp; width=&quot;180&quot; border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;&nbsp; style=&quot;border-width: 7px; border-style:ridge; border-color: green;&quot;&gt;&lt;tr&gt;&lt;td align=&quot;center&quot; bgcolor=&quot;White&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://www.pageresource.com&quot;&gt;&lt;img src=&quot;http://www.pageresource.com/images/pr88x31_01.gif&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;PageResource.com&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://www.vetealaversh.com&quot;&gt;&lt;img src=&quot;http://www.vetealaversh.com/images/afiliados/valv.gif&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;Vete a la Versh&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://gamegnome120.webs.com/&quot;&gt;&lt;img src=&quot;http://gamegnome120.webs.com//photos/Fan%20Art%20from%20Riley%20M/game%20gnome%20small%20image.bmp&quot; border=&quot;0&quot; target=&quot;_blank&quot; alt=&quot;Game Gnome&quot; /&gt;&lt;/a&gt;&lt;br /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;a href=&quot;http://cavpollos.webs.com/asociate.htm&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;font face=&quot;font-family:'Lucida Casual', 'Comic Sans MS'&quot;; size=&quot;+2&quot; color=&quot;gree&quot;&gt;&lt;center&gt;Asociate&lt;br /&gt;a esta&lt;br /&gt;pagina web!&lt;br /&lt;br /&gt;Tu banner&lt;br /&gt;aqui! =D&lt;/center&gt;&lt;/font&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;!--fin banners--&gt;<br />
&lt;!-- end third row --&gt;<br />
<br />
&lt;/table&gt;<br />
<br />
&lt;br /&gt;<br />
&lt;br /&gt;<br />
CAVPOLLOS.WEBS.COM<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>cavpollo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236313.html</guid>
		</item>
		<item>
			<title>Basic question about positioning, margins and paddings</title>
			<link>http://www.daniweb.com/forums/thread236272.html</link>
			<pubDate>Thu, 05 Nov 2009 13:36:54 GMT</pubDate>
			<description><![CDATA[Hi all 
 
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?) 
 
I have configured the following things for this: (never mind the colors, those ar just for testing purpose.) 
  <div class="codeblock"> <div class="spaced"> <div...]]></description>
			<content:encoded><![CDATA[<div>Hi all<br />
<br />
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?)<br />
<br />
I have configured the following things for this: (never mind the colors, those ar just for testing purpose.)<br />
 <pre style="margin:20px; line-height:13px">body {<br />
margin: 0;<br />
padding: 0;<br />
border: 0;<br />
<br />
background: black;<br />
}<br />
<br />
#header {<br />
background: red;<br />
<br />
height: 80px;<br />
width: 100%;<br />
margin: 0;<br />
padding: 0;<br />
border: 0;<br />
}</pre><br />
But Firefox, IE and Chrome are STILL displaying space between the top of the browser window and the header div. (haven't tested other browsers yet)<br />
<br />
Any help?<br />
Thanks in advance<br />
Greetings, K?!<br />
<br />
Ps: sorry if this question has already been asked.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>K?!</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236272.html</guid>
		</item>
		<item>
			<title>Problem FOOTER</title>
			<link>http://www.daniweb.com/forums/thread236252.html</link>
			<pubDate>Thu, 05 Nov 2009 12:24:06 GMT</pubDate>
			<description>Hey, I am new to this site, and I have some problems with my website footer. It look crapy, not full size. Have any suggestions what it is wrong. Website www.smilez360.com  And Also what do you think about Header?</description>
			<content:encoded><![CDATA[<div>Hey, I am new to this site, and I have some problems with my website footer. It look crapy, not full size. Have any suggestions what it is wrong. Website <a rel="nofollow" class="t" href="http://www.smilez360.com" target="_blank">www.smilez360.com</a>  And Also what do you think about Header?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>jonas999</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236252.html</guid>
		</item>
		<item>
			<title>Google Maps Directions in infowindow</title>
			<link>http://www.daniweb.com/forums/thread236229.html</link>
			<pubDate>Thu, 05 Nov 2009 10:32:25 GMT</pubDate>
			<description>Google Maps Directions in infowindow 
 
Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it. 
 
Thanks in advance for your assistance. 
 
http://www.crucialdesign.net/diningguide/test.html</description>
			<content:encoded><![CDATA[<div>Google Maps Directions in infowindow<br />
<br />
Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to have “Directions: To here - From here” feature in it.<br />
<br />
Thanks in advance for your assistance.<br />
<br />
<a rel="nofollow" class="t" href="http://www.crucialdesign.net/diningguide/test.html" target="_blank">http://www.crucialdesign.net/diningguide/test.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ib4dogz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236229.html</guid>
		</item>
		<item>
			<title>CSS Menu Assistance</title>
			<link>http://www.daniweb.com/forums/thread236083.html</link>
			<pubDate>Wed, 04 Nov 2009 23:29:00 GMT</pubDate>
			<description>Hi Everyone, 
 
Having a few issues with my CSS menus that need resolving. 
 
At present you can see how the menus are rendering by browsing to http://www.pccredibility.com.au/ (http://www.pccredibility.com.au). It seems that they are positioning themselves underneath the right location, where they...</description>
			<content:encoded><![CDATA[<div>Hi Everyone,<br />
<br />
Having a few issues with my CSS menus that need resolving.<br />
<br />
At present you can see how the menus are rendering by browsing to <a rel="nofollow" class="t" href="http://www.pccredibility.com.au" target="_blank">http://www.pccredibility.com.au/</a>. It seems that they are positioning themselves underneath the right location, where they should be dropping down from.<br />
<br />
However, the menu items should drop directly down when the mouse hovers over the menu item.<br />
<br />
Im pretty sure there is a tag i need to reference within my stylesheet but i cannot remember which one. My stylesheet is located at <a rel="nofollow" class="t" href="http://www.pccredibility.com.au/index_files/styles.css" target="_blank">http://www.pccredibility.com.au/index_files/styles.css</a><br />
<br />
Can anyone help?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>firefly-21</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread236083.html</guid>
		</item>
		<item>
			<title>HTML Validation why bother?</title>
			<link>http://www.daniweb.com/forums/thread235748.html</link>
			<pubDate>Tue, 03 Nov 2009 19:51:19 GMT</pubDate>
			<description><![CDATA[Hi 
I am using Expression Web 2 and need to alter an existing website so as to display nicely on what I regard as a standard display size of 1024 x 768. It would have been better to start from scratch but it's a bit late for that now. I have an error "td tag not closed before this body tag closed"....]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
I am using Expression Web 2 and need to alter an existing website so as to display nicely on what I regard as a standard display size of 1024 x 768. It would have been better to start from scratch but it's a bit late for that now. I have an error &quot;td tag not closed before this body tag closed&quot;. I couldn't find any open tags and decided to sumbit the page to the HTML validator. To cut a long story short it didn't accept the Doctype statement throwing 9 errors. <br />
<br />
Just out of curiousity I decided to enter <a rel="nofollow" class="t" href="http://www.microsoft.com" target="_blank">www.microsoft.com</a> into the validator. Is this a record? The validator threw up 296 errors and 31 warnings!<br />
<br />
Microsoft seem to be doing all right so why bother should we bother with the HTML validator?<br />
<br />
Geoff</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ggeoff</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235748.html</guid>
		</item>
		<item>
			<title>Website Tonight</title>
			<link>http://www.daniweb.com/forums/thread235730.html</link>
			<pubDate>Tue, 03 Nov 2009 18:45:53 GMT</pubDate>
			<description><![CDATA[Gen George Payten here! 
 
I've learned a few tricks with Website Tonight, which 
I  think is good stuff, and it's free at Go Daddy, so what 
are you waiting for?]]></description>
			<content:encoded><![CDATA[<div>Gen George Payten here!<br />
<br />
I've learned a few tricks with Website Tonight, which<br />
I  think is good stuff, and it's free at Go Daddy, so what<br />
are you waiting for?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>Gen Payten</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235730.html</guid>
		</item>
		<item>
			<title>Submit button</title>
			<link>http://www.daniweb.com/forums/thread235652.html</link>
			<pubDate>Tue, 03 Nov 2009 13:02:03 GMT</pubDate>
			<description><![CDATA[I've searched the web without any succes to try and solve this newbie question. 
 
I have an submit button that i want to say "Answer", but i want the value to be something else. 
How do I do it? 
 
//AKE]]></description>
			<content:encoded><![CDATA[<div>I've searched the web without any succes to try and solve this newbie question.<br />
<br />
I have an submit button that i want to say &quot;Answer&quot;, but i want the value to be something else.<br />
How do I do it?<br />
<br />
//AKE</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>AKE_daniweb</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235652.html</guid>
		</item>
		<item>
			<title>margin in css</title>
			<link>http://www.daniweb.com/forums/thread235640.html</link>
			<pubDate>Tue, 03 Nov 2009 11:42:05 GMT</pubDate>
			<description>margin-left:auto; 
margin-right:auto;is working in firefox but not working in ie can someone help plz i want to center the page .</description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">margin-left:auto;<br />
margin-right:auto;</pre>is working in firefox but not working in ie can someone help plz i want to center the page .</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>rudz</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235640.html</guid>
		</item>
		<item>
			<title>How to declare the mime type for a html-email?</title>
			<link>http://www.daniweb.com/forums/thread235627.html</link>
			<pubDate>Tue, 03 Nov 2009 11:13:06 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I am trying to create a html-email. I've read that in order to render the html content corectly I have to set the content-type of the mail to text/html but I don't know how. Ho to do all this when writing from a regular email client. I have to declare it in the mail body? Or in the mail...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I am trying to create a html-email. I've read that in order to render the html content corectly I have to set the content-type of the mail to text/html but I don't know how. Ho to do all this when writing from a regular email client. I have to declare it in the mail body? Or in the mail header (if so, how do I do it?)?  I tried with:<br />
 <pre style="margin:20px; line-height:13px">&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot; /&gt;</pre><br />
placed in the body of the mail (with the rest of the html code) but it doesn't work. It displays as plain text (displaying all the html tags).</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>sica07</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235627.html</guid>
		</item>
		<item>
			<title>how convert marquee to CSS effect?</title>
			<link>http://www.daniweb.com/forums/thread235574.html</link>
			<pubDate>Tue, 03 Nov 2009 06:15:55 GMT</pubDate>
			<description>as i read marquee tag is not compatible with XHTML. 
how can i implement it with CSS ?</description>
			<content:encoded><![CDATA[<div>as i read marquee tag is not compatible with XHTML.<br />
how can i implement it with CSS ?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>fumnimda</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235574.html</guid>
		</item>
		<item>
			<title>how create photo gallery in joomla just like in facebook</title>
			<link>http://www.daniweb.com/forums/thread235523.html</link>
			<pubDate>Tue, 03 Nov 2009 02:04:46 GMT</pubDate>
			<description>please provide with clear instructions if possible</description>
			<content:encoded><![CDATA[<div>please provide with clear instructions if possible</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>new_divine</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235523.html</guid>
		</item>
		<item>
			<title>Remove layer data from Fireworks PNG</title>
			<link>http://www.daniweb.com/forums/thread235494.html</link>
			<pubDate>Mon, 02 Nov 2009 22:36:01 GMT</pubDate>
			<description>Hi, 
My friend has designed a website in Fireworks/HTML and has just saved all her images in Fireworks/PNG format. She has about 300 images all designed in Fireworks but they have all been saved in a format where someone can download them and open them in Fireworks and they will be editable (as...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
My friend has designed a website in Fireworks/HTML and has just saved all her images in Fireworks/PNG format. She has about 300 images all designed in Fireworks but they have all been saved in a format where someone can download them and open them in Fireworks and they will be editable (as vectors).<br />
She wanted to know if there is any way to remove all the editable information from the FW images without re-saving them all.<br />
Regards,<br />
Sam Rudge (Oh and Sarah who apologizes for being useless =P)</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>samarudge</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235494.html</guid>
		</item>
		<item>
			<title>Cross browser woes</title>
			<link>http://www.daniweb.com/forums/thread235429.html</link>
			<pubDate>Mon, 02 Nov 2009 18:36:55 GMT</pubDate>
			<description><![CDATA[I can't seem to figure out where my code is going wrong for my page. It appears fine in firefox, but IE things get messed up when you scroll down the page and mouse over the last few pictures. Here is my page: 
 
http://www.landmarkmg.com/rental_communities/index.html]]></description>
			<content:encoded><![CDATA[<div>I can't seem to figure out where my code is going wrong for my page. It appears fine in firefox, but IE things get messed up when you scroll down the page and mouse over the last few pictures. Here is my page:<br />
<br />
<a rel="nofollow" class="t" href="http://www.landmarkmg.com/rental_communities/index.html" target="_blank">http://www.landmarkmg.com/rental_communities/index.html</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>zm15</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235429.html</guid>
		</item>
		<item>
			<title>News Story Firefox 3.6 Beta 1 Available</title>
			<link>http://www.daniweb.com/news/story235390.html</link>
			<pubDate>Mon, 02 Nov 2009 15:26:04 GMT</pubDate>
			<description><![CDATA[Firefox can finally orient itself, at least in terms of iPhones and MacBooks. Mozilla's latest browser, Firefox 3.6 beta 1 (https://developer.mozilla.org/en/Firefox_3.6_for_developers), can now talk to accelerometers such as those in many Apple devices, thanks to orientation event objects...]]></description>
			<content:encoded><![CDATA[<div>Firefox can finally orient itself, at least in terms of iPhones and MacBooks. Mozilla's latest browser, <a rel="nofollow" class="t" href="https://developer.mozilla.org/en/Firefox_3.6_for_developers" target="_blank">Firefox 3.6 beta 1</a>, can now talk to accelerometers such as those in many Apple devices, thanks to <a rel="nofollow" class="t" href="https://developer.mozilla.org/Special:Search?search=accelerometer&amp;type=fulltext&amp;go=Search" target="_blank">orientation event objects</a> introduced in the new Gecko 1.9.2 presentation engine at the browser's core. Also among DOM enhancements are drag-and-drop for file transfer and the ability for Web workers to self-terminate.<br />
<br />
And that's just the beginning. The <a rel="nofollow" class="t" href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">download of Firefox 3.6 beta 1</a> for Linux, Mac OS X and Windows contains thousands of <a rel="nofollow" class="t" href="https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&amp;product=Core&amp;product=Firefox&amp;product=NSPR&amp;product=NSS&amp;product=Toolkit&amp;keywords_type=nowords&amp;keywords=fixed1.9.1,+verified1.9.1&amp;resolution=FIXED&amp;chfieldfrom=2008-12-01&amp;chfieldto=Now&amp;chfield=resolution&amp;chfieldvalue=FIXED" target="_blank">bug fixes</a>, including numerous repairs to CSS image rendering and text alignment.<br />
<br />
There also were significant updates to XUL, and separate pages were created to advise extension and plug-in developers of how to update your work. <a rel="nofollow" class="t" href="https://developer.mozilla.org/en/Updating_plug-ins_for_Firefox_3.6" target="_blank">For plug-in developers</a>, you'll need to know that <span style="font-weight:bold">main () </span>is no longer supported as an entry point. There are also some user interface changes and Mac OS X-specific mods, and with Gecko 1.9.2, the old Code Fragment Manager will be officially phased out. <a rel="nofollow" class="t" href="https://developer.mozilla.org/en/Updating_extensions_for_Firefox_3.6" target="_blank">For extension developers</a>, the add-on package has been modified, and there are UI and HTML 5 compliance improvements to deal with.<br />
<br />
Firefox 3.6 also reportedly supports some aspects of Windows 7, including Aero Peek and taskbar thumbnails (does anyone like these?), but will not support Jump Lists when released later this year.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>EddieC</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235390.html</guid>
		</item>
		<item>
			<title>Is a form the only way you can input data using HTML?</title>
			<link>http://www.daniweb.com/forums/thread235387.html</link>
			<pubDate>Mon, 02 Nov 2009 15:17:53 GMT</pubDate>
			<description>In my searching, I think I know the answer, it seems that any time you want to do input using HTML, it references a form.  
 
Is this also true with buttons?  
 
Does ALL user feed back in HTML require a form? 
 
I am not speaking of Java Script, just HTML.</description>
			<content:encoded><![CDATA[<div>In my searching, I think I know the answer, it seems that any time you want to do input using HTML, it references a form. <br />
<br />
Is this also true with buttons? <br />
<br />
Does ALL user feed back in HTML require a form?<br />
<br />
I am not speaking of Java Script, just HTML.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>fellathedog</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235387.html</guid>
		</item>
		<item>
			<title>Problem with larger image than I want</title>
			<link>http://www.daniweb.com/forums/thread235332.html</link>
			<pubDate>Mon, 02 Nov 2009 12:15:04 GMT</pubDate>
			<description><![CDATA[Hi, 
I want to insert in my home page a weather forecast. 
So I found a site that generates code for weather. 
 
The site is http: // freemeteo . com / default.asp?pid=183&la=1 
 
The problem I have is that the image which is generated is higher than I want. I would prefer 250 *60. 
 
And with divs...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
I want to insert in my home page a weather forecast.<br />
So I found a site that generates code for weather.<br />
<br />
The site is http: // freemeteo . com / default.asp?pid=183&amp;la=1<br />
<br />
The problem I have is that the image which is generated is higher than I want. I would prefer 250 *60.<br />
<br />
And with divs I can't do it.<br />
<br />
Could someone help me?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bufospro</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235332.html</guid>
		</item>
		<item>
			<title>News Story My First Impressions of Google Wave</title>
			<link>http://www.daniweb.com/news/story235180.html</link>
			<pubDate>Sun, 01 Nov 2009 22:54:36 GMT</pubDate>
			<description><![CDATA[A few weeks ago I received a Google Wave invitation from my friend David Knopf (http://www.knopf.com/) (after publicly begging for one in my post Hoping to Surf the Google Wave (http://www.daniweb.com/news/story227584.html)). Since then, I've had a chance to use it and I've seen the good, the bad...]]></description>
			<content:encoded><![CDATA[<div>A few weeks ago I received a Google Wave invitation from my friend <a rel="nofollow" class="t" href="http://www.knopf.com/" target="_blank">David Knopf</a> (after publicly begging for one in my post <a rel="nofollow" class="t" href="http://www.daniweb.com/news/story227584.html" target="_blank">Hoping to Surf the Google Wave</a>). Since then, I've had a chance to use it and I've seen the good, the bad and the ever-present potential of the tool. While it does have tremendous potential, I think some of my initial concerns as outlined in my post <a rel="nofollow" class="t" href="http://www.daniweb.com/news/story220576.html" target="_blank">A Curmudgeonly Look at Google Wave</a>, have proven true.<br />
<br />
<span style="font-weight:bold">The Good</span><br />
<br />
Just the other day, I was invited to be on a panel to discuss Google Wave at the <a rel="nofollow" class="t" href="http://gilbaneboston.com/" target="_blank">Gilbane Conference</a> in Boston on December 3rd. <a rel="nofollow" class="t" href="http://lehawes.wordpress.com/" target="_blank">Larry Hawes</a>, the Gilbane consultant organizing the panel, invited me to participate on Twitter and moved the conversation to a Wave. There, the participants were able to get an idea of the scope of the panel discussion, the logistics and organization of the panel and we were able to exchange bios and pictures for the conference program. We did this quickly and efficiently all inside a Wave.<br />
<br />
As John Blossom, a panel participant who is president of <a rel="nofollow" class="t" href="http://www.shore.com/" target="_blank">Shore Communications, Inc</a> and author of the book <a rel="nofollow" class="t" href="http://www.amazon.com/Content-Nation-Surviving-Thriving-Technology/dp/0470379219" target="_blank">Content Nation</a>, pointed out, we were able to use Wave to do in a few minutes, what would have taken hours and many emails back and forth to achieve with traditional email. It certainly proved the power of Google Wave, but at the same time, it also proved its weaknesses.<br />
<br />
<span style="font-weight:bold">The Bad</span><br />
<br />
As you exchange information back and forth, people reply to blips in the Wave. (Blips are like individual emails or responses). All of the blips are active within a Wave at any given time. The problem is that each blip is its own separate &quot;conversation&quot; and while I might be responding to Blip 1, another respondent might be replying to Blip 2 and a third starting an entirely new blip.<br />
<br />
As you can imagine, it can get confusing trying to keep up with this kind of flow, especially when it happens in real time. As I worried in my Curmudgeonly post, as you get more participants, it makes it all that much more difficult to keep up with the flow of the conversation.<br />
<br />
And the live typing where you can watch as each participant types his/her response in real time only adds to the confusion. I would hope that Google would eventually enable users to turn this off. As I suspected, it can get really annoying and I don't really see much purpose to this feature.<br />
<br />
While the technical folks have taken to this tool as the early &quot;wave&quot; of adopters, I still worry that it's far too complicated for the masses and that people will quickly become confused. While I agree that traditional email is clearly broken, it's not clear that Google Wave in its current state is an adequate replacement for the average user out there.<br />
<br />
<span style="font-weight:bold">The Potential</span><br />
<br />
I still believe the potential is so great, and its greatest strength could lie in its API and the third party developers who building gadgets and plug-ins for Google Wave. I also think that that the idea that you can use Wave in web sites and blogs independent of the client itself has tremendous potential. Google Wave provides a two-way communications platform, the likes of which we haven't seen to this point.<br />
<br />
But for now, Google Wave is clearly a work in progress. Some people like John Blossom have done some very creative things with Wave, using it as a living, breathing publication with an on-going live discussions with his readers. But it's clear that people are still trying to define what it is and what it's best suited to do, and it's still very early, too early to making any definitive judgments about it.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>Techwriter10</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235180.html</guid>
		</item>
		<item>
			<title>problem with loading my site</title>
			<link>http://www.daniweb.com/forums/thread235161.html</link>
			<pubDate>Sun, 01 Nov 2009 20:27:18 GMT</pubDate>
			<description><![CDATA[HI 
i have a problem with loading my site with ie6 . but it doesn't have noproblem with ie7 , opera, mozila and other browser except ie6 . it is not english , i wrote it with joomla and php ,  
 
can you see bazare-iran.com and tell me what is the problem with it ? 
 
 
Thanks]]></description>
			<content:encoded><![CDATA[<div>HI<br />
i have a problem with loading my site with ie6 . but it doesn't have noproblem with ie7 , opera, mozila and other browser except ie6 . it is not english , i wrote it with joomla and php , <br />
<br />
can you see bazare-iran.com and tell me what is the problem with it ?<br />
<br />
<br />
Thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>hno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235161.html</guid>
		</item>
		<item>
			<title><![CDATA[Rounded Points - What's the technique?]]></title>
			<link>http://www.daniweb.com/forums/thread235156.html</link>
			<pubDate>Sun, 01 Nov 2009 20:02:31 GMT</pubDate>
			<description><![CDATA[I need to make <div> </div> to have rounded corner. 
I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS? 
 
Look at this site with rounded corners 
http://www.mtibwasugar.com/pages/index.php 
 
I don't want to use CMS...]]></description>
			<content:encoded><![CDATA[<div>I need to make &lt;div&gt; &lt;/div&gt; to have rounded corner.<br />
I wonder what other technique than putting rounded image at corner can be used to make them round. Is it Javascript or what? CSS?<br />
<br />
Look at this site with rounded corners<br />
<a rel="nofollow" class="t" href="http://www.mtibwasugar.com/pages/index.php" target="_blank">http://www.mtibwasugar.com/pages/index.php</a><br />
<br />
I don't want to use CMS like joomla or whatever</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>evstevemd</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235156.html</guid>
		</item>
		<item>
			<title>need help with making a onine game web site</title>
			<link>http://www.daniweb.com/forums/thread235128.html</link>
			<pubDate>Sun, 01 Nov 2009 17:06:13 GMT</pubDate>
			<description>Hi 
I want to make a online game web site . i want to klnow , what do i need for now ? should i install any script ?  
 
please give me some information about it 
 
thanks</description>
			<content:encoded><![CDATA[<div>Hi<br />
I want to make a online game web site . i want to klnow , what do i need for now ? should i install any script ? <br />
<br />
please give me some information about it<br />
<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>hno</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235128.html</guid>
		</item>
		<item>
			<title><![CDATA[Site shows up 'wrong' in IE; fine in Firefox,Opera]]></title>
			<link>http://www.daniweb.com/forums/thread235010.html</link>
			<pubDate>Sun, 01 Nov 2009 03:26:11 GMT</pubDate>
			<description><![CDATA[Hi folks. I'm Jeff, long time lurker, but now I need help I can't figure it out for the life of me. I can get everything else to look just fine, but the 'body' part of the site(right pane) shows up UNDERneath everything in IE. For example http://www.sparkleaning.com/commercial/ 
 
Thanks for any...]]></description>
			<content:encoded><![CDATA[<div>Hi folks. I'm Jeff, long time lurker, but now I need help I can't figure it out for the life of me. I can get everything else to look just fine, but the 'body' part of the site(right pane) shows up UNDERneath everything in IE. For example <a rel="nofollow" class="t" href="http://www.sparkleaning.com/commercial/" target="_blank">http://www.sparkleaning.com/commercial/</a><br />
<br />
Thanks for any help!!<br />
<br />
<br />
<br />
Here's the HTML for the page: <br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
<br />
<br />
<br />
<br />
&lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Sparkleaning - Bucks County Residential Cleaning. Also Serving Philadelphia and New Jersey&lt;/title&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;link href=&quot;http://www.sparkleaning.com/commercial/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;meta name=&quot;verify-v1&quot; content=&quot;j9lwZWNxr+cAwGg4cB/TXREd0J9kq6jXLTRn1dInrxY=&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type=&quot;text/Javascript&quot; src=&quot;curvycorners.js&quot;&gt;&lt;/script&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot; src=&quot;mootools.js&quot;&gt;&lt;/script&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;script type=&quot;text/javascript&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; window.addEvent('domready', function(){<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $('myForm').addEvent('submit', function(e) {<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; new Event(e).stop();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var log = $('log_res').empty().addClass('ajax-loading');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this.send({<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; update: log,<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; onComplete: function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; log.removeClass('ajax-loading');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/script&gt;<br />
<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&quot;container&quot;&gt;<br />
<br />
&lt;div id=&quot;topBar&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;http://www.sparkleaning.com/images/topBar.gif&quot; width=&quot;752px&quot; height=&quot;42px&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;heading&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;topBanner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;http://www.sparkleaning.com/images/headbg.jpg&quot; width=&quot;750px&quot; height=&quot;71px&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;belly&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;leftPane&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;leftPaneParagraph&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- PICTURE GOES IN HERE <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;leftPanePicturePane&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contact us today for a free estimate or to schedule an appointment!<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;form_box&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;form id=&quot;myForm&quot; action=&quot;send.php&quot; method=&quot;get&quot; name=&quot;myForm&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;nobr&gt;&lt;label for=&quot;name&quot;&gt;First Name:&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;first_name&quot; id=&quot;name&quot; value=&quot;&quot; /&gt;&lt;/nobr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;nobr&gt;&lt;label for=&quot;lname&quot;&gt;Last Name:&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;lname&quot; id=&quot;lname&quot; value=&quot;&quot; /&gt;&lt;/nobr&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;email&quot;&gt;&lt;nobr&gt;E-mail:&lt;/nobr&gt;&lt;/label&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;e_mail&quot; id=&quot;email&quot; value=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;nobr&gt;&lt;label for=&quot;phone&quot;&gt;Phone:&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&quot; id=&quot;phone&quot; value=&quot;&quot; /&gt;&lt;/nobr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;nobr&gt;&lt;label for=&quot;address&quot;&gt;Address:&lt;/label&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;address&quot; id=&quot;address&quot; value=&quot;&quot; /&gt;&lt;/nobr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;city&quot;&gt;&lt;nobr&gt;City:&amp;nbsp;&lt;/nobr&gt;&lt;/label&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;city&quot; id=&quot;city&quot; value=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;state&quot;&gt;State:&amp;nbsp;&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;select name=&quot;State&quot; id=&quot;state&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;&quot;&gt;State:&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Alabama&quot;&gt;Alabama&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Alaska&quot;&gt;Alaska&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Arizona&quot;&gt;Arizona&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Arkansas&quot;&gt;Arkansas&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;California&quot;&gt;California&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Colorado&quot;&gt;Colorado&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Connecticut&quot;&gt;Connecticut&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Delaware&quot;&gt;Delaware&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;District of Columbia&quot;&gt;District of Columbia&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Florida&quot;&gt;Florida&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Georgia&quot;&gt;Georgia&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Hawaii&quot;&gt;Hawaii&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Idaho&quot;&gt;Idaho&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Illinois&quot;&gt;Illinois&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Indiana&quot;&gt;Indiana&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Iowa&quot;&gt;Iowa&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Kansas&quot;&gt;Kansas&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Kentucky&quot;&gt;Kentucky&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Louisiana&quot;&gt;Louisiana&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Maine&quot;&gt;Maine&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Maryland&quot;&gt;Maryland&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Massachusetts&quot;&gt;Massachusetts&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Michigan&quot;&gt;Michigan&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Minnesota&quot;&gt;Minnesota&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Mississippi&quot;&gt;Mississippi&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Missouri&quot;&gt;Missouri&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Montana&quot;&gt;Montana&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Nebraska&quot;&gt;Nebraska&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Nevada&quot;&gt;Nevada&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;New Hampshire&quot;&gt;New Hampshire&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;New Jersey&quot;&gt;New Jersey&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;New Mexico&quot;&gt;New Mexico&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;New York&quot;&gt;New York&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;North Carolina&quot;&gt;North Carolina&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;North Dakota&quot;&gt;North Dakota&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Ohio&quot;&gt;Ohio&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Oklahoma&quot;&gt;Oklahoma&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Oregon&quot;&gt;Oregon&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Pennsylvania&quot;&gt;Pennsylvania&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Rhode Island&quot;&gt;Rhode Island&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;South Carolina&quot;&gt;South Carolina&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;South Dakota&quot;&gt;South Dakota&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Tennessee&quot;&gt;Tennessee&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Texas&quot;&gt;Texas&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Utah&quot;&gt;Utah&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Vermont&quot;&gt;Vermont&lt;/option&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Virginia&quot;&gt;Virginia&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Washington&quot;&gt;Washington&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;West Virginia&quot;&gt;West Virginia&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Wisconsin&quot;&gt;Wisconsin&lt;/option&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;option value=&quot;Wyoming&quot;&gt;Wyoming&lt;/option&gt;<br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/select&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;zip&quot;&gt;&lt;nobr&gt;Zip Code:&lt;/nobr&gt;&lt;/label&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;text&quot; name=&quot;zip&quot; id=&quot;zip&quot; value=&quot;&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;br /&gt;<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;label for=&quot;message&quot;&gt;Message:&lt;/label&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;textarea name=&quot;message&quot; id=&quot;message&quot; style=&quot;overflow: auto;&quot;&gt;&lt;/textarea&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;hr&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- spanner --&gt;<br />
&lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;input type=&quot;submit&quot; name=&quot;button&quot; value=&quot;Submit&quot; id=&quot;submitter&quot; class=&quot;button&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;rightPane&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;divNav&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul id=&quot;nav&quot;&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li id=&quot;navTab1&quot; class=&quot;&quot;&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/index.php&quot;&gt;&lt;span&gt;About Us&lt;/span&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/mission.php&quot;&gt;Our Mission&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/history.php&quot;&gt;Our History&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/goals.php&quot;&gt;Our Goals&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/service.php&quot;&gt;Areas of Service&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li id=&quot;navTab2&quot; class=&quot;&quot;&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/mission.php&quot;&gt;&lt;span&gt;Mission&lt;/span&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/janitorial.php&quot;&gt;Janitorial Cleaning&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/carpet_floor.php&quot;&gt;Carpet and Floor Care&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/specialty.php&quot;&gt;Specialty&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/healthcare.php&quot;&gt;Healthcare&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/education.php&quot;&gt;Education Cleaning&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/green.php&quot;&gt;Green Cleaning&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li id=&quot;navTab3&quot; class=&quot;currentPage&quot;&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/services/index.php&quot;&gt;&lt;span&gt;Services&lt;/span&gt;&lt;/a&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/packages/basic_cleaning.php&quot;&gt;Basic Cleaning&amp;nbsp;&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/packages/deep_cleaning.php&quot;&gt;Deep Cleaning&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/packages/green_cleaning.php&quot;&gt;Green Cleaning&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/packages/extras.php&quot;&gt;Extras&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li id=&quot;navTab5&quot; class=&quot;&quot;&gt;&lt;a href=&quot;http://www.sparkleaning.com/commercial/contact.php&quot;&gt;&lt;span&gt;Contact&lt;/span&gt;&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--&lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/contact/free_estimate.php&quot;&gt;Free Estimate&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;http://www.sparkleaning.com/residential/contact/questions_comments.php&quot;&gt;Questions/Comments?&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- header--&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h1&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Our Services<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/h1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!--end header--&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Take a moment to browse the the services we provide, in addition to the regular dusting jobs those &lt;i&gt;other&lt;/i&gt; companies do. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;janitorial_services.php&quot;&gt;Janitorial Solutions&lt;/a&gt; - Great for any office, no matter how large &lt;i&gt;or&lt;/i&gt; small. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;education_services.php&quot;&gt;Education Solutions&lt;/a&gt; - Protect our youth from unnecessary health risks, help raise their scores, and reduce absences! <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;healthcare_services.php&quot;&gt;Healthcare Solutions&lt;/a&gt; - Ensure your office stays as clean as possible, to keep your clients healthy! <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;carpet_services.php&quot;&gt;Floor &amp;amp; Carpet Solutions&lt;/a&gt; - Extend the life of your floors while maintaining your professional appearance. <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;bottomBar&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;legalNotice&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;html&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;link href=&quot;./style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/head&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;body&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;footer&quot;&gt;&amp;copy; 2007-2009 Sparkleaning LLC. All Rights Reserved. &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/body&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/html&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&lt;/div&gt;<br />
<br />
&lt;!--google tracker **RIGHT BEFORE &lt;/body&gt;--&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);<br />
document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));<br />
&lt;/script&gt;<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
try {<br />
var pageTracker = _gat._getTracker(&quot;UA-10324414-1&quot;);<br />
pageTracker._trackPageview();<br />
} catch(err) {}&lt;/script&gt;<br />
&lt;!--End google tracker--&gt;<br />
<br />
<br />
<br />
<br />
<br />
&lt;/body&gt;<br />
<br />
&lt;/html&gt;</pre><br />
<br />
And the CSS: <br />
 <pre style="margin:20px; line-height:13px">* {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
}<br />
<br />
body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #646A61;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #165C7C;<br />
}<br />
<br />
#container {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 752px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 1em auto;<br />
}<br />
<br />
a:link { color: #666; }<br />
a:visited { color: #666; }<br />
a:hover { text-decoration: underline; }<br />
<br />
a.nav:link { color: #FFF; text-decoration: none; }<br />
a.nav:visited { color: #FFF; text-decoration: none; }<br />
a.nav:hover { text-decoration: underline; }<br />
<br />
<br />
<br />
/**********FORMS*****************/<br />
<br />
#form_box {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 220px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 0.2em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:0em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:100%;<br />
<br />
}<br />
<br />
<br />
/*CONTACT FORM PART*/<br />
#leftPane {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 220px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#D8D8D8;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #fff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -webkit-border-radius: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-border-radius: 10px;<br />
<br />
<br />
}<br />
/*END CONTACT FORM PART*/<br />
<br />
form div {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
}<br />
<br />
&nbsp;<br />
#form_box div {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0.2em 0.5em;<br />
}<br />
&nbsp;<br />
#form_box div.hr {<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 0pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 7px;<br />
}<br />
&nbsp;<br />
#form_box p {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 4px 0pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 120px;<br />
}<br />
&nbsp;<br />
&nbsp;<br />
#log {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 400px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 10px;<br />
}<br />
&nbsp;<br />
#log_res {<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: auto;<br />
}<br />
&nbsp;<br />
#log_res.ajax-loading {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url(http://www.ethinking.net/17femmes/images/Small_of_the_Back_Girl_01.jpg) no-repeat center;<br />
}<br />
<br />
label {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 45px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #3a6483;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right:4em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom:.5em;<br />
}<br />
<br />
input.text, textarea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: .5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 140px;<br />
}<br />
<br />
input, textarea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:140px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #FF9F10;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-color: #FF9F10;<br />
}<br />
<br />
input:focus, textarea:focus {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #FFB030;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-color: #FFB030;<br />
}<br />
<br />
textarea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 60px;<br />
}<br />
<br />
<br />
<br />
<br />
form br {<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear: both;<br />
}<br />
<br />
p.submit {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:10em;<br />
}<br />
<br />
/*******************ENDFORMS*****************/<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
.brushBullets {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type: none;<br />
/*&nbsp; &nbsp; &nbsp; &nbsp; list-style-image: url('images/brush-20.jpg');<br />
&nbsp;*/<br />
}<br />
.brushBullets li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: visible;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('images/brush-20.jpg') 0px -5px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 26px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 0 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 0 0 28px;<br />
}<br />
<br />
.packagearea {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #003366;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 1.2em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom:2px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:2px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
<br />
h1 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #003366;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 0px solid #ccc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 1.9em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
h2 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #003366;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 0px solid #ccc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: .9em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
}<br />
<br />
p {<br />
&nbsp; color:#3a6483;<br />
&nbsp; font-family:verdana,geneva,arial,helvetica,sans-serif;<br />
&nbsp; font-size: 13px;<br />
&nbsp; text-align:left;<br />
&nbsp; padding:1em;<br />
}<br />
<br />
p.footer {<br />
&nbsp; color:#3a6483;<br />
&nbsp; font-family:verdana,geneva,arial,helvetica,sans-serif;<br />
&nbsp; font-size: 13px;<br />
&nbsp; text-align:left;<br />
&nbsp; padding:0em;<br />
&nbsp;}<br />
<br />
<br />
&nbsp;ul.list {<br />
&nbsp; color:#3a6483;<br />
&nbsp; font-family: verdana, geneva, arial, helvetica, sans-serif;<br />
&nbsp; font-size:1em;<br />
&nbsp; text-align:left;<br />
&nbsp; padding-left:3em;<br />
&nbsp;}<br />
&nbsp;<br />
&nbsp; ul.deeplist {<br />
&nbsp; color:#3a6483;<br />
&nbsp; font-family: verdana, geneva, arial, helvetica, sans-serif;<br />
&nbsp; font-size:1.1em;<br />
&nbsp; text-align:left;<br />
&nbsp; padding-left:1.3em;<br />
&nbsp; font-weight:bold;<br />
&nbsp;}<br />
&nbsp;<br />
&nbsp; ul.extralist {<br />
&nbsp; color:#3a6483;<br />
&nbsp; font-family: verdana, geneva, arial, helvetica, sans-serif;<br />
&nbsp; font-size:1em;<br />
&nbsp; text-align:left;<br />
&nbsp; padding-left:3em;<br />
&nbsp; line-height:1.4em;<br />
&nbsp;}<br />
&nbsp;<br />
&nbsp;ul.cleaninglist {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  color:#3a6483;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family: verdana, geneva, arial, helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size:.9em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-align:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; padding-left:15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-height:1px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp;}<br />
<br />
#topBar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 752px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 42px;<br />
}<br />
<br />
#topBanner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline-block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 750px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 71px;<br />
}<br />
<br />
#heading {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left: 1px solid #ff9000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right: 1px solid #ff9000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom: 1px solid #226d9f;<br />
}<br />
<br />
#packages {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left: 0px solid #226d9f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 450px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
#belly {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 750px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: white;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left: 1px solid #ff9000;/*left border*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right: 1px solid #ff9000;/*right border*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom:1px solid #226d9f;/*bottom border, above orange part*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow: auto;<br />
}<br />
<br />
#leftPane {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 253px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 4px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right:4px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
}<br />
#leftPane p {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 1em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 1.2em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
}<br />
<br />
#rightPane {<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left: 1px solid #226d9f;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 480px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 10em;<br />
}<br />
#rightPane&gt;* {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 .2em;<br />
}<br />
#rightPane p {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
}<br />
<br />
#bottomBar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: white;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #ff9000 url('images/bottomBar.gif') no-repeat top left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 752px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 42px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
}<br />
<br />
#legalNotice {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:.5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
#legalNotice p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: white;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height:1em;<br />
}<br />
<br />
.formfield {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: verdana,arial,helvetica,geneva,sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:11px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#666666;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#F7F7F7;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #999999;<br />
&nbsp; &nbsp; &nbsp; &nbsp; letter-spacing: 0.1em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-indent: 0.2em;<br />
}<br />
<br />
/* Navigation Container */<br />
#divNav {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #f90;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 58px;/*height of the whole nav section*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 480px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 0 1.1em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top: 0; left: 0;<br />
}<br />
#divNav * {margin: 0; padding: 0; line-height:1.1em, 1.05, 1.15;}<br />
#divNav a {text-decoration: none;}<br />
<br />
#nav {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type: none;<br />
}<br />
<br />
#nav&gt;li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: center;<br />
}<br />
<br />
/* for all links in the list */<br />
#nav li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 96px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: white; /*color of sub-menu foreground*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
}<br />
<br />
#nav li&gt;ul a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 96px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #f90; /*color of sub-menu foreground*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
}<br />
<br />
<br />
<br />
<br />
/* Tab Presentation */<br />
#nav&gt;li&gt;a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 4px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 94px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #165C7C;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #165C7C; /*color of the non-current, main menu foreground*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: white;<br />
}<br />
#nav&gt;li.currentPage&gt;a {background:#f90;border-bottom: 1px solid #f90; color: white;}/* Current top-menu */<br />
#nav&gt;li:hover&gt;a {background: #165C7C;color: white;}/*Non-current top-menu, when hovered on*/<br />
#nav&gt;li.currentPage:hover&gt;a {background: #f90}/*current top-menu, when hovered on*/<br />
<br />
<br />
/* Categories */<br />
#nav&gt;li&gt;ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top: 25px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; left: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 476px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 30px;/*height of subnav*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 1px;/*padding of the subnav*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #165C7C;/*background color of the subnav*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: 1px solid #224d9f;/*shows bottom border of the subnav area*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-top: none;<br />
}<br />
#nav&gt;li.currentPage&gt;ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: #f90;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline-block;<br />
}<br />
#nav&gt;li&gt;ul&gt;* {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 92%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 29px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 1px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:0px;/*padding for the subnav from the topnav*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; /*padding-left:20px;/*makes the sub-nav more spaced out*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right:15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: inline-block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 90px;<br />
}<br />
#nav&gt;li&gt;ul&gt;*&gt;* {<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: middle;<br />
}<br />
<br />
/* Rollover */<br />
#nav&gt;li:hover&gt;ul {<br />
&nbsp; &nbsp; &nbsp; &nbsp; display: block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; z-index: 10000;<br />
}<br />
#nav&gt;li:hover&gt;a {border-bottom: 1px solid #165C7C;}/*when you hover over the top-nav*/<br />
#nav&gt;li.currentPage:hover&gt;a {border-bottom: none; color: white;}/*when you hover over the top-nav, current*/<br />
#nav li.currentPage ul li a:hover {color:#165c7c;}/*when you hover over the top-nav*/</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>plagel</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread235010.html</guid>
		</item>
		<item>
			<title>I need Advice on designing a web page.</title>
			<link>http://www.daniweb.com/forums/thread234816.html</link>
			<pubDate>Sat, 31 Oct 2009 04:50:19 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
So here is the deal.  I have to create a webpage for a bodybuilding fitness club.  The problem is that i don't know where to start. Also, am a uni student doing various modules like Database systems(we are using Postgre SQL), Interface Design and computer Graphics(OpenGL, Maya,...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
So here is the deal.  I have to create a webpage for a bodybuilding fitness club.  The problem is that i don't know where to start. Also, am a uni student doing various modules like Database systems(we are using Postgre SQL), Interface Design and computer Graphics(OpenGL, Maya, Google SketchUP) and Web Tech(HTML, CSS, Javascript).<br />
<br />
From what i have, I want to use all these resources all together to make up my web page efficiently.<br />
<br />
Can you show me a realistic path that can lead me to create my web page from the tools am currently learning?  By that i mean where should i start for .e.g. design the database first or think about the page layout and so on.<br />
Also, how should i make efficient use of all these tools to build up the page?<br />
<br />
Kind regards,<br />
Thanks<br />
Thyaga</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>kreshan_489</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234816.html</guid>
		</item>
		<item>
			<title>Simple FWlash ActionScript Needed</title>
			<link>http://www.daniweb.com/forums/thread234814.html</link>
			<pubDate>Sat, 31 Oct 2009 04:36:35 GMT</pubDate>
			<description>Check this link: 
 
http://weightlosscoach.codegenies.com/ 
 
I would like to know where to search with simple AScript Flash effect, between2-4 pictures - Especially if I could ad an Arrows forl -eft and -right picture slide!!! WoW !!! 
 
Thanksfoer any help, help is always welcome!!</description>
			<content:encoded><![CDATA[<div>Check this link:<br />
<br />
<a rel="nofollow" class="t" href="http://weightlosscoach.codegenies.com/" target="_blank">http://weightlosscoach.codegenies.com/</a><br />
<br />
I would like to know where to search with simple AScript Flash effect, between2-4 pictures - Especially if I could ad an Arrows forl -eft and -right picture slide!!! WoW !!!<br />
<br />
Thanksfoer any help, help is always welcome!!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>vladacmba</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234814.html</guid>
		</item>
		<item>
			<title>Help with divs</title>
			<link>http://www.daniweb.com/forums/thread234764.html</link>
			<pubDate>Fri, 30 Oct 2009 20:00:19 GMT</pubDate>
			<description>Hi , I am trying to create a site for my father work. 
But it is so bad in appearance. 
 
The left side of the site is so empty, how can I add divs like these in the right side. 
 
And I would like my logo image to become larger and back from the letters (to be like transparent). 
 
Could someone...</description>
			<content:encoded><![CDATA[<div>Hi , I am trying to create a site for my father work.<br />
But it is so bad in appearance.<br />
<br />
The left side of the site is so empty, how can I add divs like these in the right side.<br />
<br />
And I would like my logo image to become larger and back from the letters (to be like transparent).<br />
<br />
Could someone help me ? <br />
Please</div>  <br /> <div style="padding:5px">     <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12383&amp;d=1256932693">demo.zip</a> (374.7 KB)</td> </tr> </table> </fieldset>  </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bufospro</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234764.html</guid>
		</item>
		<item>
			<title>flash not resize according to resolution</title>
			<link>http://www.daniweb.com/forums/thread234684.html</link>
			<pubDate>Fri, 30 Oct 2009 13:10:40 GMT</pubDate>
			<description>Hi there, 
I am developing flash application in Adobe Flash CS3 with height - 100% and width = 100% at the time of publishing. 
But flash not resize according to resolution. 
I made flash application in 1024px X 768 px resolution. 
 
please help if you know the solution. 
 
Regards, 
Arun</description>
			<content:encoded><![CDATA[<div>Hi there,<br />
I am developing flash application in Adobe Flash CS3 with height - 100% and width = 100% at the time of publishing.<br />
But flash not resize according to resolution.<br />
I made flash application in 1024px X 768 px resolution.<br />
<br />
please help if you know the solution.<br />
<br />
Regards,<br />
Arun</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>gptArun</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234684.html</guid>
		</item>
		<item>
			<title>scrolling thumbs gallery</title>
			<link>http://www.daniweb.com/forums/thread234653.html</link>
			<pubDate>Fri, 30 Oct 2009 10:08:27 GMT</pubDate>
			<description>Please help. I want to put scrolling thumbs in horizontal area,  each thumb should be open on mouse over in upper area for eg. 470px x 300px. Any help, thanks in advance.</description>
			<content:encoded><![CDATA[<div>Please help. I want to put scrolling thumbs in horizontal area,  each thumb should be open on mouse over in upper area for eg. 470px x 300px. Any help, thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bratislav</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234653.html</guid>
		</item>
		<item>
			<title>Webpage compression: real speed gain?</title>
			<link>http://www.daniweb.com/forums/thread234430.html</link>
			<pubDate>Thu, 29 Oct 2009 12:44:38 GMT</pubDate>
			<description><![CDATA[My website is programmed in PHP and currently uses HTTP compression (gzip) using PHP's built-in compression functions. (I cannot use mod_deflate.c because my shared hosting provider will not install it because it would use a lot of CPU.) The shared server where my website is hosted currently hosts...]]></description>
			<content:encoded><![CDATA[<div>My website is programmed in PHP and currently uses HTTP compression (gzip) using PHP's built-in compression functions. (I cannot use mod_deflate.c because my shared hosting provider will not install it because it would use a lot of CPU.) The shared server where my website is hosted currently hosts 100 other websites. I have programmed the html and css quite efficiently and there is not much room to rewrite the same thing with less markup. My images are already compressed.<br />
<br />
My question is whether using PHP's compression actually is faster for the user than sending it uncompressed.<br />
1. The CPU compresses the output, sends the output to the browser and the browser has to decompress it. (Compression functions use considerable CPU on both computers.)<br />
2. Send the output uncompressed. (Saves CPU but sends more data.)<br />
<br />
Is it worth it to compress my webpages if each consist of 20kb of html/css and 30kb of images?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>raigs</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234430.html</guid>
		</item>
		<item>
			<title>Replacement for Flash on website (iPhone issue)</title>
			<link>http://www.daniweb.com/forums/thread234395.html</link>
			<pubDate>Thu, 29 Oct 2009 10:57:51 GMT</pubDate>
			<description>Hi guys, hoping for some pointers on this one - On a website i run there is a simple 2 image flash animation advertising 2 store openings. 
 
However, it cannot be seen on an iPhone which the client is asking me to ensure visitors be able to see it in the same effect. Can anybody tell me how the...</description>
			<content:encoded><![CDATA[<div>Hi guys, hoping for some pointers on this one - On a website i run there is a simple 2 image flash animation advertising 2 store openings.<br />
<br />
However, it cannot be seen on an iPhone which the client is asking me to ensure visitors be able to see it in the same effect. Can anybody tell me how the Apple store produce this animation without using Flash so iphone users can see them?<br />
<br />
<a rel="nofollow" class="t" href="http://www.apple.com/iphone/" target="_blank">http://www.apple.com/iphone/</a><br />
<br />
Is it CSS based or javascript? Looking at the script code its hard to decipher for a non-expert such as myself.<br />
<br />
Any pointers much appreciated in advance!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>smadamij</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234395.html</guid>
		</item>
		<item>
			<title>metatags and domain design</title>
			<link>http://www.daniweb.com/forums/thread234176.html</link>
			<pubDate>Wed, 28 Oct 2009 19:40:33 GMT</pubDate>
			<description><![CDATA[Hello everyone, hope you are all well,  
 
Im am looking into building myself a webpage, and would luike some advice please with my header tags and domain setup.  
  
header tags im looking at using are the following  
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right;...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone, hope you are all well, <br />
<br />
Im am looking into building myself a webpage, and would luike some advice please with my header tags and domain setup. <br />
 <br />
header tags im looking at using are the following <br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;head&gt; <br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />
&lt;meta name=&quot;description&quot; content=&quot;. &quot; /&gt;<br />
&lt;meta name=&quot;keywords&quot; content=&quot;.&quot; /&gt;<br />
&lt;meta name=&quot;rating&quot; content=&quot;general&quot; /&gt; <br />
&lt;meta name=&quot;revisit-after&quot; content=&quot;7 Days&quot; /&gt;<br />
&lt;meta name=&quot;ROBOTS&quot; content=&quot;all&quot; /&gt;<br />
&lt;meta name=&quot;GOOGLEBOT&quot; content=&quot;index,follow&quot; /&gt; <br />
&lt;title&gt;Title&lt;/title&gt;<br />
&lt;meta name=&quot;MSSmartTagsPreventParsing&quot; content=&quot;true&quot; /&gt;</pre><br />
With the domain setup, i am referring to <br />
<br />
<a rel="nofollow" class="t" href="http://www.mydomain.com" target="_blank">www.mydomain.com</a> (homepage = index.php or html)<br />
I know php pushes, as the page will not load until all information has been pushed, where as html GETS and show the information whilst its downloading. <br />
<br />
The advice here I am looking for is how I set the domain ? <br />
<br />
if i have a few different sections ? ie. section 1, section 2, section 3<br />
Would it be best for me to create<br />
<a rel="nofollow" class="t" href="http://www.mydomain/section1" target="_blank">www.mydomain/section1</a> and have each page named index.php/html or have <br />
<a rel="nofollow" class="t" href="http://www.mydomain/section1.php" target="_blank">www.mydomain/section1.php</a> <br />
<br />
<a rel="nofollow" class="t" href="http://www.mydomain/section2" target="_blank">www.mydomain/section2</a><br />
<a rel="nofollow" class="t" href="http://www.mydomain/section3" target="_blank">www.mydomain/section3</a><br />
<br />
many thanks inadvance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>DaveyMoyes</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234176.html</guid>
		</item>
		<item>
			<title>Why removing float:left affects dimensions of a li element?</title>
			<link>http://www.daniweb.com/forums/thread234165.html</link>
			<pubDate>Wed, 28 Oct 2009 17:48:19 GMT</pubDate>
			<description><![CDATA[Why removing float:left affects dimensions of a li element? 
The cod is simple: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags"...]]></description>
			<content:encoded><![CDATA[<div>Why removing float:left affects dimensions of a li element?<br />
The cod is simple:<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&nbsp;&lt;head&gt;<br />
&nbsp;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;/&gt;<br />
&nbsp; &lt;title&gt; Horizontal menu &lt;/title&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
*{&nbsp; &nbsp; &nbsp; &nbsp;  margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0; }<br />
.menu {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:50px;<br />
}<br />
.menu li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height:36px;<br />
}<br />
.menu li a {<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 7px 0 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:36px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#008080;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#ffe8ff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:1px solid red;<br />
}<br />
ul.menu li a:hover {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#c60000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#a4ffff;<br />
}<br />
&lt;/style&gt;<br />
&nbsp;&lt;/head&gt;<br />
<br />
&nbsp;&lt;body&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;About&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Servises&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Solutions&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp;&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Alexancho</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234165.html</guid>
		</item>
		<item>
			<title><![CDATA[I wanna show a intro page (intro.swf) before loading my index.htm, it's possible?]]></title>
			<link>http://www.daniweb.com/forums/thread234144.html</link>
			<pubDate>Wed, 28 Oct 2009 16:55:11 GMT</pubDate>
			<description>Thanx in Advance.</description>
			<content:encoded><![CDATA[<div>Thanx in Advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>MavrickIT</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234144.html</guid>
		</item>
		<item>
			<title>Overlap flash object in IE8 problem</title>
			<link>http://www.daniweb.com/forums/thread234109.html</link>
			<pubDate>Wed, 28 Oct 2009 13:09:23 GMT</pubDate>
			<description><![CDATA[I'm trying to overlap an absolute positioned div box in front of a flash object. I applied wmode="opaque" It works for firefox but not for IE8.  
 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to overlap an absolute positioned div box in front of a flash object. I applied wmode=&quot;opaque&quot; It works for firefox but not for IE8. <br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;style type=&quot;text/css&quot;&gt;<br />
#absolute{background-color:blue; height:100px; width:100px;<br />
position:absolute; top:30px;}<br />
&lt;/style&gt;</pre><br />
 <pre style="margin:20px; line-height:13px">&lt;body&gt;<br />
&lt;div id=&quot;absolute&quot;&gt;&lt;/div&gt;<br />
<br />
&lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0&quot; width=&quot;100&quot; height=&quot;100&quot;&gt;<br />
&nbsp; &lt;param name=&quot;movie&quot; value=&quot;test.swf&quot; <span style="font-weight:bold">name=&quot;wmode&quot; value=&quot;opaque&quot;</span>&gt;<br />
&nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;<span style="font-weight:bold"><span style="font-weight:bold"> name=&quot;wmode&quot; </span>value=&quot;opaque&quot;&gt;</span><br />
&nbsp; &lt;embed src=&quot;test.swf&quot; quality=&quot;high&quot; <span style="font-weight:bold">wmode=&quot;opaque&quot;</span> pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;100&quot; height=&quot;100&quot;&gt;&lt;/embed&gt;<br />
&lt;/object&gt;<br />
&lt;/body&gt;</pre><br />
Please help me! This is a crucial piece of my CSS puzzle.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Dat0</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234109.html</guid>
		</item>
		<item>
			<title>Viewing PDFs...</title>
			<link>http://www.daniweb.com/forums/thread234107.html</link>
			<pubDate>Wed, 28 Oct 2009 09:54:40 GMT</pubDate>
			<description>Hi please tell me how to view a pdf file in a web page in a flashy manner. The pdf shoulf open in the same page when a user clicks on the pdf link .. The display should be something flashy or attractive.. suggest me with your ideas .. Please help me ..  
thanks in advance....</description>
			<content:encoded><![CDATA[<div>Hi please tell me how to view a pdf file in a web page in a flashy manner. The pdf shoulf open in the same page when a user clicks on the pdf link .. The display should be something flashy or attractive.. suggest me with your ideas .. Please help me .. <br />
thanks in advance....</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>jaimca</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234107.html</guid>
		</item>
		<item>
			<title>Vertical Align issue in IE7</title>
			<link>http://www.daniweb.com/forums/thread234057.html</link>
			<pubDate>Wed, 28 Oct 2009 06:04:44 GMT</pubDate>
			<description>I have been able to vertically align: middle multiple lines of text (navigation) and it works in FF. This does not work in IE7. I have seen multiple ways to align right in IE7 but I have not found one that worked for me. Any suggestions?</description>
			<content:encoded><![CDATA[<div>I have been able to vertically align: middle multiple lines of text (navigation) and it works in FF. This does not work in IE7. I have seen multiple ways to align right in IE7 but I have not found one that worked for me. Any suggestions?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bjdmb</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread234057.html</guid>
		</item>
		<item>
			<title>help me to mke fs website using html</title>
			<link>http://www.daniweb.com/forums/thread233930.html</link>
			<pubDate>Tue, 27 Oct 2009 17:37:54 GMT</pubDate>
			<description><![CDATA[guys kindly help me namn po ,,mke a website same as fs using html hir is my # [removed]..,nid lang po]]></description>
			<content:encoded><![CDATA[<div>guys kindly help me namn po ,,mke a website same as fs using html hir is my # [removed]..,nid lang po</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>zhipnie</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233930.html</guid>
		</item>
		<item>
			<title><![CDATA[Can you make <td> relative?]]></title>
			<link>http://www.daniweb.com/forums/thread233898.html</link>
			<pubDate>Tue, 27 Oct 2009 15:14:25 GMT</pubDate>
			<description><![CDATA[I'm trying to absolute position a p element inside a table. I tried to make <td> have position relative but it doesn't seem to work.  
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>I'm trying to absolute position a p element inside a table. I tried to make &lt;td&gt; have position relative but it doesn't seem to work. <br />
 <pre style="margin:20px; line-height:13px">&lt;td style=&quot;position:relative;&quot;&gt;<br />
&lt;p style=&quot;position:absolute; bottom:0px;&quot;<br />
&lt;/td&gt;</pre><br />
Does not work! But this does..<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;td&gt;<br />
&lt;div style=&quot;position:relative&quot;;&gt;<br />
&lt;p style=&quot;position:absolute; bottom:0px;&quot;&gt; Success &lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/td&gt;</pre><br />
I'm confused why td cant be relative and if using a DIV to absolute position elements inside a &lt;td&gt; is the only option?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Dat0</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233898.html</guid>
		</item>
		<item>
			<title>Need your opinion</title>
			<link>http://www.daniweb.com/forums/thread233893.html</link>
			<pubDate>Tue, 27 Oct 2009 14:48:59 GMT</pubDate>
			<description><![CDATA[Hi fellow designers and affiliates. I'm really struggling to *make my customer understand a few basic things about web design*. I'm not perfect myself but I have been doing this for quite some years. However, the company currently has its website done by a friend of the family. The marketing...]]></description>
			<content:encoded><![CDATA[<div>Hi fellow designers and affiliates. I'm really struggling to <span style="font-weight:bold">make my customer understand a few basic things about web design</span>. I'm not perfect myself but I have been doing this for quite some years. However, the company currently has its website done by a <span style="font-style:italic">friend of the family</span>. The marketing manager, who contacted me, wants something better.<br />
<br />
Whatever I propose, whatever advice I give them (design, SEO...), they keep referring to their old website as better. But please do me a favour and have a look at <a rel="nofollow" class="t" href="http://www.indawo.biz" target="_blank">indawo.biz</a>. I'm not spamming here, god knows I wouldn't want to get that website out there. Go through it in a few minutes and tell me your honest opinion: is that website awful or not?<br />
<br />
What's wrong with it? You can be brief, I don't want to take to much time of you.<br />
<br />
Many, many thanks in advance.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>jb1ker</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233893.html</guid>
		</item>
		<item>
			<title>height in table</title>
			<link>http://www.daniweb.com/forums/thread233831.html</link>
			<pubDate>Tue, 27 Oct 2009 11:17:11 GMT</pubDate>
			<description><![CDATA[how to adjust height in 2rows textarea.it look ok in ie.but  collaps height in ff. 
bellow is code 
 
<td valign="top"> 
    <label> 
    <textarea name="textarea" cols="21" rows="2"></textarea> 
      </label> 
  </td>]]></description>
			<content:encoded><![CDATA[<div>how to adjust height in 2rows textarea.it look ok in ie.but  collaps height in ff.<br />
bellow is code<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;td valign=&quot;top&quot;&gt;<br />
&nbsp; &nbsp; &lt;label&gt;<br />
&nbsp; &nbsp; &lt;textarea name=&quot;textarea&quot; cols=&quot;21&quot; rows=&quot;2&quot;&gt;&lt;/textarea&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/label&gt;<br />
&nbsp; &lt;/td&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>prachipote</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233831.html</guid>
		</item>
		<item>
			<title><![CDATA[Alternative for <nobr> between <img>-s in <td>]]></title>
			<link>http://www.daniweb.com/forums/thread233789.html</link>
			<pubDate>Tue, 27 Oct 2009 09:26:52 GMT</pubDate>
			<description>Hello, 
 
i have some inline images (keyboard keys) in a table cell near each other. Another cell in the row may be very long - fitting into several lines - so the browsers try to wrap every cell. Not using XHTML  DTD everything is o.k - the two keyboard key images remain near each other. Switching...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
i have some inline images (keyboard keys) in a table cell near each other. Another cell in the row may be very long - fitting into several lines - so the browsers try to wrap every cell. Not using XHTML  DTD everything is o.k - the two keyboard key images remain near each other. Switching to XHTML Firefox, Safari and Opera wraps the line between the two images (IE7 not). <br />
<br />
As this is a dynamic content, generated from a wiki-like syntax, i am looking for a solution without generally disabling word wrapping in the table cells. Normal text should wrap, only consecutive <span style="font-weight:bold">&lt;IMG&gt;</span> tags should remain always together (as it is the case without the XHTML DTD).<br />
<br />
Placing a &lt;nobr&gt; between the images (placing <span style="font-weight:bold">&lt;nobr&gt;</span> before or after all inline images - this is generated contents) solves the problem, but <span style="font-weight:bold">&lt;nobr&gt;</span> is not an &quot;official&quot; tag.<br />
<br />
Defining a style for the inline images with  <span style="font-weight:bold">display: inline</span> does not help. <br />
<br />
Neither helps placing &lt;SPAN&gt; around each images. Placing a &lt;SPAN&gt; around the image groups is something i want to avoid, as that is not an easy step during the generation. <br />
<br />
Any ideas to solve this XHTML-conform ?<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'&gt;<br />
&lt;head&gt;<br />
&lt;style type='text/css'&gt;<br />
html,body {<br />
&nbsp; height: 100%;<br />
&nbsp; background: #EEE;<br />
&nbsp; margin: 0;<br />
&nbsp; padding: 0;<br />
}<br />
<br />
img {<br />
&nbsp; border: 0; <br />
&nbsp; display: inline;<br />
}<br />
<br />
.spc {<br />
&nbsp; vertical-align: middle;<br />
}<br />
<br />
.td0 {<br />
&nbsp; vertical-align: top;<br />
}<br />
<br />
.tdr {<br />
&nbsp; vertical-align: top;<br />
&nbsp; text-align: right;<br />
}<br />
<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;table cellspacing='0' cellpadding='3' border='0' style='width:100%'&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td class='tdr'&gt;&lt;img src='k24_ctrl.gif' class='spc'&gt;&lt;img src='k24_d.gif' class='spc'&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td class='td0'&gt;Blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla blabla&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>godeny</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233789.html</guid>
		</item>
		<item>
			<title><![CDATA[image will show in <body>, but not in CSS]]></title>
			<link>http://www.daniweb.com/forums/thread233683.html</link>
			<pubDate>Tue, 27 Oct 2009 04:05:35 GMT</pubDate>
			<description><![CDATA[Ok, this is confusing me to no end, I am making a site and am trying to get the background image to stay in the center, not repeating. I've done this countless times by linking to an internet URL, but not from off of my own hdd.  
 
The code I got to work is: 
 
  <div class="codeblock"> <div...]]></description>
			<content:encoded><![CDATA[<div>Ok, this is confusing me to no end, I am making a site and am trying to get the background image to stay in the center, not repeating. I've done this countless times by linking to an internet URL, but not from off of my own hdd. <br />
<br />
The code I got to work is:<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
<br />
&lt;head&gt;<br />
&lt;title&gt;title here&lt;/title&gt;<br />
&lt;/head&gt;<br />
<br />
&lt;body background=assets\back.jpg&gt;</pre><br />
but it repeats it, I don't want it too.<br />
<br />
but, when I use CSS, it just shows a blank page. <br />
<br />
My CSS code (I just used it in the head tag) is:<br />
<br />
 <pre style="margin:20px; line-height:13px"><br />
&lt;head&gt;<br />
&lt;title&gt;title here&lt;/title&gt;<br />
&lt;style&gt;<br />
body { background: url(assets\back.jpg) #fff center no-repeat fixed;}<br />
&lt;/style&gt;<br />
&lt;/head&gt;</pre><br />
I have no idea what I'm doing wrong. <br />
<br />
Any help will be greatly appreciated</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Epi23</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233683.html</guid>
		</item>
		<item>
			<title>Dream weaver MX Table overstretching</title>
			<link>http://www.daniweb.com/forums/thread233663.html</link>
			<pubDate>Tue, 27 Oct 2009 02:43:53 GMT</pubDate>
			<description><![CDATA[Greetings, 
 
I am using Dreamweaver MX and am having problems with my tables being stretched vertically longer than they are supposed to. I removed all height requirements and are primarily vertically aligned to the top. First, here is my external CSS Sheet: 
 
  <div class="codeblock"> <div...]]></description>
			<content:encoded><![CDATA[<div>Greetings,<br />
<br />
I am using Dreamweaver MX and am having problems with my tables being stretched vertically longer than they are supposed to. I removed all height requirements and are primarily vertically aligned to the top. First, here is my external CSS Sheet:<br />
<br />
 <pre style="margin:20px; line-height:13px">/* CSS Document */<br />
<br />
.Arial14px {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 14px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: static;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top: auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
.Arial12pxN {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
.Arial10pxN {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
.Arial16pxB {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 16px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
.Arial20pxB {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
.Arial24pxB {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 24px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; vertical-align: top;<br />
}<br />
body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 0px;<br />
}<br />
.linkfont {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #0000FF;<br />
}<br />
.oakiecapN {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Times New Roman;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
}<br />
.oakiecapB {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Times New Roman;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
}<br />
.BurnsYellowsm1 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 9pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #00FF00;<br />
}<br />
.BurnsYellowsm {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #80FF00;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
}<br />
.burnswhitebold {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Times New Roman;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #FFFFFF;<br />
}<br />
.Verd10ptB {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
}<br />
.Verd10ptBldblue {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #0000FF;<br />
}<br />
.Verd10pt {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 10pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;<br />
}</pre><br />
<br />
This is the Dreamweaver document coding:<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;<br />
&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Oakie Brumm Media Interviews&amp;amp;Articles&lt;/title&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!--<br />
.style11 {font-family: Geneva, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 14px;}<br />
.style23 {font-size: 14px}<br />
.style18 {color: #0000FF}<br />
.style28 {font-size: 10pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Verdana, Arial, Helvetica, sans-serif;}<br />
.style4 {font-size: 36px}<br />
.style5 {font-size: small}<br />
.style56 {font-family: Verdana;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 24pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;}<br />
.style57 {font-size: 36pt}<br />
.style58 {color: #FFFF00}<br />
.style60 {color: #FFFFCC}<br />
.style61 {color: #33CCCC}<br />
.style62 {color: #3399FF}<br />
.style64 {font-size: 18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: Arial;}<br />
--&gt;<br />
&lt;/style&gt;<br />
&lt;script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;&gt;<br />
&lt;!--<br />
function MM_reloadPage(init) {&nbsp; //reloads the window if Nav4 resized<br />
&nbsp; if (init==true) with (navigator) {if ((appName==&quot;Netscape&quot;)&amp;&amp;(parseInt(appVersion)==4)) {<br />
&nbsp; &nbsp; document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}<br />
&nbsp; else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();<br />
}<br />
MM_reloadPage(true);<br />
//--&gt;<br />
&lt;/script&gt;<br />
&lt;link href=&quot;Oakiestylesheet.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;<br />
&lt;style type=&quot;text/css&quot;&gt;<br />
&lt;!--<br />
.TimesNewRom12pt {font-family: Times New Roman;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 12pt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-variant: normal;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #000000;}<br />
.style66 {font-family: Verdana}<br />
--&gt;<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body bgcolor=&quot;#FFFFFF&quot;&gt;<br />
&lt;table width=&quot;748&quot; border=&quot;12&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;142&quot; valign=&quot;middle&quot; bgcolor=&quot;#FFFF00&quot; class=&quot;style4&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;strong&gt;&lt;a href=&quot;author.html&quot;&gt;&lt;img src=&quot;oakieauthor.jpg&quot; width=&quot;116&quot; height=&quot;95&quot; border=&quot;0&quot; align=&quot;middle&quot;&gt;&lt;/a&gt;&lt;span class=&quot;style5&quot;&gt;Author&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Leonard&amp;quot;Oakie&amp;quot; Brumm&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td valign=&quot;middle&quot; bgcolor=&quot;#FF0000&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;span class=&quot;style60&quot;&gt;SPORTS &lt;span class=&quot;style61&quot;&gt;and&lt;/span&gt; RECREATION&lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;style58&quot;&gt;&lt;span class=&quot;style61&quot;&gt;in &lt;span class=&quot;style62&quot;&gt;a&lt;/span&gt;&lt;/span&gt; &lt;span class=&quot;style57&quot;&gt;SUPERMAX?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr bgcolor=&quot;#000000&quot;&gt;<br />
&nbsp; &nbsp; &lt;td colspan=&quot;2&quot; valign=&quot;middle&quot; class=&quot;style4&quot;&gt;&lt;div align=&quot;center&quot;&gt; &lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;2&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td height=&quot;23&quot; align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;div align=&quot;center&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;35&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text1.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text1.swf&quot; width=&quot;35&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;82&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text2.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text2.swf&quot; width=&quot;82&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;42&quot; height=&quot;17&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text3.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text3.swf&quot; width=&quot;42&quot; height=&quot;17&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;72&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text4.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text4.swf&quot; width=&quot;72&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;53&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text5.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text5.swf&quot; width=&quot;53&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;65&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text6.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text6.swf&quot; width=&quot;65&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;60&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text8.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text8.swf&quot; width=&quot;60&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot; nowrap&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;85&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text7.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text7.swf&quot; width=&quot;85&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td align=&quot;center&quot; valign=&quot;middle&quot; nowrap&gt;&lt;span class=&quot;style56&quot;&gt;&lt;strong&gt;&lt;span class=&quot;style64&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0&quot; width=&quot;63&quot; height=&quot;19&quot; align=&quot;middle&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;movie&quot; value=&quot;text9.swf&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;quality&quot; value=&quot;high&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;param name=&quot;bgcolor&quot; value=&quot;#0000FF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;embed src=&quot;text9.swf&quot; width=&quot;63&quot; height=&quot;19&quot; align=&quot;middle&quot; quality=&quot;high&quot; pluginspage=&quot;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&quot; type=&quot;application/x-shockwave-flash&quot; bgcolor=&quot;#0000FF&quot;&gt;&lt;/embed&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/object&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &lt;td valign=&quot;top&quot; bgcolor=&quot;#FFFFFF&quot; class=&quot;style4&quot;&gt;&lt;div align=&quot;center&quot;&gt; &lt;span class=&quot;style5&quot;&gt; &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;img src=&quot;webtestimonialsj.jpg&quot; width=&quot;142&quot; height=&quot;523&quot; border=&quot;0&quot;&gt;&lt;/span&gt;&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &lt;td width=&quot;598&quot; valign=&quot;top&quot; bgcolor=&quot;#FFFFCC&quot;&gt;&lt;div align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table width=&quot;393&quot; border=&quot;1&quot; align=&quot;center&quot; cellpadding=&quot;2&quot; cellspacing=&quot;6&quot; bordercolor=&quot;#000000&quot; bgcolor=&quot;#FFFF00&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width=&quot;373&quot; valign=&quot;top&quot; bordercolor=&quot;#ECE9D8&quot;&gt;&lt;p align=&quot;center&quot; class=&quot;Arial20pxB&quot;&gt;Media - Pt. 1 &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Arial14px&quot;&gt;This is a partial list of numerous interviews and articles. We also invite you to do a internet search referencing Oakie Brumm - you will have quite a few more articles and reviews to view!&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;div align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table width=&quot;470&quot; border=&quot;1&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; bgcolor=&quot;#FFFFFF&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;div align=&quot;center&quot; class=&quot;style18&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;Verd10ptBldblue&quot;&gt;Date&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;Verd10ptBldblue&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;style31&quot;&gt;Show/Time&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p class=&quot;Verd10pt&quot;&gt;11/16/05&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot; class=&quot;style11&quot;&gt;&lt;p class=&quot;style28&quot;&gt;&lt;strong class=&quot;Verd10ptB&quot;&gt;Article: &amp;quot;Extra Time,&amp;quot;&lt;/strong&gt; &lt;span class=&quot;Verd10pt&quot;&gt;discussion of how &amp;quot;Sports behind bars&amp;quot; in Australia can offer both a way out and forward for prisoners wanting to rehabilitate themselves.&amp;quot; &lt;/span&gt;&lt;span class=&quot;Verd10ptBldblue&quot;&gt;&lt;strong&gt;INSIDE SPORT (Sydney, NSW Australia), December 2005 issue&lt;/strong&gt;&lt;/span&gt;&lt;span class=&quot;Verd10pt&quot;&gt;, pps. 109-114 illustrated. &lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10ptB&quot;&gt;&lt;strong&gt;Writer: Jesse Fink (Deputy Editor)&lt;/strong&gt;.&lt;/span&gt; &lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p class=&quot;Verd10pt&quot;&gt;7/11/04&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot; class=&quot;style11&quot;&gt;&lt;p class=&quot;style28&quot;&gt;&lt;span class=&quot;Verd10pt&quot;&gt;Article:&lt;strong&gt; &lt;/strong&gt;&lt;/span&gt;&lt;strong class=&quot;Verd10ptB&quot;&gt;&amp;quot;In Terms of Innovation, Brumm Set the Standard.&amp;quot;&lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10ptBldblue&quot;&gt;&lt;strong&gt;NEWSDAY (New York City/Long Island, NY daily &amp;amp; web)&lt;/strong&gt;&lt;/span&gt; &lt;span class=&quot;Verd10pt&quot;&gt;Part one of five part series on Prison Sports. &lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong class=&quot;Verd10ptB&quot;&gt;Writer: Michael Dobie&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p class=&quot;Verd10pt&quot;&gt;1/29/04&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot; class=&quot;style11&quot;&gt;&lt;p class=&quot;style28&quot;&gt;&lt;strong class=&quot;Verd10ptB&quot;&gt;Article: &amp;quot;The Day the Wings Went to Prison.&amp;quot;&lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10ptBldblue&quot;&gt;THE DETROIT FREE PRESS &lt;strong&gt; / Red Wings Hockey Supplement (Detroit, MI) &lt;/strong&gt;&lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong class=&quot;Verd10ptB&quot;&gt;Writer: Bill Dow&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;div align=&quot;center&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;Verd10pt&quot;&gt;6/2/03&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot;&gt;&lt;p class=&quot;style28&quot;&gt;&lt;strong class=&quot;Verd10ptB&quot;&gt;Chris Cleveland (Sports call-in show) 2:25 pm &lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10pt&quot;&gt;&lt;strong&gt;KSHP 1400 AM (Las Vegas, NV)&lt;/strong&gt;&lt;/span&gt; &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong class=&quot;Verd10ptB&quot;&gt;(Fox Sports Radio)&lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10pt&quot;&gt;Format: Sports/Variety&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;p class=&quot;Verd10pt&quot;&gt;4/11/03&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot;&gt;&lt;p class=&quot;style28&quot;&gt;&lt;span class=&quot;Verd10pt&quot;&gt;Book Review&lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10ptBldblue&quot;&gt;&lt;strong&gt;MIDWEST BOOK REVIEW (Oregon, WI)&lt;/strong&gt;&lt;/span&gt; &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong class=&quot;Verd10ptB&quot;&gt;Reviewer: John Hoh &lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10pt&quot;&gt;(previously in Bookideas.com 7/18/2002)&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr class=&quot;style11&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td&gt;&lt;div align=&quot;center&quot; class=&quot;style23&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;Verd10pt&quot;&gt;3/16/03&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td valign=&quot;top&quot;&gt;&lt;p&gt;&lt;span class=&quot;style28&quot;&gt;&lt;strong class=&quot;Verd10ptB&quot;&gt;(Alive) Interview 7:45 pm&lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;strong class=&quot;Verd10ptB&quot;&gt;Allyson G. &amp;amp; Paxton Quigley co-hosts&lt;/strong&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;Verd10ptBldblue&quot;&gt;&lt;strong&gt;KMPC (&amp;quot;The Ticket&amp;quot;) 1540 AM (Los Angeles, CA)&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/span&gt;&lt;span class=&quot;Verd10pt&quot;&gt;Format: Sportstalk&lt;/span&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;table width=&quot;307&quot; border=&quot;3&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; bgcolor=&quot;#FFFF00&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;td width=&quot;299&quot; valign=&quot;top&quot;&gt;&lt;div align=&quot;center&quot; class=&quot;style162&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p class=&quot;style163&quot;&gt;&lt;a href=&quot;media2.html&quot; class=&quot;TimesNewRom12pt&quot;&gt;Interviews &amp;amp; Articles - Part 2 &lt;/a&gt;&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/tr&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/table&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;br&gt;<br />
&lt;/div&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;p align=&quot;center&quot;&gt;&lt;strong&gt;&lt;span class=&quot;TimesNewRom12pt&quot;&gt;&amp;copy; 2009 by Brumm Enterprises LLC. All rights reserved.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;<br />
&lt;blockquote&gt;<br />
&nbsp; &lt;blockquote&gt;&amp;nbsp;&lt;/blockquote&gt;<br />
&lt;/blockquote&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre><br />
This seems to be a common problem with Dreamweaver MX tables. Any help would be greatly appreciated!<br />
<br />
Thanks for any help - am pretty new with coding!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>scribeman01</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233663.html</guid>
		</item>
		<item>
			<title>Problem with an absolute div</title>
			<link>http://www.daniweb.com/forums/thread233620.html</link>
			<pubDate>Mon, 26 Oct 2009 22:35:32 GMT</pubDate>
			<description><![CDATA[Okay so I'm building a site with a bit of an unusual and complex layout.  It has a static header div of a fixed height.  A body div of a variable height that must be positioned absolutely for overlapping.  And I need there to be a footer directly below the absolute div.  Here is the basic layout of...]]></description>
			<content:encoded><![CDATA[<div>Okay so I'm building a site with a bit of an unusual and complex layout.  It has a static header div of a fixed height.  A body div of a variable height that must be positioned absolutely for overlapping.  And I need there to be a footer directly below the absolute div.  Here is the basic layout of the css/html<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;style type=&quot;text/css&quot;&gt;<br />
#page_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin-left:auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin-right:auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#header_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:140px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #header<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:140px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
#body_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp;  <br />
.header_transition<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:45px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; background-image:url('img/green_bar_cut.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; z-index:-1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #body_contents_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; z-index:1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #body_contents<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; top:32px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; left:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; background-image:url('img/body_bg.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; z-index:2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #content_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:575px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin-top:-32px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; #content<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:510px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin-left:30px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margin-right:35px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; .content<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:510px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#footer_wrapper<br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width:800px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height:105px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clear:both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&lt;/style&gt;<br />
<br />
&lt;html&gt;<br />
&lt;div id=&quot;page_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;page_header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;header_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;body_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;header_transition&quot;&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;body_contents_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;body_contents&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;content_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;content&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;content&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;--<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Start Content Here<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;footer_wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;--<br />
&nbsp; &nbsp; &nbsp; &nbsp;  This container is now showing up at the top edge of div id body_contents...<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &lt;/div&gt;<br />
&lt;/html&gt;</pre><br />
Basically, I have everything in the top portion of the document working properly.  I just can't get my footer to work below my absolutely positioned element.  I have tried wrapping div id body_contents in another div that is positioned statically and no marbles.  Please help me get my footer to display in the right place.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>thacravedawg</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233620.html</guid>
		</item>
		<item>
			<title>Web designing using flash</title>
			<link>http://www.daniweb.com/forums/thread233575.html</link>
			<pubDate>Mon, 26 Oct 2009 20:18:23 GMT</pubDate>
			<description>I have already learned CSS and want to learn Web Designing by 
flash. please tell me if u could suggest any free video tutorial for learning FLASH for website designing</description>
			<content:encoded><![CDATA[<div>I have already learned CSS and want to learn Web Designing by<br />
flash. please tell me if u could suggest any free video tutorial for learning FLASH for website designing</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>kirit275</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233575.html</guid>
		</item>
		<item>
			<title>CSS Problem</title>
			<link>http://www.daniweb.com/forums/thread233463.html</link>
			<pubDate>Mon, 26 Oct 2009 13:04:01 GMT</pubDate>
			<description>hello friends please tell me how can i create CSS file on net 
 
this is possible or not if yes than please tell me witch site can  
my help for my....... 
 
 
 
 
:(</description>
			<content:encoded><![CDATA[<div>hello friends please tell me how can i create <span style="color:Green">CSS</span> file on net<br />
<br />
this is possible or not if yes than please tell me witch site can <br />
my help for my.......<br />
<br />
<br />
<br />
<br />
:(</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>guptavicky</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233463.html</guid>
		</item>
		<item>
			<title>My site Cached with out www.</title>
			<link>http://www.daniweb.com/forums/thread233461.html</link>
			<pubDate>Mon, 26 Oct 2009 12:57:11 GMT</pubDate>
			<description>I have a site *itsensex.com *but google cached this site with out www. 
 
can anybody tell me what i do for cached my site with www</description>
			<content:encoded><![CDATA[<div>I have a site <span style="font-weight:bold">itsensex.com </span>but google cached this site with out <span style="color:Red">www.</span><br />
<br />
can anybody tell me what i do for cached my site with <span style="color:Green">www</span></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>guptavicky</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233461.html</guid>
		</item>
		<item>
			<title>Development efforts for a ecommerce website</title>
			<link>http://www.daniweb.com/forums/thread233459.html</link>
			<pubDate>Mon, 26 Oct 2009 12:52:36 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
Kindly suggest me development of efforts for a ecommerce website and socila networking website in terms of number of workings hours. 
 
I'll be happy to hear from you. 
 
Warm Regards 
Hemant Sharma]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
Kindly suggest me development of efforts for a ecommerce website and socila networking website in terms of number of workings hours.<br />
<br />
I'll be happy to hear from you.<br />
<br />
Warm Regards<br />
Hemant Sharma</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>hksharma</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233459.html</guid>
		</item>
		<item>
			<title>finding coordinate points of an unshaped image</title>
			<link>http://www.daniweb.com/forums/thread233444.html</link>
			<pubDate>Mon, 26 Oct 2009 11:55:48 GMT</pubDate>
			<description><![CDATA[Hi Friends.... 
i have an urgent reqirement  to find coordinate points to a unshaped image(if user clicks different areas of that image ,then navigate to other URL's),so please help me to complete the task.. 
...whether it is in HTML or in asp.net 
thanks]]></description>
			<content:encoded><![CDATA[<div>Hi Friends....<br />
i have an urgent reqirement  to find coordinate points to a unshaped image(if user clicks different areas of that image ,then navigate to other URL's),so please help me to complete the task..<br />
...whether it is in HTML or in asp.net<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>vijayabhaskar_a</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233444.html</guid>
		</item>
		<item>
			<title>checkbox value</title>
			<link>http://www.daniweb.com/forums/thread233361.html</link>
			<pubDate>Mon, 26 Oct 2009 06:11:09 GMT</pubDate>
			<description>hi, 
      please help me out.... 
 
     I want to get the values of the checkbox, if i checked or if i unchecked. 
 
     first time,i have checked the checkbox and the values is coming correctly to me and at the same time, when i unchecked the same checkbox and the values is not coming to me...</description>
			<content:encoded><![CDATA[<div>hi,<br />
      please help me out....<br />
<br />
     I want to get the values of the checkbox, if i checked or if i unchecked.<br />
<br />
     first time,i have checked the checkbox and the values is coming correctly to me and at the same time, when i unchecked the same checkbox and the values is not coming to me correctly(i am getting only checked values if i unchecked also).</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>santhanalakshmi</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233361.html</guid>
		</item>
		<item>
			<title>web ko</title>
			<link>http://www.daniweb.com/forums/thread233286.html</link>
			<pubDate>Mon, 26 Oct 2009 01:43:48 GMT</pubDate>
			<description><![CDATA[<html> 
<head> 
<title>web ko</title> 
</head> 
<body> 
<h1 align="center">INTERNSTIONAL SCHOOL OF ASIA AND THE PACIFIC</h1> 
</body> 
</html>]]></description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;web ko&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1 align=&quot;center&quot;&gt;INTERNSTIONAL SCHOOL OF ASIA AND THE PACIFIC&lt;/h1&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>jowen@yahoo.com</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233286.html</guid>
		</item>
		<item>
			<title>Integrating IP cam into existing website</title>
			<link>http://www.daniweb.com/forums/thread233240.html</link>
			<pubDate>Sun, 25 Oct 2009 20:50:11 GMT</pubDate>
			<description>Please, how do I integrate an IP surveillance camera to be viewed in an already existing Website?</description>
			<content:encoded><![CDATA[<div>Please, how do I integrate an IP surveillance camera to be viewed in an already existing Website?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>edsimon</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233240.html</guid>
		</item>
		<item>
			<title>web designing using css</title>
			<link>http://www.daniweb.com/forums/thread233209.html</link>
			<pubDate>Sun, 25 Oct 2009 17:48:38 GMT</pubDate>
			<description><![CDATA[does anybody know how to add animation in a website? i tried it using timeline in dreamweaver cs3 but its not working on mozilla firefox & internet explorer browsers. please help....]]></description>
			<content:encoded><![CDATA[<div>does anybody know how to add animation in a website? i tried it using timeline in dreamweaver cs3 but its not working on mozilla firefox &amp; internet explorer browsers. please help....</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>kirit275</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233209.html</guid>
		</item>
		<item>
			<title>mozilla problem</title>
			<link>http://www.daniweb.com/forums/thread233171.html</link>
			<pubDate>Sun, 25 Oct 2009 14:54:37 GMT</pubDate>
			<description><![CDATA[hai 
 i attached one thumbanail...first see that one.... 
in this how to align bullet symbols at the same time background pic is also vth it...... 
i tried bt no result!!!!  
one time align bullet symbols at that time cann't see the  back ground pic  
plz tell me the css code for that one is *CSS...]]></description>
			<content:encoded><![CDATA[<div>hai<br />
 i attached one thumbanail...first see that one....<br />
in this how to align bullet symbols at the same time background pic is also vth it......<br />
i tried bt no result!!!! <br />
one time align bullet symbols at that time cann't see the  back ground pic <br />
plz tell me the css code for that one is <span style="font-weight:bold">CSS CODE</span> <pre style="margin:20px; line-height:13px">.nrml-bul {<br />
list-style-image: url('../images/bullet-blue-normal.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
list-style-position:inside;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:5px 40px 10px 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:1px solid #ccc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:2px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/list-bg-large.png') repeat-x;<br />
vertical-align: middle;<br />
<br />
}</pre><span style="font-weight:bold">HTML CODE</span><br />
 <pre style="margin:20px; line-height:13px">&lt;div class=&quot;middle&quot; style=&quot;&quot;&gt;<br />
&lt;ul class=&quot;nrml-bul&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;BI Solution That Works For Your Business&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Data Driven Actionable Insights&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Reliability Trust Support&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;nrml-bul&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Deep insights into customer acquisition and retention campaigns&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Critical reports / dashboards generated in self-serve mode without having to wait for days&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Identification of cross-sell/up-sell opportunities for new lines of business&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Predictive model to model churn indicators and drive retention campaigns&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Robust and highly scalable BI technology&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;Single version of the truth &amp;ndash; no more islands of data and sql queries&lt;/li&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;</pre></div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12295&amp;d=1256482425" target="_blank">12.JPG</a> (75.5 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>maheshks230</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233171.html</guid>
		</item>
		<item>
			<title>CSS tutorial</title>
			<link>http://www.daniweb.com/forums/thread233141.html</link>
			<pubDate>Sun, 25 Oct 2009 11:09:51 GMT</pubDate>
			<description><![CDATA[Would you please suggest any website  which is offering quality tutorial on CSS freely !I want to learn this online.If you've got any free ebook, please inform about it.Thanks.]]></description>
			<content:encoded><![CDATA[<div>Would you please suggest any website  which is offering quality tutorial on CSS freely !I want to learn this online.If you've got any free ebook, please inform about it.Thanks.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>iwahm</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread233141.html</guid>
		</item>
		<item>
			<title>Auto margin problem on home page only in IE6</title>
			<link>http://www.daniweb.com/forums/thread232998.html</link>
			<pubDate>Sat, 24 Oct 2009 20:05:53 GMT</pubDate>
			<description><![CDATA[In IE6 the container on my home page doesn't center.  On IE7, Safari and Foxfire, it's fine and  on all other pages on IE6, it's also fine.  Could there be something in the HTML of the home (index.html) page that is saying to ignore the margin-left, margin-right:auto in the Container CSS?  I have...]]></description>
			<content:encoded><![CDATA[<div>In IE6 the container on my home page doesn't center.  On IE7, Safari and Foxfire, it's fine and  on all other pages on IE6, it's also fine.  Could there be something in the HTML of the home (index.html) page that is saying to ignore the margin-left, margin-right:auto in the Container CSS?  I have compared the index HTML with the HTML of the correct pages and can't see anything that could cause this.  This is the last problem I need to solve to get my site to look right in IE6.  Any suggestions?  <a rel="nofollow" class="t" href="http://www.napackdesign.com" target="_blank">www.napackdesign.com</a></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bnapack</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232998.html</guid>
		</item>
		<item>
			<title>problem with text field and submit button</title>
			<link>http://www.daniweb.com/forums/thread232952.html</link>
			<pubDate>Sat, 24 Oct 2009 16:06:49 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm facing an annoying problem where a button's border colour changes when I click on the text fields in the same form.  
 
I could use onfocus="blur();" on the text fields to resolve this, but then they will lose focus when selected. 
 
So, I'm trying to find out where I can define this...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm facing an annoying problem where a button's border colour changes when I click on the text fields in the same form. <br />
<br />
I could use onfocus=&quot;blur();&quot; on the text fields to resolve this, but then they will lose focus when selected.<br />
<br />
So, I'm trying to find out where I can define this colour that the border changes to when text fields are selected. (i.e use camouflage so change of colour is not noticed)<br />
<br />
// my css<br />
 <pre style="margin:20px; line-height:13px">input<br />
{<br />
padding: 4px; <br />
color:#888888; <br />
border: 1px solid #B4CFEC;<br />
}</pre><br />
// my html<br />
 <pre style="margin:20px; line-height:13px">&lt;form name=&quot;details&quot; method=&quot;post&quot; action=&quot;#&quot;&gt;<br />
&lt;fieldset&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;email&quot; size=&quot;35&quot; value=&quot;email&quot; /&gt;<br />
&lt;input type=&quot;submit&quot; name=&quot;login&quot; value=&quot;login&quot; /&gt;<br />
&lt;/fieldset&gt;&lt;/form&gt;</pre><br />
Any thoughts?<br />
<br />
Thanks,<br />
Sid</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>sid7</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232952.html</guid>
		</item>
		<item>
			<title>about inline boxes</title>
			<link>http://www.daniweb.com/forums/thread232785.html</link>
			<pubDate>Sat, 24 Oct 2009 03:07:38 GMT</pubDate>
			<description><![CDATA[Can anyone explain why if I apply style to a <p> to "display: inline" it overflows outside its containing block? 
 
#iaminline{display:inline;} 
 
<div> 
<p id="iaminline">hola!</p> 
</div> 
 
The result has overflow, while "display:black" is completely contained in the containing block. I want to...]]></description>
			<content:encoded><![CDATA[<div>Can anyone explain why if I apply style to a &lt;p&gt; to &quot;display: inline&quot; it overflows outside its containing block?<br />
<br />
#iaminline{display:inline;}<br />
<br />
&lt;div&gt;<br />
&lt;p id=&quot;iaminline&quot;&gt;hola!&lt;/p&gt;<br />
&lt;/div&gt;<br />
<br />
The result has overflow, while &quot;display:black&quot; is completely contained in the containing block. I want to have inline elements completely inside the containing block. Thanks!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>Dat0</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232785.html</guid>
		</item>
		<item>
			<title>Site Change Help</title>
			<link>http://www.daniweb.com/forums/thread232714.html</link>
			<pubDate>Fri, 23 Oct 2009 20:51:20 GMT</pubDate>
			<description>I designed the site for free for a friend not to long ago and i wanted to go ahead and design it in flash. I wanted to see what ideas anyone might have about this design.  
www.predatorpitfighting.com (http://www.predatorpitfighting.com) 
Thanks to every one</description>
			<content:encoded><![CDATA[<div>I designed the site for free for a friend not to long ago and i wanted to go ahead and design it in flash. I wanted to see what ideas anyone might have about this design. <br />
<a rel="nofollow" class="t" href="http://www.predatorpitfighting.com" target="_blank">www.predatorpitfighting.com</a><br />
Thanks to every one</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>stevenpetersen</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232714.html</guid>
		</item>
		<item>
			<title>Components Creation in AS3.0</title>
			<link>http://www.daniweb.com/forums/thread232617.html</link>
			<pubDate>Fri, 23 Oct 2009 13:47:02 GMT</pubDate>
			<description>I have already created a video player in AS3.0. The Client wants to convert it to a component. I need some good to follow tutorials on creating own components. I had know the concepts of creating components and utilizing that as a SWC. I need to create the component with the interface already...</description>
			<content:encoded><![CDATA[<div>I have already created a video player in AS3.0. The Client wants to convert it to a component. I need some good to follow tutorials on creating own components. I had know the concepts of creating components and utilizing that as a SWC. I need to create the component with the interface already designed at flash authoring time and have to give the provision to change the button styles which has to be edit by the client itself. <br />
<br />
Experts! please come forward and help me!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum28.html">Graphics and Multimedia</category>
			<dc:creator>rajarajan07</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232617.html</guid>
		</item>
		<item>
			<title>Help me alignment problems vth css</title>
			<link>http://www.daniweb.com/forums/thread232558.html</link>
			<pubDate>Fri, 23 Oct 2009 10:08:36 GMT</pubDate>
			<description><![CDATA[hai fndz, 
i face alignment problems vth css... 
anyone can help me.....in mozilla,but not striaght it show space between bullet symbols&text area...In IE7 ,no space between bullet symbol&text area...the pics are shown below (if any one ask code i also put it).how 2 correct alignment??/ 
plz help...]]></description>
			<content:encoded><![CDATA[<div>hai fndz,<br />
i face alignment problems vth css...<br />
anyone can help me.....in mozilla,but not striaght it show space between bullet symbols&amp;text area...In IE7 ,no space between bullet symbol&amp;text area...the pics are shown below (if any one ask code i also put it).how 2 correct alignment??/<br />
plz help me.............<br />
Thank you</div>  <br /> <div style="padding:5px">    <fieldset class="fieldset"> <legend>Attached Images</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12270&amp;d=1256292460" target="_blank">alignment not straight2bullet textfield(mozilla).JPG</a> (148.2 KB)</td> </tr><tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12271&amp;d=1256292475" target="_blank">alignment problemmarkedin ie7.JPG</a> (137.8 KB)</td> </tr><tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12272&amp;d=1256292496" target="_blank">remove bullet symbol in ie7pic.JPG</a> (129.0 KB)</td> </tr> </table> </fieldset>   </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>chowdarysmk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232558.html</guid>
		</item>
		<item>
			<title>Linking a submit button on a form</title>
			<link>http://www.daniweb.com/forums/thread232476.html</link>
			<pubDate>Fri, 23 Oct 2009 01:58:11 GMT</pubDate>
			<description>HI i know this is probably a novice question but i made a form just with name and email and a comments box but i am having trouble with my submit button, is there a way that i can just have it send the form information to me in an email when the form is submitted, instead of it being sent to a...</description>
			<content:encoded><![CDATA[<div>HI i know this is probably a novice question but i made a form just with name and email and a comments box but i am having trouble with my submit button, is there a way that i can just have it send the form information to me in an email when the form is submitted, instead of it being sent to a database? I really appreciate the help.<br />
<br />
Thanks<br />
<br />
R</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ryan12193</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232476.html</guid>
		</item>
		<item>
			<title>Web Design Top Tips or Best Practices</title>
			<link>http://www.daniweb.com/forums/thread232444.html</link>
			<pubDate>Thu, 22 Oct 2009 23:02:42 GMT</pubDate>
			<description>Hi Guys 
 
I am currently studying an I.T degree at uni, which covers a lot of general I.T disciplines, web design, databases, programming etc.   Although we get taught technical skills, such as C# and Php, I am at a loss a lot of the time when designing websites.   
 
I never know if there are any...</description>
			<content:encoded><![CDATA[<div>Hi Guys<br />
<br />
I am currently studying an I.T degree at uni, which covers a lot of general I.T disciplines, web design, databases, programming etc.   Although we get taught technical skills, such as C# and Php, I am at a loss a lot of the time when designing websites.  <br />
<br />
I never know if there are any best practices I should be following or industry rules I should use when designing a layout or when putting a site together.   I was wondering if anyone who works in the industry would be up for sharing some of the web design best practices or top tips they have picked up whilst working as a web designer.  It would be great for me to take on board some advice so early in my learning so i get a good foundation for what I am doing and get into good habits when designing, so that I can produce quality work.<br />
<br />
Would be great to hear from anyone, really appreciate your time.<br />
<br />
kind regards</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>fawkman</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232444.html</guid>
		</item>
		<item>
			<title>Extra unwanted whitespace - IE Browser</title>
			<link>http://www.daniweb.com/forums/thread232329.html</link>
			<pubDate>Thu, 22 Oct 2009 15:05:40 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have a very simple HTML and CSS combination which behaves differently in IE browsers and Firefox. Just wondering if anyone can explain why I'm seeing extra space allocated in IE browsers.  
 
I've tried everything I can to remove it but can't figure out how. 
 
Here's the HTML 
  <div...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a very simple HTML and CSS combination which behaves differently in IE browsers and Firefox. Just wondering if anyone can explain why I'm seeing extra space allocated in IE browsers. <br />
<br />
I've tried everything I can to remove it but can't figure out how.<br />
<br />
Here's the HTML<br />
 <pre style="margin:20px; line-height:13px">&lt;html&gt;<br />
&nbsp; &nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;link rel=&quot;stylesheet&quot; title=&quot;Test&quot; type=&quot;Text/css&quot; media=&quot;all&quot; href=&quot;spacing2.css&quot;&gt;<br />
&nbsp; &nbsp; &lt;/head&gt;<br />
&nbsp; &nbsp; &lt;body&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;mapInfoTabBorder&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;TabBorderTabs&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;TabBorderInactiveTab&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;TabSubmit&quot; value=&quot;Karte&quot; type=&quot;submit&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;TabBorderActiveTab&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Info<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;TabBorderInactiveTab&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;TabSubmit_0&quot;&nbsp; value=&quot;Adresse&quot; type=&quot;submit&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;TabBorderInactiveTab&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input name=&quot;TabSubmit_1&quot; value=&quot;Adressenliste&quot; type=&quot;submit&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &lt;/body&gt;<br />
&lt;/html&gt;</pre><br />
<br />
and here's the CSS<br />
<br />
 <pre style="margin:20px; line-height:13px">#mapInfoTabBorder div.TabBorderInactiveTab {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: yellow;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: none;<br />
}<br />
<br />
#mapInfoTabBorder div.TabBorderInactiveTab input {<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border: none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: green;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align: left;<br />
}</pre><br />
If you view this in IE6 or IE8 and then compare with Firefox, you'll see what I mean.<br />
<br />
Thanks,<br />
<br />
Stuart.</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>sbarlow</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232329.html</guid>
		</item>
		<item>
			<title>Need for help</title>
			<link>http://www.daniweb.com/forums/thread232200.html</link>
			<pubDate>Thu, 22 Oct 2009 07:09:56 GMT</pubDate>
			<description><![CDATA[*Hello members* 
   i am the new one to css... 
In our forum above 
we see 
Hardware/software softwaredevelopment web development internet marketing business exchange is there 
in tis how can create dropdown lists like 
hardware/software 
1.microsoftwindows 
2.Linux&unix 
3.Mac etc...]]></description>
			<content:encoded><![CDATA[<div><span style="font-weight:bold">Hello members</span><br />
   i am the new one to css...<br />
In our forum above<br />
we see<br />
Hardware/software softwaredevelopment web development internet marketing business exchange is there<br />
in tis how can create dropdown lists like<br />
hardware/software<br />
1.microsoftwindows<br />
2.Linux&amp;unix<br />
3.Mac etc...<br />
How can i get tis type of style sheet plz give the css sheet that one.....plz guys i'm a learner don't think bad<br />
                                   In advance Thank you</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>chowdarysmk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232200.html</guid>
		</item>
		<item>
			<title>dissapearing blanks in textbox</title>
			<link>http://www.daniweb.com/forums/thread232093.html</link>
			<pubDate>Wed, 21 Oct 2009 22:48:45 GMT</pubDate>
			<description><![CDATA[<div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a href="/forums/misc.php?do=explaincode&amp;TB_iframe=true&amp;height=400&amp;width=680" class="thickbox" title="Help with Code Tags" target="_blank">Help with Code Tags</a> </div> <div>(<a href="#"...]]></description>
			<content:encoded><![CDATA[<div> <pre style="margin:20px; line-height:13px">&lt;%@ Page Language = &quot;VB&quot; aspcompat=true Explicit=&quot;True&quot;%&gt; <br />
&lt;%Dim src As String = &quot; bet &quot;%&gt;<br />
<br />
&lt;html&gt;<br />
&lt;head &gt;&lt;/head&gt;<br />
&lt;body &gt;<br />
<br />
&lt;form name=loc action=testsac.aspx method=get&gt;<br />
&lt;table class=s0 width=100% cellpadding=1 cellspacing=1 align=center border=1&gt;<br />
&nbsp; &lt;tr class=s0 align=center&gt;<br />
&nbsp; &nbsp; &lt;td&gt;<br />
&nbsp; &nbsp; Search For:<br />
&nbsp; &nbsp; &lt;input class=s0 size=50 name=src&nbsp; value=&lt;%=src%&gt;&gt;<br />
&nbsp; &nbsp; &lt;input class=s0 type=submit value=Search /&gt;<br />
&nbsp; &nbsp; &lt;td&gt;&lt;/td&gt;<br />
&nbsp; &lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/form&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre><br />
on the screen, &quot;bet&quot; is the search string, but I want &quot; bet &quot;<br />
any ideas?</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>jimib</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232093.html</guid>
		</item>
		<item>
			<title>Floated elements disrupting background image of body?</title>
			<link>http://www.daniweb.com/forums/thread232079.html</link>
			<pubDate>Wed, 21 Oct 2009 20:42:04 GMT</pubDate>
			<description><![CDATA[Hello everyone, 
 
I have a wierd problem (seems I have a knack for that ) with a design I'm working on. When you first go to this page there is some disruption around the two floated columns in the background image that is assigned to the body tag: 
 
(Right now the page is only working properly...]]></description>
			<content:encoded><![CDATA[<div>Hello everyone,<br />
<br />
I have a wierd problem (seems I have a knack for that ) with a design I'm working on. When you first go to this page there is some disruption around the two floated columns in the background image that is assigned to the body tag:<br />
<br />
(Right now the page is only working properly in non-IE browsers aside from the bg issue, but I don't know any developers that regularly use IE anyways...LOL)<br />
<br />
<a rel="nofollow" class="t" href="http://www.spidersend.com/new_site/newsite4/test6.html" target="_blank">http://www.spidersend.com/new_site/newsite4/test6.html</a><br />
<br />
However if you refresh the page or click to another tab and then back to that page it corrects itself. Once I remove the sidebar and the float property from the css on the main content area the issue is gone so it has to be something to do with that. Has anybody experienced this before?<br />
<br />
I just find it odd that it doesn't stay messed up, but corrects itself, even if you refresh and clear the cache. Confusing and wierd.<br />
<br />
Any ideas? Theories? Any and all ideas are much appreciated. Here is the CSS:<br />
 <pre style="margin:20px; line-height:13px">body<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: &quot;arial&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/bottom_slice.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat: repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-position: bottom center;<br />
}<br />
<br />
div#header<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/header_slice3.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat: repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 198px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br />
}<br />
<br />
div#header-content<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 680px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px auto;<br />
}<br />
<br />
div#top-navigation<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 680px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; bottom: 16px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #FFFFFF;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: &quot;arial&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 16px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0px;<br />
}<br />
<br />
div#content<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 850px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left;<br />
}<br />
<br />
div#content-header<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/content_bg_top.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 850px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 30px;<br />
}<br />
<br />
div#content-footer<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/content_bg_bottom.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:850px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 32px;<br />
}<br />
<br />
div#content-area<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/content_bg_slice.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right: 18px;<br />
}<br />
<br />
div#adbar<br />
{<br />
width: 157px;<br />
float: right;<br />
}<br />
<br />
div#adbar-header<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/sidebar_top.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 157px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 30px;<br />
}<br />
<br />
div#adbar-footer<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/sidebar_bottom.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 157px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 26px;<br />
}<br />
<br />
div#adbar-area<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url('images/sidebar_slice.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-right: 5px;<br />
}<br />
<br />
div#sidebar<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear: both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; right: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #d2e7f0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 300px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-border-radius: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left: 15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #0c577a;<br />
}<br />
<br />
div#sidebar2<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear: both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; right: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #d2e7f0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 300px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; -moz-border-radius: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left: 15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top: 20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color: #0c577a;<br />
}<br />
<br />
div#content-wrapper<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 1007px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px auto;<br />
}</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>lisan28</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232079.html</guid>
		</item>
		<item>
			<title>Background Image for header_inner help!</title>
			<link>http://www.daniweb.com/forums/thread232049.html</link>
			<pubDate>Wed, 21 Oct 2009 18:19:10 GMT</pubDate>
			<description>In my header_inner, I am trying to display an image in the background, but whenever I try, it just shows the blank. Will someone please help me with this as I have been messing with this for hours. I posted a .doc to show how I want the image to be displayed. I appreciate it. 
 
 
 
*.HTML* 
 
...</description>
			<content:encoded><![CDATA[<div>In my header_inner, I am trying to display an image in the background, but whenever I try, it just shows the blank. Will someone please help me with this as I have been messing with this for hours. I posted a .doc to show how I want the image to be displayed. I appreciate it.<br />
<br />
<br />
<br />
<span style="font-weight:bold">.HTML</span><br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;<br />
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;<br />
&lt;title&gt;3 Column Rounded Corners - from the &quot;Stylin' with CSS&quot; Stylib library&lt;/title&gt;<br />
&lt;!--the layoout and text stylesheets--&gt;<br />
&lt;link href=&quot;../../lib/css_styles/layouts/3_col_rounded.css&quot; media=&quot;all&quot; rel=&quot;stylesheet&quot; /&gt;<br />
&lt;link href=&quot;../../lib/css_styles/text/text_n_colors.css&quot; media=&quot;all&quot; rel=&quot;stylesheet&quot; /&gt;<br />
&lt;script type=&quot;text/javascript&quot;&nbsp; src=&quot;../../lib/nifty_corners/javascript/niftycube.js&quot;&gt;&lt;/script&gt;<br />
<br />
&lt;script type=&quot;text/javascript&quot;&gt;<br />
window.onload=function(){<br />
Nifty('div#header','transparent medium'); // medium rounded corners w/transparency for gradient background image<br />
Nifty('div#nav,div#content,div#promo','medium same-height'); //medium rounded corners, same height cols<br />
Nifty('div#main_wrapper,div#footer','medium');&nbsp; //medium rounded corners<br />
AddCss (&quot;../../lib/nifty_corners/css/niftyCorners.css&quot;); // location of Nifty CSS file relative to this page<br />
}<br />
&lt;/script&gt;<br />
<br />
&lt;/head&gt;<br />
<br />
&lt;body class=&quot;mocha&quot;&gt;<br />
&lt;div id=&quot;main_wrapper&quot;&gt;<br />
&lt;div id=&quot;header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;header_inner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url (../../lib/css_styles/layouts/carlile_bay3.jpg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h1&gt;First Bolans Reunion 2011&lt;/h1&gt;&lt;!-- end header_nav --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;&lt;!-- end header_inner --&gt;<br />
&lt;/div&gt;<br />
&lt;!-- end header --&gt;<br />
<br />
&lt;div id=&quot;nav&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;nav_inner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;RSVP&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Flyer&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Program&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Discussion&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end nav_inner --&gt;<br />
&lt;/div&gt;&lt;!-- end nav --&gt;<br />
<br />
&lt;div id=&quot;content&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;content_inner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h2&gt;About Bolans First Reunion&lt;/h2&gt;<br />
&lt;p&gt;&lt;strong&gt;The Bolans Community Development Association (BCDA) is planning a village reunion for 2011.&lt;/strong&gt;<br />
&nbsp; &nbsp; &nbsp;  The reunion will mark Bolans ??? birthday. There will be educational, cultural and a variety of other activities. <br />
&nbsp; &nbsp; &nbsp;  We would like to invite villlagers and their relatives at home and abroad to meet and select one or more representative(s)--or point<br />
&nbsp; &nbsp; &nbsp;  of contact(s) (POC(s)). The POCs will provide advice and coordinate activities with members of the BCDA. The Bolans<br />
&nbsp; &nbsp; &nbsp;  Reunion Committee (BRC) consists of BCDA organizers and the POCs.&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h3&gt;The Bolans Community Development Association&lt;/h3&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;The BCDA is a Bolans based community organization. It has been involved in a number of community outreach<br />
&nbsp; &nbsp; &nbsp; activities, such as acquiring computers and books. These resources have benefited both Bolans Primary School students<br />
&nbsp; &nbsp; &nbsp; and the wider community.&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;h3&gt;Thoughts and Ideas from Facebook's Bolans Reunion Committee&lt;/h3&gt;<br />
&lt;p&gt;Here are some thoughts from Facebook group, Bolans Reunion Committee:&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;&quot;What about doing something along the lines of health and education. We can have a day when people come out and<br />
&nbsp; &nbsp; &nbsp; &nbsp;  get their blood pressure and sugar checked. Also we can have someone give talk on health related issues, substance<br />
&nbsp; &nbsp; &nbsp; &nbsp;  abuse, STDs etc and another person on the importance of education. Too many young people are sitting on the block...<br />
&nbsp; &nbsp; &nbsp; &nbsp;  time for them to do something meaningful with their lives.&quot;&lt;/em&gt;&lt;/p&gt;<br />
&lt;p align=&quot;right&quot;&gt;&nbsp; &nbsp; &nbsp; &lt;strong&gt;--Lauralee Riley, British Virgin Islands&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;&quot;Lauralee's ideas could be like a health and education fair.&quot;&lt;/em&gt;&lt;/p&gt;<br />
&lt;p align=&quot;right&quot;&gt;&nbsp; &nbsp; &nbsp; &lt;strong&gt;--Jarusha Turner Jacobs, New York&lt;/strong&gt;&lt;/p&gt;<br />
&lt;p&gt;&lt;em&gt;Excellent idea. We need to be mindful of giving people enough time to plan for this trip. if it's going to be in 2010<br />
&nbsp; &nbsp; &nbsp;  then we need to really get on the ball with the planning. If there's anything that I can do to assist with the planning<br />
&nbsp; &nbsp; &nbsp;  please don't hesitate to let me know.&quot;&lt;/em&gt;&lt;/p&gt;<br />
&lt;p align=&quot;right&quot;&gt;&nbsp; &nbsp; &nbsp; &lt;strong&gt;--Cordover Browne, Massachusetts, USA&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;div id=&quot;promo&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;promo_inner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;cite&gt;If you would like to place an ad with us or donate to the reunion, please do not hesistate to contact us.&lt;/cite&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end nav_inner --&gt;<br />
&lt;/div&gt;&lt;!-- end nav --&gt;<br />
&lt;div style=&quot;clear:both&quot;&gt;&lt;/div&gt;&nbsp;  &lt;!-- to fix square-edge draw problem on rounded footer box in Safari - CSS-based clearing doesn't fix the problem in this case&nbsp; --&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&lt;div id=&quot;footer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;footer_inner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&amp;copy; 2009 - The Bolans Community Development Association&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;/div&gt;<br />
&lt;!--end main wrapper--&gt;<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre><br />
<br />
<br />
<span style="font-weight:bold">.CSS </span><br />
<br />
<br />
 <pre style="margin:20px; line-height:13px">/* THREE COLUMN LAYOUT */<br />
/* you have to be careful with Nifty Corners - don't add height to the outer containers or the corners will no display correctly in Safari. */<br />
<br />
/*padd the */<br />
* {margin:0 padding:0;}<br />
body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;&nbsp; /* IE6 needs this to center the layout in the browser window */<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#main_wrapper {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:840px; /* widths of columns will scale proportionately as this width is changed */<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:auto;&nbsp; /* centers max'd layout in browser */<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:auto; /* centers max'd layout in browser */<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:left; /* prevents page inheriting IE6 centering hack on body */<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top:10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
#header {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#nav {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:130px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 10px 10px 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline; /* fixes IE6 margin doubling bug */<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#content {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:550px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 10px 10px 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#promo {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:120px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 0 10px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#footer {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear:both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#header_inner, #content_inner, #promo_inner <br />
&nbsp; &nbsp; &nbsp; &nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow:hidden; /* prevents oversize elements from breaking the layout */<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#header_inner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:1em 2em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 494 px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 119 px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url(../../lib/css_styles/layouts/carlile_bay3.jpg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#nav_inner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:1em .5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#content_inner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0em 1em 1em 1.5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#promo_inner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:1em .5em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
#footer_inner {<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:.5em 1em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</pre></div>  <br /> <div style="padding:5px">     <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/doc.gif" alt="File Type: doc" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12232&amp;d=1256149046">Webpage.doc</a> (130.0 KB)</td> </tr> </table> </fieldset>  </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>NinjaLink</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread232049.html</guid>
		</item>
		<item>
			<title>Site renders incorrectly only on my machine!!</title>
			<link>http://www.daniweb.com/forums/thread231970.html</link>
			<pubDate>Wed, 21 Oct 2009 13:19:04 GMT</pubDate>
			<description>Hello to everyone 
 
I have a problem that is making me pull my hair out in frustration! I programmed a website (warpmediamarketing.com) and uploaded it to the server, having checked it out on my computer in IE7 and the latest Firefox. Everything seemed ok. 
 
My client called to say that the side...</description>
			<content:encoded><![CDATA[<div>Hello to everyone<br />
<br />
I have a problem that is making me pull my hair out in frustration! I programmed a website (warpmediamarketing.com) and uploaded it to the server, having checked it out on my computer in IE7 and the latest Firefox. Everything seemed ok.<br />
<br />
My client called to say that the side vertical spry menu overlapped the text on the warpmediamarketing.com/data3.html page and others. I checked on my computer and it was positioned correctly. They (the client) are using the same IE7 as me. I checked it on a screenshot browser site and it rendered wrongly (as the client said).<br />
<br />
I have another computer with the same edition of IE7 so I checked that. That rendered worngly too. Checked with several friends and it was wrong too - only my computer rendered it differently. So, I changed the positioned to suit my clients (and everyone else's) computers. Fine, on my laptop too.<br />
<br />
But heres the thing - it still renders differently on my computer. I've tried installing latest version IE8 and still the same problem!<br />
<br />
I'm starting to think that my computer has it in for me - please help!</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>theFallGuy</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231970.html</guid>
		</item>
		<item>
			<title>Change of URL. What do I do?</title>
			<link>http://www.daniweb.com/forums/thread231937.html</link>
			<pubDate>Wed, 21 Oct 2009 10:48:31 GMT</pubDate>
			<description><![CDATA[Hi. I'm changing a site's URL to a new domain. The site is hosted at freewebs.com which makes it impossible to create redirects (unless anybody proofs different).  
 
What is the most efficient way to make sure I don't get penalized by Google for duplicate content? As the new domain is a subdomain...]]></description>
			<content:encoded><![CDATA[<div>Hi. I'm changing a site's URL to a new domain. The site is hosted at freewebs.com which makes it impossible to create redirects (unless anybody proofs different). <br />
<br />
What is the most efficient way to make sure I don't get penalized by Google for duplicate content? As the new domain is a subdomain I cannot use 'change of address' in Google Webmaster Tools.<br />
<br />
Thanks,<br />
J</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>jb1ker</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231937.html</guid>
		</item>
		<item>
			<title>It properly works in mozilla not in ie plz help me2see in I.E6 r 7</title>
			<link>http://www.daniweb.com/forums/thread231916.html</link>
			<pubDate>Wed, 21 Oct 2009 09:27:07 GMT</pubDate>
			<description>*This is css code* 
*{ 
	padding:0px; margin:0px;font-size:100% 
 } 
 
 html{ 
	font-size:100%; 
	height:100%; 
 }</description>
			<content:encoded><![CDATA[<div><span style="font-weight:bold">This is css code</span><br />
 <pre style="margin:20px; line-height:13px">*{<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0px; margin:0px;font-size:100%<br />
&nbsp;}<br />
<br />
&nbsp;html{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:100%;<br />
&nbsp;}<br />
<br />
body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:#8b909c url('../images/page-bg.gif') repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:&quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
}<br />
<br />
a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:underline;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;<br />
}<br />
p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 0.9em/1.2em &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
h1{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 1.5em/1.5em &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
h2{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 1.3em/1.5em &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
}<br />
h3{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 1.1em/1.5em &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
}<br />
h1,h2{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
h2,h3,h4{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:10px;<br />
}<br />
ul{<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;margin:0;<br />
}<br />
ol{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 30px;<br />
}<br />
.keymessage{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font: 1.1em/1.2em &quot;Lucida Sans Unicode&quot;,&quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:80px 200px 20px 200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.keymessage:first-letter{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 2.4em;<br />
}<br />
#watermark{<br />
&nbsp; &nbsp; &nbsp; &nbsp; /*background:url('../images/keystone-watermark3.png');*/<br />
}<br />
#page{<br />
&nbsp; &nbsp; &nbsp; &nbsp; /*height:2000px;*/<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
#wrapper{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:949px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
#header{<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
#logo{<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow:visible;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:-3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; left:-154px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; z-index:-2;<br />
}<br />
<br />
#tr-menu{<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:6px 10px 4px 4px;<br />
}<br />
<br />
.style_ip{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.style_ip li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline-block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite01.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:120px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:28px;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
.style_ip li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:6px 4px 0 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:capitalize;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:0.7em/1.5 &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#63573f;<br />
}<br />
.style_ip li a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;<br />
}<br />
.style_txt{<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:45px;<br />
}<br />
.style_txt li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline-block;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.style_txt li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:lowercase;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:0.9em/0.9 &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#666666;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 10px 2px 2px;<br />
}<br />
.style_txt li a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;<br />
}<br />
.style_txt .last{<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right:0px;<br />
}<br />
#menu{<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:40px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/menu-bg.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:783px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:66px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:6px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.style_menu{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px 10px 0 20px;<br />
}<br />
.style_menu li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline-block;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:28px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:2px 0 0 13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:26px;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
.style_menu li span a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:4px 0 0 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:uppercase;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:0.9em/1.5 &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:13px;<br />
}<br />
.style_menu li:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') 0px 3px no-repeat;<br />
}<br />
.style_menu li:hover span a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') 0px -23px repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#63573f;<br />
}<br />
.style_menu li:hover span{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') right -47px no-repeat;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
.current{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') 0px -77px no-repeat;<br />
}<br />
.current span a{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') 0px -103px repeat-x;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#63573f;<br />
}<br />
.current span{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite02.png') right -127px no-repeat;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
<br />
#content{<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:-62px;<br />
}<br />
.middle{<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:20px 30px 20px 30px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:0px solid #f00;<br />
}<br />
.middle p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom:10px;<br />
}<br />
.split{<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.white-window{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/white-block-top.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:19px;<br />
}<br />
.white-window .middle{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/white-block-middle.png') repeat-y;<br />
}<br />
.white-window .bottom{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/white-block-bottom.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:10px;<br />
}<br />
.grey-window{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-block-top.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:19px;<br />
}<br />
.grey-window .middle{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-block-middle.png') repeat-y;<br />
}<br />
.grey-window .bottom{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-block-bottom.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:10px;<br />
}<br />
.black-window{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/blk-block-top.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:19px;<br />
}<br />
.black-window .middle{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/blk-block-middle.png') repeat-y;<br />
}<br />
.black-window .bottom{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/blk-block-bottom.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:10px;<br />
}<br />
.gb-window{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-black-block-top.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:19px;<br />
}<br />
.gb-window .middle{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-black-block-middle.png') repeat-y;<br />
}<br />
.gb-window .bottom{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/grey-black-block-bottom.png') no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:10px;<br />
}<br />
#footer{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:10px 0 5px 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:0.7em/0.9 &quot;Trebuchet MS&quot;, Verdana, Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
}<br />
#footer a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:inline-block;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:capitalize;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#5c5c5c;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 10px 5px 2px;<br />
}<br />
#footer a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#000000;<br />
}<br />
.style_ftr{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:430px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:0px solid #f00;<br />
}<br />
.style_ftr li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
.style_ftr li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.style_ftr li a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
}<br />
.style_ftr .last{<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right:0px;<br />
}<br />
.style_pfc{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:200px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:0px solid #f00;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.style_pfc li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
<br />
.style_pfc li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:capitalize;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#e5e5e5;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 2px 10px 2px 2px;<br />
}<br />
.style_pfc li a:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
}<br />
.style_pfc .last{<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right:0px;<br />
}<br />
<br />
.about-us-banner{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/about-us-banner.png') 1px -5px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:276px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.home-banner{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/home-banner-m.png') 0px -1px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:279px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
h1.bul-header{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/bullet-sprite-large.png') 0px 0px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0 0 0 40px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom:8px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
h2.bul-header{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/bullet-sprite-normal.png') 0px 0px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0 0 0 40px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom:8px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00a8cc;&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.img-right-block{<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; right:0px;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; top:-31px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 20px 10px 30px;<br />
}<br />
.left-block{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:560px;<br />
}<br />
.middle.split .left-block{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:563px;<br />
}<br />
.right-block{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:300px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top:0px;<br />
}<br />
.clear{<br />
&nbsp; &nbsp; &nbsp; &nbsp; clear:both;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; content:&quot;&quot;;<br />
}<br />
.middle.split .right-block{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:300px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top:0px;<br />
}<br />
.dark-bg{<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
}<br />
.small-fonts p{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:0.7em;<br />
}<br />
.read-more{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:right;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/button-sprite01.png') 4px -80px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:0.7em;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:28px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-align:center;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:5px;<br />
}<br />
.read-more:hover{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
}<br />
.large-bul{&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-image: url('../images/bullet-blue-large.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-position:inside;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:-32px 0 0 -20px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:242px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:1.4em/1.5 &quot;Trajan Pro&quot;,&quot;Times New Roman&quot;, Times, serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-transform:capitalize;<br />
}<br />
.large-bul li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/list-bg-other.png')-11px 0px no-repeat;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px 10px 10px 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:47px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.large-bul .first{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url('../images/list-bg-first.png')-11px -9px no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:11px;<br />
}<br />
<br />
.nrml-bul{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-image: url('../images/bullet-blue-normal.png');<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-position:inside;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:5px 40px 20px 40px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border:1px solid #ccc;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url('../images/list-bg-large.png') repeat-x;<br />
}</pre><span style="font-weight:bold">This is html page</span><br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;title&gt;Keystone Logic&lt;/title&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;link rel=&quot;stylesheet&quot; media=&quot;all&quot; type=&quot;text/css&quot; href=&quot;styles/screen.css&quot; /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/head&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;body&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;watermark&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;page&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;wrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;header&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;tr-menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;style_ip&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;blog&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;#&quot;&gt;whitepapers&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;last&quot;&gt;&lt;a href=&quot;#&quot;&gt;subscribe&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;style_txt&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;careers.html&quot;&gt;careers&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;last&quot;&gt;&lt;a href=&quot;contact-us.html&quot;&gt;contact us&lt;/a&gt;&lt;/li&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of tr-menu --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;style_menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;current&quot;&gt;&lt;span&gt;&lt;a href=&quot;index.html&quot;&gt;Home&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;&lt;a href=&quot;about-us.html&quot;&gt;About Us&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;&lt;a href=&quot;industries.html&quot;&gt;Industries&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;&lt;a href=&quot;solutions.html&quot;&gt;Solutions&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;&lt;a href=&quot;services.html&quot;&gt;Services&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;&lt;a href=&quot;customers.html&quot;&gt;Customers&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;last&quot;&gt;&lt;span&gt;&lt;a href=&quot;partners.html&quot;&gt;Partners&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of menu --&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;logo&quot;&gt;&lt;img src=&quot;images/keystone-logo2.png&quot; alt=&quot;Keystone Logic Logo&quot; /&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of header --&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;content&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;home-banner&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;blockquote class=&quot;keymessage&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; In the IT enabled world, information systems are the keystone of any organization. They enable businesses to work together effectively and in essence support the entire organizational structure and growth.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/blockquote&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;gb-window&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;middle split&quot; style=&quot;&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;right-block dark-bg small-fonts &quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h1 class=&quot;bul-header&quot;&gt;About us&lt;/h1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; KeystoneLogic is a global IT organization focused on providing IT solutions to enhance customer loyalty, customer satisfaction, and corporate performance and drive business growth.&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;&lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Our vision is to continually invest in R&amp;D and develop solutions and tools that are market ready, leverage our strong background in information technology and deliver tangible value to our customers.<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;&lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; We take pride in our integrity and our passion to deliver beyond our customers&amp;apos; expectations...&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;about-us.html&quot; class=&quot;read-more&quot; Title=&quot;Read more about Keystone Logic&quot;&gt;read more..&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;left-block&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul class=&quot;large-bul&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;first&quot;&gt;&lt;span&gt;Proven Leadership&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;Proven Technology &amp;amp; Processes&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;span&gt;Proven Experience&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li class=&quot;last&quot;&gt;&lt;span&gt;Proven Commitment&lt;/span&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;bottom&quot;&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;footer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;index.html&quot;&gt;Home&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;about-us.html&quot;&gt;About Us&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;industries.html&quot;&gt;Industries&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;solutions.html&quot;&gt;Solutions&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;services.html&quot;&gt;Services&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;customers.html&quot;&gt;Customers&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;partners.html&quot;&gt;Partners&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;privacy.html&quot;&gt;Privacy&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;feedback.html&quot;&gt;Feedback&lt;/a&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;contact-us.html&quot;&gt;Contact Us&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/p&gt;&lt;br /&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;All rights reserved. Copyright &amp;copy; 2009. Keystone Logic.com&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of footer --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of content --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of wrapper --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&lt;!-- end of page --&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/body&gt;<br />
&lt;/html&gt;</pre></div>  <br /> <div style="padding:5px">     <fieldset class="fieldset"> <legend>Attached Files</legend> <table cellpadding="0" cellspacing="5" border="0"> <tr> <td><img class="inlineimg" src="http://www.daniweb.com/forums/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td> <td><a href="http://www.daniweb.com/forums/attachment.php?attachmentid=12209&amp;d=1256117053">images.zip</a> (1.57 MB)</td> </tr> </table> </fieldset>  </div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>chowdarysmk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231916.html</guid>
		</item>
		<item>
			<title>Help me</title>
			<link>http://www.daniweb.com/forums/thread231892.html</link>
			<pubDate>Wed, 21 Oct 2009 07:44:45 GMT</pubDate>
			<description>i tried 2 create one web page....it is good in mozilla....bad 2 view in I.E7...plz give me suggestions 
http://blakol.com/cc/keystone/index.html 
thnkyou in advance</description>
			<content:encoded><![CDATA[<div>i tried 2 create one web page....it is good in mozilla....bad 2 view in I.E7...plz give me suggestions<br />
<a rel="nofollow" class="t" href="http://blakol.com/cc/keystone/index.html" target="_blank">http://blakol.com/cc/keystone/index.html</a><br />
thnkyou in advance</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>chowdarysmk</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231892.html</guid>
		</item>
		<item>
			<title>Right column extending problem in CSS</title>
			<link>http://www.daniweb.com/forums/thread231844.html</link>
			<pubDate>Wed, 21 Oct 2009 04:23:36 GMT</pubDate>
			<description>I have a site that is two column developed in CSS. Whenever the right column gets too long it appears that the right column starts to go under the right column and then the text and images start stacking on top of each other. The background also disappears. This happens when I add a third...</description>
			<content:encoded><![CDATA[<div>I have a site that is two column developed in CSS. Whenever the right column gets too long it appears that the right column starts to go under the right column and then the text and images start stacking on top of each other. The background also disappears. This happens when I add a third prodcontainer and then the fourth goes off the background and over to the right further.Any help would be much appreciated.<br />
<br />
CSS Code:<br />
 <pre style="margin:20px; line-height:13px">body{<br />
margin:0;<br />
padding:0;<br />
}<br />
<br />
b{font-size: 110%;}<br />
em{color: red;}<br />
<br />
#maincontainer{<br />
width: 1000px;<br />
margin: 0 auto;<br />
&nbsp;/*Center container on page*/<br />
background-image:url(../slices/bg-image.jpg);<br />
background-repeat:repeat-y;<br />
background-position:center;<br />
}<br />
<br />
#topsection{<br />
padding-left:25px;<br />
padding-top:0px;<br />
margin:0;<br />
height: 112px; /*Height of top section*/<br />
}<br />
<br />
#topsection h1{<br />
margin: 0;<br />
padding-top: 15px;<br />
}<br />
<br />
#contentwrapper{<br />
float: left;<br />
width: 100%;<br />
background-image:url(../slices/bg-image.jpg);<br />
background-repeat:repeat-y;<br />
background-position:center;<br />
}<br />
<br />
#contentcolumn{<br />
margin: 0 259px 0 235px; /*Margins for content column. Should be &quot;0 RightColumnWidth 0 LeftColumnWidth*/<br />
}<br />
<br />
#contentcolumnpage{<br />
margin: 0 20px 0 235px; /*Margins for content column. Should be &quot;0 RightColumnWidth 0 LeftColumnWidth*/<br />
}<br />
<br />
#leftcolumn{<br />
float: left;<br />
width: 213px; /*Width of left column in pixel*/<br />
margin-left: -975px; /*Set margin to that of -(MainContainerWidth)*/<br />
<br />
}<br />
.leftnav{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image: url(../slices/bkg-nav-sides.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:repeat-y;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:213px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
}<br />
.leftnav ul li{<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
}<br />
.leftnav ul li a{<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:213px;<br />
}<br />
<br />
#rightcolumn{<br />
float: left;<br />
width: 259px; /*Width of right column*/<br />
margin-left: -280px; /*Set left margin to -(RightColumnWidth)*/<br />
}<br />
<br />
#footer{<br />
clear: left;<br />
width: 100%;<br />
background-image:url(../slices/footer-image.jpg);<br />
background-repeat:repeat-y;<br />
background-position:center;<br />
color: #FFF;<br />
text-align: center;<br />
padding: 4px 0;<br />
}<br />
<br />
#footer a{<br />
color: #FFFF80;<br />
}<br />
<br />
<br />
.innertube{<br />
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/<br />
margin-top: 0;<br />
}<br />
/* define type styles */<br />
<br />
h1 {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:24px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#0e3263;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top:3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
h2&nbsp; {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#0e3263;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-top:3px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
.bluetitle {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:14px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#0e3263;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
.text {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
/*define navigation elements */<br />
.top{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background:url(../slices/header.png) top no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:112px;<br />
}<br />
.navlinks{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/navbutton.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:32px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:-15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.navlinks a {&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#00275c;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:14px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:38px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.logos {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:25px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
.navtop{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/bkg-nav-top.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:213px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:19px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.navbottom{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/bkg-nav-bottom.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:213px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.contactus {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:14px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-style:italic;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#01204b;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
.phone {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:24px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#0e3263;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
.graybar {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/grayline.jpg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left:18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
/* Right side home page */<br />
<br />
.adhometop{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/ad-home-top.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:259px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:168px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.adhomemiddle{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/ad-home-middle.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:259px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:174px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.adhomebottom{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/ad-home-bottom.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:263px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:228px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.orangetitle{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:18px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#dc6a04;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
.adtext{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#0e3263;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:15px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height:13px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; <br />
.adtext ul li {<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-position: -5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.homecontent{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
/* product page*/<br />
<br />
#prodcontainer{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:666px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0 auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-image:url(../slices/item-bkg.png);<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-repeat:no-repeat;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height:173px;<br />
}<br />
<br />
#prodmain{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:10px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
#productimage<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:25px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
}<br />
<br />
#producttext<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:350px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right:25px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
}<br />
<br />
#productprice<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#01204b;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:5px;<br />
}<br />
<br />
.productnumber {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:48px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#01204b;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
.productnumbersmall{<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:12px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#01204b;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
.orangetitlelg {<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family:Arial, Helvetica, sans-serif;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size:24px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-weight:bold;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#dc6a04;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; #<br />
.clear<br />
<br />
{clear:both;}</pre><br />
HTML Code:<br />
<br />
 <pre style="margin:20px; line-height:13px">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br />
&lt;title&gt;Untitled&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;link rel=&quot;stylesheet&quot; href=&quot;styles/main.css&quot; type=&quot;text/css&quot;&gt;<br />
&lt;body&gt;<br />
&lt;div id=&quot;maincontainer&quot;&gt;<br />
<br />
&nbsp; &lt;div id=&quot;topsection&quot;&gt;&lt;img src=&quot;slices/header.png&quot;&gt;&lt;/div&gt;<br />
<br />
&nbsp;  &lt;div id=&quot;contentwrapper&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;contentcolumnpage&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;innertube&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;homecontent&quot;&gt;&lt;h1&gt;Imagine a Hotspot the Size of a City&amp;trade;&lt;/h1&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;With CLEAR&amp;trade; you get internet over areas much, much larger than Wi-Fi. &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; We&amp;rsquo;re talking miles, not feet. So, forget about finding a hotspot&amp;hellip; connect &lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; anywhere CLEAR has coverage.* Now you&amp;rsquo;re truly mobile!&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h2&gt;CLEAR is Next Generation Mobile Broadband&lt;/h2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;Powered by WiMAX, a Fourth Generation (4G) wireless technology, the <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CLEAR network combines the mobility you love about your cell phone with <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the speed you want from broadband.&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;That means you get the same full internet experience you get at home while on the go. So go ahead and watch videos, download music or send email&amp;hellip; with CLEAR you can do what you want, where you want.&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;h2&gt;CLEAR Gives You Choices&lt;/h2&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;Getting online should be easy. That&amp;rsquo;s why CLEAR gives you choices:&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt; * Service for home, around town or both&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; * Flexible plans by the day or by the month&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; * Devices for mobile or at home use&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;p&gt;Plus, there&amp;rsquo;s no drilling, digging or waiting for installation. CLEAR gives you internet the way you want it. Now that&amp;rsquo;s the way a broadband service should be!&lt;/p&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;prodcontainer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;prodmain&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productbox&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productimage&quot;&gt;&lt;img src=&quot;images/product-home-internet.png&quot;&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;producttext&quot;&gt;&lt;span class=&quot;orangetitlelg&quot;&gt;Fast Home Internet&lt;/span&gt;&lt;br&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;text&quot;&gt;Fast Home Internet gives you more speed. This plan is ideal for online shopping, sending photos or even downloading <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; music. You'll connect at download speeds of 3Mbps and upload speeds of 500Kbps**. Usage is unlimited.&lt;br&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $35 activation fee&nbsp; (waived with 2 year sign up).&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productprice&quot;&gt;&lt;span class=&quot;productnumber&quot;&gt;$30&lt;/span&gt;/month&lt;br&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;contactus.php&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Image6','','slices/learnmore-on.png',1)&quot;&gt;&lt;img src=&quot;slices/learnmore-off.png&quot; name=&quot;Image6&quot; width=&quot;121&quot; height=&quot;50&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;prodcontainer&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;prodmain&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productbox&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productimage&quot;&gt;&lt;img src=&quot;images/product-home-internet.png&quot;&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;producttext&quot;&gt;&lt;span class=&quot;orangetitlelg&quot;&gt;Faster Home Internet&lt;/span&gt;&lt;br&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class=&quot;text&quot;&gt;Faster Home Internet lets you do more online in less time. This plan is ideal for playing games, banking, shopping, uploading, downloading videos and more! <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; You'll connect at download speeds of 6Mbps and upload speeds of 500Kbps**. Usage is unlimited.&lt;/span&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;productprice&quot;&gt;&lt;span class=&quot;productnumber&quot;&gt;$40&lt;/span&gt;/month&lt;br&gt;&lt;br&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;contactus.php&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Image6','','slices/learnmore-on.png',1)&quot;&gt;&lt;img src=&quot;slices/learnmore-off.png&quot; name=&quot;Image6&quot; width=&quot;121&quot; height=&quot;50&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;div class=&quot;clear&quot;&gt;&amp;nbsp;&lt;/div&gt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;div id=&quot;leftcolumn&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;?php include('includes/navigation.php'); ?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt;<br />
<br />
<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>bjdmb</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231844.html</guid>
		</item>
		<item>
			<title>positioning problems</title>
			<link>http://www.daniweb.com/forums/thread231794.html</link>
			<pubDate>Tue, 20 Oct 2009 23:50:57 GMT</pubDate>
			<description><![CDATA[i am trying to get my drop down navigation to centre within the div but nothing i try will work. here is the css and html for it, if anyone could help i would be extremely grateful. 
 
*html* 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>i am trying to get my drop down navigation to centre within the div but nothing i try will work. here is the css and html for it, if anyone could help i would be extremely grateful.<br />
<br />
<span style="font-weight:bold">html</span><br />
 <pre style="margin:20px; line-height:13px">&lt;div id=&quot;topmenu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp;  &lt;ul id=&quot;menu&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot;&gt;About Us&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;The Team&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;History&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Vision&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot;&gt;Products&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Cozy Couch&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Great Table&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Small Chair&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Shiny Shelf&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Invisible Nothing&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;a href=&quot;&quot;&gt;Contact&lt;/a&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Online&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Right Here&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;Somewhere Else&lt;/a&gt;&lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;/li&gt;<br />
&nbsp; &nbsp; &nbsp; &lt;/ul&gt;<br />
&nbsp; &nbsp; &lt;/div&gt;</pre><br />
<span style="font-weight:bold">css</span><br />
 <pre style="margin:20px; line-height:13px">#topmenu ul {<br />
&nbsp; font-family: Arial, Verdana;<br />
&nbsp; font-size: 14px;<br />
&nbsp; margin: 0;<br />
&nbsp; padding: inherit;<br />
&nbsp; list-style: none;<br />
}<br />
ul li {<br />
&nbsp; display: block;<br />
&nbsp; position: relative;<br />
&nbsp; float: left;<br />
}<br />
li ul { display: none; }<br />
ul li a {<br />
&nbsp; display: block;<br />
&nbsp; left: 200px;<br />
&nbsp; text-decoration: none;<br />
&nbsp; color: #ffffff;<br />
&nbsp; border-top: 1px solid #ffffff;<br />
&nbsp; padding: 5px 15px 5px 15px;<br />
&nbsp; background: none;)<br />
&nbsp; margin-left: 1px;<br />
&nbsp; white-space: nowrap;<br />
}<br />
ul li a:hover { background: f2f2f2; }<br />
li:hover ul {<br />
&nbsp; display: block;<br />
&nbsp; position: absolute;<br />
}<br />
li:hover li {<br />
&nbsp; float: none;<br />
&nbsp; font-size: 11px;<br />
}<br />
li:hover a { background: #F2F2F2 }<br />
li:hover li a:hover { background: #f2f2f2; }</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>snefmoo</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231794.html</guid>
		</item>
		<item>
			<title>Web layouts in photoshop</title>
			<link>http://www.daniweb.com/forums/thread231720.html</link>
			<pubDate>Tue, 20 Oct 2009 17:01:56 GMT</pubDate>
			<description>Hi, 
 
I would like to design my website in photoshop but am struggling firstly with what resolution to use? i have read articles etc that say 800x600 is dead and i should use at least 1024x768.  
 
my next question is how would i start such a layout as obviously i need to take the resolution in...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I would like to design my website in photoshop but am struggling firstly with what resolution to use? i have read articles etc that say 800x600 is dead and i should use at least 1024x768. <br />
<br />
my next question is how would i start such a layout as obviously i need to take the resolution in abit to take in account the browsers navigation etc but how much should i leave on a 1024x768?<br />
<br />
thanks</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum130.html">Site Layout and Usability</category>
			<dc:creator>kipl20</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231720.html</guid>
		</item>
		<item>
			<title>teach me</title>
			<link>http://www.daniweb.com/forums/thread231689.html</link>
			<pubDate>Tue, 20 Oct 2009 15:09:55 GMT</pubDate>
			<description>i am a college student and we have to make our own designed web page..can you help me to start</description>
			<content:encoded><![CDATA[<div>i am a college student and we have to make our own designed web page..can you help me to start</div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum143.html">HTML and CSS</category>
			<dc:creator>ehem011</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread231689.html</guid>
		</item>
	</channel>
</rss>
