<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018366" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018366</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107943</link>
    <description> &lt;p&gt;At the risk of being redundant...&lt;/p&gt;
&lt;p&gt;1. Use VALID HTML&lt;br /&gt;
2. Validate your HTML&lt;br /&gt;
3. THEN apply CSS&lt;/p&gt;
&lt;p&gt;DIV is not an inline element (SPAN is).&lt;/p&gt;
&lt;p&gt;You&#039;re just going to frustrate yourself if you keep going like this.&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 19:59:31 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107943 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107935</link>
    <description> &lt;p&gt;my guess would be that the div tag is messing things up. iirc, nesting div within p is invalid coding. change the div tag to a span tag. you may have to play with the breaks though.&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 15:31:45 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1107935 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107930</link>
    <description> &lt;p&gt;Okay so I got the spaces to disappear, but by accident.  The code I used is &lt;/p&gt;
&lt;p&gt;Mecklenburg County Park &amp;amp; Recreation&lt;/p&gt;
&lt;p&gt;a.k.a. Park &amp;amp; Rec&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.parkandrec.com/softball/index.html&quot; target=&quot;_new&quot;&gt;&lt;a href=&quot;http://www.parkandrec.com&quot; class=&quot;bb-url&quot;&gt;parkandrec.com&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(park and rec)&lt;/p&gt;
&lt;p&gt;What I still don&#039;t understand (sorry) is probably the reason I was confused in the first place.  I have the closing  at the end of these 4 lines.  Why in the above example does the bold/underline not affect the rest of the section before the   If this were  or  or  tag it would effect EVERYTHING between the start and end of that tag (all 4 lines).  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 29 Apr 2002 13:27:59 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1107930 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107854</link>
    <description> &lt;p&gt;Okay, you do know what the  tag is for? It&#039;s a line break. ONLY. It is not a holder element. There is no closing tag for .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Your code&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mecklenburg County Park &amp;amp; Recreation&lt;/p&gt;
&lt;p&gt;a.k.a. Park &amp;amp; Rec&lt;br /&gt;
&lt;a href=&quot;http://www.parkandrec.com/softball/index.html&quot; target=&quot;_new&quot;&gt;&lt;a href=&quot;http://www.parkandrec.com&quot; class=&quot;bb-url&quot;&gt;parkandrec.com&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The right code&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Mecklenburg County Park &amp;amp;  Recreation&lt;br /&gt;
&lt;em&gt;a.k.a. Park &amp;amp; Rec&lt;/em&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.parkandrec.com/softball/index.html&quot; target=&quot;_new&quot;&gt;&lt;a href=&quot;http://www.parkandrec.com&quot; class=&quot;bb-url&quot;&gt;parkandrec.com&lt;/a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With over 450 registered teams, Park &amp;amp; Rec is the predominant adult slow-pitch softball league in Charlotte, and is the primary focus of this website.  Park &amp;amp; Rec hosts both spring and fall leagues for Mens, Womens, Co-Rec, Industrial, Over-50, and Church.  Spring leagues consist of a ten week long season of either twice-a-week or once-a-week, followed by divisional playoff tournaments.  The spring season is immediately followed by the Tournament Of Champions featuring the best qualifying teams from each division in a county wide championship series.  Fall leagues are five weeks long, twice-a-week only.&lt;/p&gt;
&lt;p&gt;You would have to set .heading to be whatever you want, in this case, font-size: 14px; font-weight: bold; text-decoration: underline. Though I would caution against underline as it&#039;s conventionally a link online.&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Apr 2002 03:29:03 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107854 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107853</link>
    <description> &lt;p&gt;I&#039;m not sure why you think that  is going to screw up the CSS. I&#039;m assuming you haven&#039;t assigned any CSS to the  tag.  is a new line.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Name name name&lt;br /&gt;
