I hate frontpage as much as the next guy... but unfortunately I'm kind of stuck making it work since it's all a client has to use.
I was working on their webpage using dreamweaver / fireworks, but they wanted to make sure they can still edit text and stuff afterwards with frontpage 2003.
I made a banner with some dropdown menus and then theres a content area.
Its crudely from a dreamweaver CSS template (halo right nav)... but the page doesn't really resemble the original file much at all.
http://rbh.andrewpangborn.com/
Everything displays fine in Firefox and Internet explorer. It also displays fine in dreamweaver.
Frontpage on the other hand can't seem to figure it out.... anytime there is a <br> tag, or the type wraps, it doesn't show down a line in frontpage, instead it tries to show the text on top of the other text.
I imagine this has to be some deep-rooted problem with how its parsing/displaying the CSS, but I really dont know for sure. I'd really rather not have to completely redo the page layout just because of some CSS stuff in frontpage.
Long story short, does anyone know why it is displaying wrong? And could anyone help me fix it?
Here are some images of how it displays in frontpage in editing view.
http://rbh.andrewpangborn.com/images/frontpage1.JPG
Here is the CSS file
http://rbh.andrewpangborn.com/css/emx_nav_right2.css
HTML source is available just viewing the above page...
Thanks to anyone who actually read this post,
VHockey86