Not displaying right in other browers...

  • Thread starter Austin Kirschenmann
  • Start date
A

Andrew Murray

I am viewing in IE 6.0 and have the problem of having to scroll right to see all
the content ( you've obviously made this site for 1024x768 - what about us
800x600-ers? (;-))


Austin Kirschenmann said:
I made a website (http://goldvinegrill.com) and the menu/lunchen menu page in
IE, Yahoo and other browsers looks fine but in MSN browser and a few others look
way wacko. Also if you print it in IE, Yahoo it prints wacko.
 
S

Stefan B Rusynko

1) The space bar is not a design tool in web design
- use tables or paragraphs for alignment of text or images
2) None of your "custom" fonts will show up for users that don't have them
- use web safe fonts as alternatives
3) You have a very large multiple nested series of indents (<blockquote> tags) with nothing in them (but spaces) forcing all your
pages to be twice as wide as necessary and too wide to print normally
4) Your menus apparently come from MS Word and contain all the MS W formatting
- find and delete all the non web formatting like:
class="MsoNormal" style="MARGIN: 0in 0in 0pt"



| I made a website (http://goldvinegrill.com) and the menu/lunchen menu page in IE, Yahoo and other browsers looks fine but in MSN
browser and a few others look way wacko. Also if you print it in IE, Yahoo it prints wacko.
| Thank you,
| Austin Kirschenmann
| [email protected]
 
A

Austin Kirschenmann

I'm new at this so how do I "find and delete all the non web formatting like:
class="MsoNormal" style="MARGIN: 0in 0in 0pt""
 
S

Stefan B Rusynko

You will need to just look in Code View for each of your pages
- or search in all pages in Code view for: style="




| I'm new at this so how do I "find and delete all the non web formatting like:
| class="MsoNormal" style="MARGIN: 0in 0in 0pt""
| --
| I'm 13 :)
| Thank you,
| Austin Kirschenmann
| [email protected]
|
|
| "Stefan B Rusynko" wrote:
|
| > 1) The space bar is not a design tool in web design
| > - use tables or paragraphs for alignment of text or images
| > 2) None of your "custom" fonts will show up for users that don't have them
| > - use web safe fonts as alternatives
| > 3) You have a very large multiple nested series of indents (<blockquote> tags) with nothing in them (but spaces) forcing all
your
| > pages to be twice as wide as necessary and too wide to print normally
| > 4) Your menus apparently come from MS Word and contain all the MS W formatting
| > - find and delete all the non web formatting like:
| > class="MsoNormal" style="MARGIN: 0in 0in 0pt"
| > --
| >
| > _____________________________________________
| > 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.asp
| > _____________________________________________
| >
| >
| > | > | I made a website (http://goldvinegrill.com) and the menu/lunchen menu page in IE, Yahoo and other browsers looks fine but in
MSN
| > browser and a few others look way wacko. Also if you print it in IE, Yahoo it prints wacko.
| > | Thank you,
| > | Austin Kirschenmann
| > | [email protected]
| >
| >
| >
 
Top