<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code Archives - Nola Cooper Designs</title>
	<atom:link href="https://www.nolacooper.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nolacooper.com/tag/code/</link>
	<description>Website, Print Media, and Graphic Design</description>
	<lastBuildDate>Wed, 12 Jul 2017 21:17:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://www.nolacooper.com/wp-content/uploads/2020/08/favicon.png</url>
	<title>code Archives - Nola Cooper Designs</title>
	<link>https://www.nolacooper.com/tag/code/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Bullet Styles in CSS</title>
		<link>https://www.nolacooper.com/bullet-styles-in-css/</link>
					<comments>https://www.nolacooper.com/bullet-styles-in-css/#respond</comments>
		
		<dc:creator><![CDATA[Nola]]></dc:creator>
		<pubDate>Mon, 02 May 2011 17:15:53 +0000</pubDate>
				<category><![CDATA[Website Development]]></category>
		<category><![CDATA[bullet]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[style]]></category>
		<guid isPermaLink="false">https://www.nolacooper.com/?p=876</guid>

					<description><![CDATA[<p>Trying to figure out how to make your bullets look a specific way on your site? Here are some pointers for your CSS file: The Value for your &#8220;list-style-type&#8221; needs to be set. This is typically done in either the ul tag or in the li tag. Here are some helpful values: Value Result none [&#8230;]</p>
<p>The post <a href="https://www.nolacooper.com/bullet-styles-in-css/">Bullet Styles in CSS</a> appeared first on <a href="https://www.nolacooper.com">Nola Cooper Designs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Trying to figure out how to make your bullets look a specific way on your site?  Here are some pointers for your CSS file:</p>
<p>The Value for your &#8220;list-style-type&#8221; needs to be set.  This is typically done in either the <strong>ul</strong> tag or in the <strong>li</strong> tag.</p>
<p>Here are some helpful values:</p>
<table summary="values" width="90%" border="0" style="margin:20px 0px 25px 30px;">
<tr>
<td align="left"><b>Value</b></td>
<td align="left"><b>Result</b></td>
</tr>
<tr>
<td align="left">none</td>
<td align="left">no marker</td>
</tr>
<tr>
<td align="left">disc</td>
<td align="left">The marker is a filled circle</td>
</tr>
<tr>
<td align="left">circle</td>
<td align="left">The marker is a circle</td>
</tr>
<tr>
<td align="left">square</td>
<td align="left">The marker is a square</td>
</tr>
<tr>
<td align="left">decimal</td>
<td align="left">The marker is a number</td>
</tr>
</table>
<p>So if you wanted your list to have little open circles as the bullets, your css should include &#8220;<b>list-style-type: circle;</b>&#8220;. Having these values as a reference when you&#8217;re writing your CSS file can be a life saver!</p>
<div class="lightcontainer"><img decoding="async" src="https://www.nolacooper.com/wp-content/uploads/2014/10/analysis-report.svg" width="200px" alt="Comprehensive Written Analysis" class="alignright" /></p>
<h2>Have a website, but it&#8217;s just not performing the way you&#8217;d like?</h2>
<p>Get a comprehensive website analysis to help you improve your return on investment.  Available for a limited time at a 50% discount&#8211;only <strong><span style="color: #8cb749;">$99</span></strong>!  Add a presentation video of your analysis for $50 more!<br />
<a class="action" href="https://www.nolacooper.com/current-website-analysis/">Get it Today!</a></div>
<p>The post <a href="https://www.nolacooper.com/bullet-styles-in-css/">Bullet Styles in CSS</a> appeared first on <a href="https://www.nolacooper.com">Nola Cooper Designs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nolacooper.com/bullet-styles-in-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
