<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016525" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016525</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095945</link>
    <description> &lt;p&gt;Suzanne,&lt;/p&gt;
&lt;p&gt;I tried playing with different values for em, but still could not get it to work correctly with both browsers.  However, I added a  in front of the first
&lt;li&gt; and it now works OK with both NS and IE.&lt;/li&gt;&lt;/p&gt;
&lt;p&gt;ul {margin-top: -.75em;}&lt;/p&gt;
&lt;p&gt;Some text&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;first item
&lt;/li&gt;&lt;li&gt;second item
&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;It&#039;s a little tighter on IE than I would like, and a little wider on NS than I would like, but definitely better overall than before.  Not sure exactly why this worked, but it does. Thanks again for all your help.&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Dec 2001 12:43:12 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1095945 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I could pick a fight...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095937</link>
    <description> &lt;p&gt;That typography isn&#039;t &quot;prettification&quot;, but rather an essential communication tool, but I&#039;d probably lose! &lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Dec 2001 07:37:50 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1095937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095917</link>
    <description> &lt;p&gt;Hi Suzanne,&lt;/p&gt;
&lt;p&gt;  Point well taken.  As a general rule, I agree.  However, when it comes to &#039;prettyfication&#039;, I&#039;m somewhat lax.  Guess that&#039;s why I consider myself a coder and not a designer and wear Lees and Levis and not Ralph and Tommy &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Dec 2001 00:35:34 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095917 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>*wink wink* to Vinny...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095916</link>
    <description> &lt;p&gt;Well, in Netscape 6, Opera 6, IE 5 &amp;amp; 6, you should have the same results with a little less of a variance in the margin, like -.5em instead.&lt;/p&gt;
&lt;p&gt;What you can do is set it to -1em in the linked stylesheet for Netscape 4.x, then over-ride that with -.5em in the imported stylesheet, which will make it work for the newer browsers.&lt;/p&gt;
&lt;p&gt;Short of that, you can go for somewhere in the middle as far as sizing goes, like -.75em, ha!&lt;/p&gt;
&lt;p&gt;It will also depend on what else you are doing, of course, in your CSS. &lt;/p&gt;
&lt;p&gt;I&#039;d recommend poking around &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt; and checking out their stylesheets if you are looking for real life examples and &lt;a href=&quot;http://www.webstandards.org&quot; class=&quot;bb-url&quot;&gt;webstandards.org&lt;/a&gt; has a page on how to have the best of both worlds (supporting standards AND lower browsers at the same time).&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
&lt;p&gt;P.S. To Vinny -- some people don&#039;t give a hoot as to valid code, and some do, so I was just providing the other side of the coin. &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;&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Dec 2001 00:13:25 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1095916 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095915</link>
    <description> &lt;p&gt;Jack, Vinny, Suzanne,&lt;/p&gt;
&lt;p&gt;Thanks for all the replies.  &lt;/p&gt;
&lt;p&gt;Jack, unfortunately, your idea did not work.&lt;/p&gt;
&lt;p&gt;Vinny, I&#039;ve used your idea before.  It works fine, except without the
&lt;ul&gt; tags, it does not format the list quite as nicely (if text on an
&lt;li&gt; wraps to the next line, it starts it under the &quot;.&quot; rather than indented under the text on the line above.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;Suzanne, your idea using CSS worked fine in Netscape - did exactly what I was looking for.  The only problem is with IE it causes &quot;first item&quot; to be overlaid on top of &quot;some data&quot;.  Is there a way to get it to work with both Netscape and IE?  Thanks again.&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 23:57:58 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1095915 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095897</link>
    <description> &lt;p&gt;ouch, Suzanne &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;&lt;/p&gt;
&lt;p&gt;I defer to your better control over text flow &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 17:50:45 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095897 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Valid code</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095896</link>
    <description> &lt;p&gt;For valid code, please use the
&lt;ul&gt;&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt; around the
&lt;li&gt;&lt;/li&gt;
&lt;/p&gt;&lt;p&gt; tags, and use CSS to change the spacing between the elements. &lt;/p&gt;
&lt;p&gt;ul {margin-top: -1em;} &lt;/p&gt;
&lt;p&gt;The amount you change the spacing to will depend on the size of your fonts, of course.&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 17:41:19 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1095896 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095888</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  If you want &lt;strong&gt;no&lt;/strong&gt; empty lines between any of the text, kill the
&lt;ul&gt; tags&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 14:40:53 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095888 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/ul-tag#comment-1095884</link>
    <description> &lt;p&gt;try:&lt;/p&gt;
&lt;p&gt;Some text:
&lt;ul&gt;
&lt;li&gt;first item
&lt;/li&gt;&lt;li&gt;second item
&lt;/li&gt;&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt;I didn&#039;t test it, but it was the first thing that popped up in my mind &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;
&lt;p&gt;Hope it helps,&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 14:14:12 +0000</pubDate>
 <dc:creator>Jack Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1095884 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
