<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034161" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034161</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198421</link>
    <description> &lt;p&gt;Are you doing something like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;item 1&lt;/li&gt;
&lt;li&gt;item 2&lt;/li&gt;
&lt;li&gt;item 3&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If so then the list is doing as it should, it is being centered, but you want the bullets in the center of the page not the contents. So you have two choices, use a table with 2 cells (td&#039;s) and give one a fixed width of 50% and place list in second cell. This will put the lists bullets half way on the page. NOTE the content wont wrap around the page, the bullets are the edge.&lt;br /&gt;
The other way is to use CSS and fix the margin of the list elements (li&#039;s), as Megan mentioned above. You can try 50% but am not sure if it will work the same on all browsers. The text will wrap again but you wont be able to have anything beside it unless you float it there.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 21:34:37 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1198421 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198418</link>
    <description> &lt;p&gt;if you&#039;re using tables, you could centre a 1-column table set to about 20% width or so and create the list in there, this would of leave the bullets left aligned in the centre of your screen.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 20:27:41 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1198418 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198414</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Megan wrote:&lt;/strong&gt; What is NVU???&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://www.nvu.com/&quot; class=&quot;bb-url&quot;&gt;http://www.nvu.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A branch project from the mozilla suit &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 20:07:54 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1198414 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198413</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&#039;m going to use the list on the left side for now.&lt;/p&gt;
&lt;p&gt;When I center one list and start to type text the bullets do not stay in the center.&lt;/p&gt;
&lt;p&gt;I am going to have list that are not all the same some short some long with text.&lt;/p&gt;
&lt;p&gt;The bullets when centered in the middle slide over to the left when I have long text.&lt;/p&gt;
&lt;p&gt;They just don&#039;t stay in the center their moving, they should stay in the center no matter what length of text.&lt;/p&gt;
&lt;p&gt;My site is not up yet, so I have no link to post and show you sorry.&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 20:01:20 +0000</pubDate>
 <dc:creator>highbids</dc:creator>
 <guid isPermaLink="false">comment 1198413 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198412</link>
    <description> &lt;p&gt;So, what you want to do is align the whole list in the center, not the individual list items, is that right? Could you provide a link to what you have already? That would help us to see what you are trying to do.&lt;/p&gt;
&lt;p&gt;You will still want to use a list like Greg and Davey showed you. To move the bullets closer or to center the list you will need to use some CSS. It will look something like this:&lt;/p&gt;
&lt;p&gt;ul {margin: auto;}&lt;br /&gt;
li {padding-left: 10px;} &lt;/p&gt;
&lt;p&gt;I&#039;m not sure if it&#039;s the margin or padding you&#039;ll want to change here to move it closer. Someone else can correct me on that, and you can fiddle with that 10px to find what the right distance is. You will probably want to put a width on the UL too.&lt;/p&gt;
&lt;p&gt;What is NVU???&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 19:47:39 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1198412 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198411</link>
    <description> &lt;p&gt;The bullets are fine if I keep them on the left side but when I try and center them with NVU the bullets dont stay centered they move left when I have a lot of text.&lt;/p&gt;
&lt;p&gt;Can you send me something like above that will keep the bullets in the center&lt;br /&gt;
when I have to make a bullet list in the center of the page.&lt;/p&gt;
&lt;p&gt;Gary&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 19:22:29 +0000</pubDate>
 <dc:creator>highbids</dc:creator>
 <guid isPermaLink="false">comment 1198411 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198408</link>
    <description> &lt;p&gt;Ah you DO need to close em then &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; Wasn&#039;t sure.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 18:58:22 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1198408 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198406</link>
    <description> &lt;p&gt;More correct is:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;item 1&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;item 2&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;item 3&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 18:49:41 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1198406 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/need-help-making-bullets-web-page#comment-1198405</link>
    <description> &lt;p&gt;the code is&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;text
&lt;/li&gt;&lt;li&gt;text
&lt;/li&gt;&lt;li&gt;text
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;Not sure if you need to close the
&lt;li&gt; tag though.&lt;/li&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Apr 2006 17:28:45 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1198405 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
