Link to home
Start Free TrialLog in
Avatar of fussycat
fussycat

asked on

I have created a list but want the wrap around to be single spaced

I have created a list but want the wrap around text to be single spaced.
Backgammon Games for Men with Mr. Rene Hermes</font></SPAN></font></sub><font face="Verdana" size="2"><p align="left">
 </p>
        </li>
        </font>
  </span>
        <font face="Verdana" size="2">  
 
 <span>
 
   <span style="font-weight: 400">
        <span style="mso-bidi-font-weight: normal">
       <blockquote>
         <blockquote>
           <blockquote>
             <blockquote>
               <blockquote>
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Current Events in English &amp; Armenian 
Languages</font></SPAN></sub></span></P>
               </blockquote>
             </blockquote>
           </blockquote>
         </blockquote>
       </blockquote>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Bingo with Elizabeth Balgochian</font></SPAN></sub></span><o:p></o:p></P>
        </li>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Fruit Smoothies for 2nd Floor 
Residents</font></SPAN></sub></span><o:p></o:p></P>
        </li>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Arts &amp; Crafts on both floors</font></SPAN></sub></span><o:p></o:p></P>
        </li>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Ball games on both floors</font></SPAN></sub></span><o:p></o:p></P>
        </li>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3" color="#000000">Bible Study by Mary Emizian &amp; Janet 
Khanzatian in Armenian language</font></SPAN></sub></span></P>
        </li>
        <span style="mso-bidi-font-weight: normal">
<P class=MsoNormal style="margin:0; TEXT-ALIGN: left; " align=center>
<sub>
<font color="#000000">
<SPAN style="mso-bidi-font-size: 10.0pt">
<font face="Arial" size="3">Catholic Religious Service by Linda Cress, 
Eucharistic Minister from </font></SPAN><font face="Arial" size="3">Sacred Heart 
Church in&nbsp;&nbsp;&nbsp; Roslindale

Open in new window

Avatar of Lolly-Ink
Lolly-Ink
Flag of Australia image

Remove the &nbsp;&nbsp;&nbsp; on line 66.
Avatar of Mark Steggles
Hello fussycat,

You have some very BAD code right there... among the worst I've ever seen. Is the page online? I can help you clean it up. You need to clean this code up otherwise you are going to get some rendering problems in the browsers.

For instance:

I see closing </li>'s but no opening <li>

You have <p> (paragraphs) inside <span> tags which is not allowed

nested <blockquote>'s :/

Avatar of fussycat
fussycat

ASKER

I know its a mess - I'm using Frontpage - and working thru wysiwyg.  yes it is on-line http://qualityedesign.com/armenianhome/calendar.htm
I appresicate any help.
ASKER CERTIFIED SOLUTION
Avatar of Mark Steggles
Mark Steggles
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i dont understand what you mean about "I have created a list but want the wrap around to be single spaced"... what exactly is the problem. What browser are you viewing in?
fussycat --  If you start with this in CSS, you will eliminate most of the spacing problems --
CSS --

P  { margin:0px; padding:0px;  }
UL  { margin:0px; padding:0px;  }
LI   { margin:0px; padding:0px;  }
SPAN  { margin:0px; padding:0px;  }
BLOCKQUOTE  { margin:0px; padding:0px;  }

Also remember to add that CSS to the specific "CLASS" designations you have in your code above, e.g.

P.MsoNormal  { margin:0px; padding:0px;  }
fussycat already has

* {style.css (line 3)
margin:0;
padding:0;
}

which will do all the code that you posted
Thankl you ALL very much - certainly "ports in a storm"!
Thanks for the points - Can you explain how I could have got an A or why you felt my answer was only worth a B?
To be honest - I had so many people helping me out - I didn't know how to reply - sorry, Actually, there is nothing else/more you could have done!  I'd like to change my response to an "A"!
Okay thanks :)

Click the 'request attention' button and tell them what you want to do