<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Css, How to</title>
	<atom:link href="http://csshowto.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://csshowto.us</link>
	<description>Everything you ever wanted to know about CSS!</description>
	<lastBuildDate>Fri, 09 Jul 2010 22:15:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to get rid of blank lines in my css code? by Colanth</title>
		<link>http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/comment-page-1/#comment-1070</link>
		<dc:creator>Colanth</dc:creator>
		<pubDate>Fri, 09 Jul 2010 22:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/#comment-1070</guid>
		<description>I usually usw Word for that.  It keeps text files as text, and the Replace function recognizes blank lines (they&#039;re double manual line breaks - change them to single ones.)</description>
		<content:encoded><![CDATA[<p>I usually usw Word for that.  It keeps text files as text, and the Replace function recognizes blank lines (they&#8217;re double manual line breaks &#8211; change them to single ones.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get rid of blank lines in my css code? by Ron</title>
		<link>http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/comment-page-1/#comment-1069</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Fri, 09 Jul 2010 21:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/#comment-1069</guid>
		<description>Open CSS in a CSS editor and copy the blank link and use the Find/Replace tool.

Free HTML Editors, Web Editors, and WYSIWYG Web Editors and Site Builders:
http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors
HTML Editor Reviews - http://www.wdvl.com/Reviews/HTML/
Free Online Editor Tool: http://htmledit.squarefree.com/
Free Flash Website Builder (Online): http://www.wix.com/
PageBreeze (Free visual (WYSIWYG) and HTML tag/source modes): http://www.pagebreeze.com/ 

Mac users might want to download BBedit Lite, a more powerful, and free mac text editor: http://www.barebones.com/products/bbedit_lite.html

Ron</description>
		<content:encoded><![CDATA[<p>Open CSS in a CSS editor and copy the blank link and use the Find/Replace tool.</p>
<p>Free HTML Editors, Web Editors, and WYSIWYG Web Editors and Site Builders:<br />
<a href="http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors" rel="nofollow">http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors</a><br />
HTML Editor Reviews &#8211; <a href="http://www.wdvl.com/Reviews/HTML/" rel="nofollow">http://www.wdvl.com/Reviews/HTML/</a><br />
Free Online Editor Tool: <a href="http://htmledit.squarefree.com/" rel="nofollow">http://htmledit.squarefree.com/</a><br />
Free Flash Website Builder (Online): <a href="http://www.wix.com/" rel="nofollow">http://www.wix.com/</a><br />
PageBreeze (Free visual (WYSIWYG) and HTML tag/source modes): <a href="http://www.pagebreeze.com/" rel="nofollow">http://www.pagebreeze.com/</a> </p>
<p>Mac users might want to download BBedit Lite, a more powerful, and free mac text editor: <a href="http://www.barebones.com/products/bbedit_lite.html" rel="nofollow">http://www.barebones.com/products/bbedit_lite.html</a></p>
<p>Ron</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get rid of blank lines in my css code? by Voltron3000</title>
		<link>http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/comment-page-1/#comment-1068</link>
		<dc:creator>Voltron3000</dc:creator>
		<pubDate>Fri, 09 Jul 2010 21:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/#comment-1068</guid>
		<description>open the file in a text editor like notepad++ and use the find and replace function to replace the blank line with nothing.

I would highlight then copy/paste the blank line  (select from just after the last character on the previous line, down to the blank line, that will capture the line break) into the find/replace form and leave the replace field blank. It works in notepad++ and a few other text editors I have tried. Not sure if it works in regular notepad.</description>
		<content:encoded><![CDATA[<p>open the file in a text editor like notepad++ and use the find and replace function to replace the blank line with nothing.</p>
<p>I would highlight then copy/paste the blank line  (select from just after the last character on the previous line, down to the blank line, that will capture the line break) into the find/replace form and leave the replace field blank. It works in notepad++ and a few other text editors I have tried. Not sure if it works in regular notepad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get rid of blank lines in my css code? by That's what she said</title>
		<link>http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/comment-page-1/#comment-1067</link>
		<dc:creator>That's what she said</dc:creator>
		<pubDate>Fri, 09 Jul 2010 20:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-to-get-rid-of-blank-lines-in-my-css-code/#comment-1067</guid>
		<description>check to see if your IDE has some sort of a &quot;clean up/format/make pretty&quot; option somewhere that will clean up your code...unless you are using notepad..then good ol&#039; highlight and delete :)</description>
		<content:encoded><![CDATA[<p>check to see if your IDE has some sort of a &#8220;clean up/format/make pretty&#8221; option somewhere that will clean up your code&#8230;unless you are using notepad..then good ol&#8217; highlight and delete <img src='http://csshowto.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I manage multiple hyperlinks on my Dreamweaver designed site Using CSS? by Sam</title>
		<link>http://csshowto.us/how-do-i-manage-multiple-hyperlinks-on-my-dreamweaver-designed-site-using-css/comment-page-1/#comment-1050</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-i-manage-multiple-hyperlinks-on-my-dreamweaver-designed-site-using-css/#comment-1050</guid>
		<description>You create classes.

For example:



The rule of CSS is that you name your divs things that make sense. Creating div1, div2, div3, etc makes it harder for you to keep track of what goes where and what you need to modify. If, say, you want to change your left navigation, you create a div class called .leftnav and chose the properties you want (imagine want all your left navigation to be in bold, small caps, and green.) 

Once you created the div class, apply it to the section you want it to affect.

For example, say this is your left navigation:

&lt;div class=&quot;leftnav&quot;&gt;
Home
Updates
Shoes
Jackets
Socks
&lt;/div&gt;

The CSS should look something like this

.leftnav {
color: green;
variant: smallcaps;
font: bold;
}

(I&#039;m a tiny bit rusty, but more or less like that)

You didn&#039;t mention if you were using an external stylesheet or not. It would be easier so that you don&#039;t have to copy and paste the entire set of rules per page.

If you need anymore help, let me know.

Good luck,

Sam

P.S: W3.org is an amazing place to learn industry standard web practices.</description>
		<content:encoded><![CDATA[<p>You create classes.</p>
<p>For example:</p>
<p>The rule of CSS is that you name your divs things that make sense. Creating div1, div2, div3, etc makes it harder for you to keep track of what goes where and what you need to modify. If, say, you want to change your left navigation, you create a div class called .leftnav and chose the properties you want (imagine want all your left navigation to be in bold, small caps, and green.) </p>
<p>Once you created the div class, apply it to the section you want it to affect.</p>
<p>For example, say this is your left navigation:</p>
<div class="leftnav">
Home<br />
Updates<br />
Shoes<br />
Jackets<br />
Socks
</div>
<p>The CSS should look something like this</p>
<p>.leftnav {<br />
color: green;<br />
variant: smallcaps;<br />
font: bold;<br />
}</p>
<p>(I&#8217;m a tiny bit rusty, but more or less like that)</p>
<p>You didn&#8217;t mention if you were using an external stylesheet or not. It would be easier so that you don&#8217;t have to copy and paste the entire set of rules per page.</p>
<p>If you need anymore help, let me know.</p>
<p>Good luck,</p>
<p>Sam</p>
<p>P.S: W3.org is an amazing place to learn industry standard web practices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I manage multiple hyperlinks on my Dreamweaver designed site Using CSS? by anshul gupta</title>
		<link>http://csshowto.us/how-do-i-manage-multiple-hyperlinks-on-my-dreamweaver-designed-site-using-css/comment-page-1/#comment-1049</link>
		<dc:creator>anshul gupta</dc:creator>
		<pubDate>Fri, 09 Jul 2010 08:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-i-manage-multiple-hyperlinks-on-my-dreamweaver-designed-site-using-css/#comment-1049</guid>
		<description>you want to assign different colors of hyper link on different pages of site.
For this firstly you have to remove the &lt;a&gt; from your default css, because this will make the same effect on all pages.
now put small css to the pages where you want to show different 
hyper link style.
the code will be like:
&lt;style type=&quot;text/css&quot;&gt;
a {
color:#065C79;
}

a:hover {
color:#0099FF;
}
&lt;/style&gt;

put this code in the head part of the html page.
change the color style according to you.

so you have to use the same code on all the pages and change 
the color setting in all pages to get different color and style to 
hyper links.you can also add more effects in the above css code.

if u still have any doubt,you can contact me.I will try to solve it out.</description>
		<content:encoded><![CDATA[<p>you want to assign different colors of hyper link on different pages of site.<br />
For this firstly you have to remove the <a> from your default css, because this will make the same effect on all pages.<br />
now put small css to the pages where you want to show different<br />
hyper link style.<br />
the code will be like:</p>
<style type="text/css">
a {
color:#065C79;
}</p>
<p>a:hover {
color:#0099FF;
}
</style>
<p>put this code in the head part of the html page.<br />
change the color style according to you.</p>
<p>so you have to use the same code on all the pages and change<br />
the color setting in all pages to get different color and style to<br />
hyper links.you can also add more effects in the above css code.</p>
<p>if u still have any doubt,you can contact me.I will try to solve it out.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do I get my columns to extend all the way to my footer using css? by Mehdi</title>
		<link>http://csshowto.us/how-do-i-get-my-columns-to-extend-all-the-way-to-my-footer-using-css/comment-page-1/#comment-1018</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-i-get-my-columns-to-extend-all-the-way-to-my-footer-using-css/#comment-1018</guid>
		<description>No JavaScript involved.

The &quot;trick&quot; is to realize the weak point of web design: a container is only as big as its contents require...

So:

Make one container div; call it &quot;all&quot;; for convenience sake, we&#039;;ll give it a fixed width, but the system also works with dynamic widths..

Inside that div, place four sub divs. Give them IDs:

&quot;header&quot;, &quot;contents&quot;, &quot;nav&quot; and &quot;footer&quot; (in that order)

Add CSS rules:

#all {
display: block: width: 640px;
}
#all div {
margin: 0;
padding: 0;
}
#header {
display: block: width: 640px;
}
#contents{ 
width: 500px;
float: right;
margin-left: 10px;
}
#nav {
width: 120px;
float: right;
margin-right: 10px;
}
#footer {

/* HERE IS PART OF THE TRICK */
clear: right;
width: 640px;
}

If you were to give the &quot;contents&quot; and &quot;nav&quot; background-colors, you&#039;ll find that only the *longest* will extend all the way to the footer; if you want the shortest to appear equally long, simply give the container div (&quot;all&quot;) a background that has two &quot;columns&quot;, the width of the nav and contents divs.</description>
		<content:encoded><![CDATA[<p>No JavaScript involved.</p>
<p>The &#8220;trick&#8221; is to realize the weak point of web design: a container is only as big as its contents require&#8230;</p>
<p>So:</p>
<p>Make one container div; call it &#8220;all&#8221;; for convenience sake, we&#8217;;ll give it a fixed width, but the system also works with dynamic widths..</p>
<p>Inside that div, place four sub divs. Give them IDs:</p>
<p>&#8220;header&#8221;, &#8220;contents&#8221;, &#8220;nav&#8221; and &#8220;footer&#8221; (in that order)</p>
<p>Add CSS rules:</p>
<p>#all {<br />
display: block: width: 640px;<br />
}<br />
#all div {<br />
margin: 0;<br />
padding: 0;<br />
}<br />
#header {<br />
display: block: width: 640px;<br />
}<br />
#contents{<br />
width: 500px;<br />
float: right;<br />
margin-left: 10px;<br />
}<br />
#nav {<br />
width: 120px;<br />
float: right;<br />
margin-right: 10px;<br />
}<br />
#footer {</p>
<p>/* HERE IS PART OF THE TRICK */<br />
clear: right;<br />
width: 640px;<br />
}</p>
<p>If you were to give the &#8220;contents&#8221; and &#8220;nav&#8221; background-colors, you&#8217;ll find that only the *longest* will extend all the way to the footer; if you want the shortest to appear equally long, simply give the container div (&#8220;all&#8221;) a background that has two &#8220;columns&#8221;, the width of the nav and contents divs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you code a myspace page professionally with css? by neer h.</title>
		<link>http://csshowto.us/how-do-you-code-a-myspace-page-professionally-with-css/comment-page-1/#comment-996</link>
		<dc:creator>neer h.</dc:creator>
		<pubDate>Wed, 07 Jul 2010 20:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-you-code-a-myspace-page-professionally-with-css/#comment-996</guid>
		<description>Well I make my own Myspace layouts and CSS is really the biggest factor in making one. I don&#039;t use Flash in my layouts though since I don&#039;t see a need to.

First what I do is (if you make layouts with Photoshop, Paint Shop Pro, or anything else) start with 2 - 3 main colors to use. For my current layout it&#039;s lime green and black. Make the layout, make it prettyful, etc. Then you have to really create a picture in your mind of what you want. Do you want things to be underlined, linked, bold, italic, etc. Or do you want it as plain text. Then using those 2 - 3 main colors choose the colors for your text. Regular text could be black while bold or italic text could be purple. Do you want your links to be nice? Do you want the cursor to change when the mouse hovers over the link? Think all of this before you start coding. Then if needed use tutorials online or from books to use simple CSS codes. I set an example for you:

Main colors: black, white, and red
Links: links are black but when mouse is hovering over it turns white. The cursor turns into an arrow
Background: background is black with red and white hearts
Text: main text is white but bold is red and italic is black with a red underline

I guess you probably get the idea. Here&#039;s an example of the code:

&lt;style&gt;
b {color: red; font-weight: bold; font-family: arial}
i {color: black: text-decoration: underline #000000; font-family:arial}
a:link {font-family: arial; size: 8pt; color: black; text-decoration: none;}
a:hover {font-family: arial; size: 8pt; color: white;}
&lt;/style&gt;

I dunno, that&#039;s just for starters. Go online and read tutorials and experiment with different codes! It helps! That&#039;s how I started learning. ;)</description>
		<content:encoded><![CDATA[<p>Well I make my own Myspace layouts and CSS is really the biggest factor in making one. I don&#8217;t use Flash in my layouts though since I don&#8217;t see a need to.</p>
<p>First what I do is (if you make layouts with Photoshop, Paint Shop Pro, or anything else) start with 2 &#8211; 3 main colors to use. For my current layout it&#8217;s lime green and black. Make the layout, make it prettyful, etc. Then you have to really create a picture in your mind of what you want. Do you want things to be underlined, linked, bold, italic, etc. Or do you want it as plain text. Then using those 2 &#8211; 3 main colors choose the colors for your text. Regular text could be black while bold or italic text could be purple. Do you want your links to be nice? Do you want the cursor to change when the mouse hovers over the link? Think all of this before you start coding. Then if needed use tutorials online or from books to use simple CSS codes. I set an example for you:</p>
<p>Main colors: black, white, and red<br />
Links: links are black but when mouse is hovering over it turns white. The cursor turns into an arrow<br />
Background: background is black with red and white hearts<br />
Text: main text is white but bold is red and italic is black with a red underline</p>
<p>I guess you probably get the idea. Here&#8217;s an example of the code:</p>
<style>
b {color: red; font-weight: bold; font-family: arial}
i {color: black: text-decoration: underline #000000; font-family:arial}
a:link {font-family: arial; size: 8pt; color: black; text-decoration: none;}
a:hover {font-family: arial; size: 8pt; color: white;}
</style>
<p>I dunno, that&#8217;s just for starters. Go online and read tutorials and experiment with different codes! It helps! That&#8217;s how I started learning. <img src='http://csshowto.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do you code a myspace page professionally with css? by GladToHelp</title>
		<link>http://csshowto.us/how-do-you-code-a-myspace-page-professionally-with-css/comment-page-1/#comment-995</link>
		<dc:creator>GladToHelp</dc:creator>
		<pubDate>Wed, 07 Jul 2010 19:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-you-code-a-myspace-page-professionally-with-css/#comment-995</guid>
		<description>If you&#039;ve designed a CSS / XHTML website before then you&#039;re good to go because CSS / XHTML is exactly what you can use for a MySpace design. Flash is also allowed, but you do not have full control.

JavaScript and PHP are blocked.

There are a few limitations with CSS as well, like you cannot call to an external Stylesheet.

Now, in your MySpace account, when you edit the &quot;About Me&quot; or &quot;Bio&quot; section of your profile, try to think of this as your index.html page. Do not use a Doctype, or &lt;html&gt;, &lt;head&gt; or &lt;body&gt; tags. Simply structure your page with CSS Styles and then CSS / XHTML code like tables, divs, images, etc. like so:

&lt;style&gt;

CSS Styles Here

&lt;/style&gt;

CSS / XHTML Code Here

Yes, you&#039;re code will be on their server. But, you can store your images anywhere you want and call to them. Now, if you&#039;d like to manipulate the structure of the page as it is now, you can.. you can do virtually anything you want with your MySpace design, you could make it look like a normal website if you wanted, of course the links would have to link to external pages. 

However, I once thought about creating several MySpace profiles and linking them all together to make a functional &quot;MySpace website&quot;. That would actually be very easy to accomplish. I&#039;ve never seen anyone do it before though.

The one thing that you DO NOT want to do is to remove/hide the Ad Banner. This is primarily how MySpace makes all of it&#039;s money (through advertising) and this will most certainly get your account deleted.

I&#039;m not going to paste an entire layout code here, but if you go here:
http://www.gogomyspace.com/free-layouts/

you can copy one of their layout codes, paste it in Notepad and explore it, see how they accomplish things. Mostly, it&#039;s through the manipulation of id&#039;s. And don&#039;t worry about legality issues, they make it very clear that their code is free and open source if you read their terms:
http://www.gogomyspace.com/support/terms/

Good Luck!

Thanks, GladToHelp</description>
		<content:encoded><![CDATA[<p>If you&#8217;ve designed a CSS / XHTML website before then you&#8217;re good to go because CSS / XHTML is exactly what you can use for a MySpace design. Flash is also allowed, but you do not have full control.</p>
<p>JavaScript and PHP are blocked.</p>
<p>There are a few limitations with CSS as well, like you cannot call to an external Stylesheet.</p>
<p>Now, in your MySpace account, when you edit the &#8220;About Me&#8221; or &#8220;Bio&#8221; section of your profile, try to think of this as your index.html page. Do not use a Doctype, or <html>, <head> or <body> tags. Simply structure your page with CSS Styles and then CSS / XHTML code like tables, divs, images, etc. like so:</p>
<style>
<p>CSS Styles Here</p>
</style>
<p>CSS / XHTML Code Here</p>
<p>Yes, you&#8217;re code will be on their server. But, you can store your images anywhere you want and call to them. Now, if you&#8217;d like to manipulate the structure of the page as it is now, you can.. you can do virtually anything you want with your MySpace design, you could make it look like a normal website if you wanted, of course the links would have to link to external pages. </p>
<p>However, I once thought about creating several MySpace profiles and linking them all together to make a functional &#8220;MySpace website&#8221;. That would actually be very easy to accomplish. I&#8217;ve never seen anyone do it before though.</p>
<p>The one thing that you DO NOT want to do is to remove/hide the Ad Banner. This is primarily how MySpace makes all of it&#8217;s money (through advertising) and this will most certainly get your account deleted.</p>
<p>I&#8217;m not going to paste an entire layout code here, but if you go here:<br />
<a href="http://www.gogomyspace.com/free-layouts/" rel="nofollow">http://www.gogomyspace.com/free-layouts/</a></p>
<p>you can copy one of their layout codes, paste it in Notepad and explore it, see how they accomplish things. Mostly, it&#8217;s through the manipulation of id&#8217;s. And don&#8217;t worry about legality issues, they make it very clear that their code is free and open source if you read their terms:<br />
<a href="http://www.gogomyspace.com/support/terms/" rel="nofollow">http://www.gogomyspace.com/support/terms/</a></p>
<p>Good Luck!</p>
<p>Thanks, GladToHelp</body></head></html></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How do i make a scrolling table using CSS? by computerguy!</title>
		<link>http://csshowto.us/how-do-i-make-a-scrolling-table-using-css/comment-page-1/#comment-985</link>
		<dc:creator>computerguy!</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://csshowto.us/how-do-i-make-a-scrolling-table-using-css/#comment-985</guid>
		<description>CSS-----
#scroll{width:300px:height:100px;overflow:auto}

&lt;div id=&quot;scroll&quot;&gt;
Content Here!
&lt;/div&gt;

You can change the height and width of course!
You should be able to put a &lt;table&gt; inside that &lt;div&gt;</description>
		<content:encoded><![CDATA[<p>CSS&#8212;&#8211;<br />
#scroll{width:300px:height:100px;overflow:auto}</p>
<div id="scroll">
Content Here!
</div>
<p>You can change the height and width of course!<br />
You should be able to put a<br />
<table> inside that
<div></div>
</table>
]]></content:encoded>
	</item>
</channel>
</rss>
