netscape list spacing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

FP200

My lists look great in IE, but are all double spaced and have extra indendation in Netscape (7.1)

Is there any way to get rid of the extra indents and spacing that Netscape "sees" while preserving the layout in IE

I've consulted my FP "Bible" (Jim Buyens' comprehensive "FP Inside Out") but am still stuck

Thanks for your thoughts

Erik
 
Provide a URL

--




| FP2003
|
| My lists look great in IE, but are all double spaced and have extra indendation in Netscape (7.1).
|
| Is there any way to get rid of the extra indents and spacing that Netscape "sees" while preserving the layout in IE?
|
| I've consulted my FP "Bible" (Jim Buyens' comprehensive "FP Inside Out") but am still stuck.
|
| Thanks for your thoughts,
|
| Erik
 
Hi,
for the indents you can add
ul{
margin:0;
padding:0;
}

To your stylesheet. To cover IE and Netscape we need to set margin and
padding to 0. We'd need a url to address the spacing issue.
 
In FAQs Remove all the inline styles you have as in:

<ol style="margin-left: 65; color:#000080; font-style:normal; font-variant:normal; font-weight:normal; text-decoration:none;
font-family:Arial" type="A" font face="Arial">

And the style / height in the cell
<td height="500" style="text-decoration: none; background-repeat: no-repeat; background-attachment: scroll; background-position:
center" colspan="2">

Similarly in conversion page
Remove the style in
<ul type="circle" style="text-indent: 0; margin-left: 15">
And use cellpadding in your table

--




| Stefan and John, Thanks for your reply.
|
| http://www.pacificrip.com/faqs.htm All is fine in IE but I'd like to get the TOC "seen" as single-spaced by Netscape.
|
|
| http://www.pacificrip.com/conversion.htm All is fine in IE but the indentations in the "Our Process" Table are too great in
Netscape.
|
| Thanks for your input,
|
| Erik
|
|
 
Thanks

That took care of the indendation issues on the Conversion page, but I'm still getting double spacing in the OL using Netscape on the faqs page http://www.pacificrip.com/faqs.htm (original page without changes

Any toughts

Thanks, eri


----- Stefan B Rusynko wrote: ----

In FAQs Remove all the inline styles you have as in

<ol style="margin-left: 65; color:#000080; font-style:normal; font-variant:normal; font-weight:normal; text-decoration:none
font-family:Arial" type="A" font face="Arial"

And the style / height in the cel
<td height="500" style="text-decoration: none; background-repeat: no-repeat; background-attachment: scroll; background-position
center" colspan="2"

Similarly in conversion pag
Remove the style i
<ul type="circle" style="text-indent: 0; margin-left: 15"
And use cellpadding in your tabl

--

____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage
"Warning - Using the F1 Key will not break anything!" (-
To find the best Newsgroup for FrontPage support see
http://www.net-sites.com/sitebuilder/newsgroups.as
____________________________________________


| Stefan and John, Thanks for your reply

| http://www.pacificrip.com/faqs.htm All is fine in IE but I'd like to get the TOC "seen" as single-spaced by Netscape


| http://www.pacificrip.com/conversion.htm All is fine in IE but the indentations in the "Our Process" Table are too great i
Netscape

| Thanks for your input

| Eri
 
Paul

Thank You, Thank You, Thank You. I took out the <p> tags and "Voila!" problem solved

Thanks, Stefan, Paul, and John. I can now get to bed before 1:00.

Cheers all
Eri

----- Paul S. Wolf wrote: ----

erik wrote
Thanks
That took care of the indendation issues on the Conversion page, but I'm still getting double spacing in the OL using Netscape on the faqs page http://www.pacificrip.com/faqs.htm (original page without changes
Any toughts
Thanks, eri


----- Stefan B Rusynko wrote: ----
In FAQs Remove all the inline styles you have as in
<ol style="margin-left: 65; color:#000080; font-style:normal; font-variant:normal; font-weight:normal; text-decoration:none
font-family:Arial" type="A" font face="Arial">>> And the style / height in the cel
<td height="500" style="text-decoration: none; background-repeat: no-repeat; background-attachment: scroll; background-position
center" colspan="2">>> Similarly in conversion pag
Remove the style i
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage
"Warning - Using the F1 Key will not break anything!" (-
To find the best Newsgroup for FrontPage support see
http://www.net-sites.com/sitebuilder/newsgroups.as
____________________________________________| Stefan and John, Thanks for your reply

| http://www.pacificrip.com/faqs.htm All is fine in IE but I'd like to get the TOC "seen" as single-spaced by Netscape


| http://www.pacificrip.com/conversion.htm All is fine in IE but the indentations in the "Our Process" Table are too great i
Netscape

| Thanks for your input

| Eri

 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top