Address&lt;br /&gt;
City State ZIP&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Makes this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Name name name&lt;br /&gt;
Address&lt;br /&gt;
City State ZIP&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You don&#039;t need to set anything special for    &lt;strong&gt; &lt;em&gt; et cetera. &lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Also, instead of setting up classes, use the heading tags properly for headings. Hold on, I&#039;m going to nab the first page and rework it a little to show you.&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Apr 2002 03:14:13 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107853 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107852</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Busy &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;any reason your using inline instead of just one file to call your css from?&lt;br /&gt;
you could use a content tag or a content tag or even use the  tag &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Perhaps I&#039;ve been going about this wrong.  I am using &#039;global&#039; CSS for all &quot;normal&quot; text (Helvetica 12px).  I am using inline CSS to overwrite individial sections to prodice bold, italics, and various sizes.  Are you suggesting that maybe I use the &#039;global&#039; type (or whatever it&#039;s called)?  In my header I have specific menu css&#039;s that work perfectly.  Should I do it in a similar way to that, with many variations that I just call using the class tag?&lt;/p&gt;
&lt;p&gt;Suzanne -&lt;/p&gt;
&lt;p&gt;You suggested Content goes here. but how do I start a new line similar to ?  I guess my overall question is simply how do you perform a  type function, without actually using , so as to not screw up my  type inline CSS?  (if that makes sense)&lt;/p&gt;
&lt;p&gt;Thanks again to all who are trying to help me.&lt;/p&gt;
 </description>
     <pubDate>Sun, 28 Apr 2002 02:41:21 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1107852 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107846</link>
    <description> &lt;p&gt;Oh, and there are naturally spaces between paragraphs. You can sort of control this now with CSS, but if you really don&#039;t want any lines between paragraphs at all (as opposed to one blank line), then you&#039;ll have to put all the text into one  and use  where needed. However... &lt;/p&gt;
&lt;p&gt;blah blah blah blah&lt;/p&gt;
&lt;p&gt;blah blah blah&lt;/p&gt;
&lt;p&gt;Is the same as &lt;/p&gt;
&lt;p&gt;blah blah blah blah&lt;/p&gt;
&lt;p&gt;blah blah blah&lt;/p&gt;
&lt;p&gt;But the latter is far neater and forwards compatible.&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Apr 2002 23:50:54 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107846 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107844</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by fifeclub &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;No such luck.  I changed all font, bold, and itlics tags in that section to inline CSS and I still get massive spaces.  Inparticular, look at the line &quot;a.k.a. Park &amp;amp; Rec&quot;.  Aside from the fsct that it should be italics, it should be a  both above and below it, but those closing tags (both  and ) are still causing problems &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt; &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;there is no such thing as a .&lt;/p&gt;
&lt;p&gt;I really recommend you validate that code. If you use line-height in the CSS there will be spacing problems in Netscape, however you shouldn&#039;t be using  in your code at all at this point.&lt;/p&gt;
&lt;p&gt;Drop it into valid HTML like this:&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;graphics/par.gif&quot; alt=&quot;Mecklenburg County Parks &amp;amp; Recreation&quot; height=&quot;90&quot; width=&quot;95&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Mecklenburg County Park &amp;amp; Recreation&lt;br /&gt;
Content goes here.&lt;/p&gt;
&lt;p&gt;IMAGE&lt;br /&gt;
HEADING&lt;br /&gt;
CONTENT&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;And you will lose most of the spacing problems. Don&#039;t use space at all, instead allow the browser to automatically do the spacing for you. You can control it in CSS if there is the need (like with tables).&lt;/p&gt;
&lt;p&gt;The problem is that a) you are using inline CSS instead of local or global where it&#039;s not needed and b) you have badly formed HTML and it&#039;s mucking things up.&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Apr 2002 23:27:45 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1107844 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107841</link>
    <description> &lt;p&gt;any reason your using inline instead of just one file to call your css from?&lt;br /&gt;
you could use a content tag or a content tag or even use the  tag&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Apr 2002 23:16:48 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1107841 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/inline-css-complications#comment-1107827</link>
    <description> &lt;p&gt;No such luck.  I changed all font, bold, and itlics tags in that section to inline CSS and I still get massive spaces.  Inparticular, look at the line &quot;a.k.a. Park &amp;amp; Rec&quot;.  Aside from the fsct that it should be italics, it should be a  both above and below it, but those closing tags (both  and ) are still causing problems &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 27 Apr 2002 17:32:22 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1107827 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
