|
Posted by Jonathan N. Little on 10/17/06 17:33
Yogi_Bear_79 wrote:
>
> Ok I fixed those <img> tags. I apologize that the page has so many errors, I
> hadn't intended for anyone to see it yet, and I am still tweaking it. I
> think a lot of the problems are comming from here<p
> align="center"><!--#include virtual="includes/nav.htm" --></p>
Well I can see a problem right off the bat. As I recall you are using
TABLEs for your navigation menu. A TABLE is a block element and lets
look up the P element shall we?
http://www.w3.org/TR/html4/struct/text.html#edef-P
<quote>
<!ELEMENT P - O (%inline;)* -- paragraph -->
<!ATTLIST P
%attrs; -- %coreattrs, %i18n, %events --
>
</quote>
Notice the "(%inline;)"? You cannot put TABLEs within a P element.
> That page
> defines the menus. I belive this page may contain the deprecated
> presentational markup that you were talking about. While they work fine for
> my needs maybe they are not the best way to do it.
Maybe working fine in IE, but have you checked it in another browser? I
think you will be surprised.
> Currenlty my major
> question is still trying to get the page to a static 800x600. Any more help
> would be appriciated.
>
Why do you feel the need to have a static size? Since most folks run a
800x600 monitor resolution mean most will have to scroll to view your
page even if they maximize their browser! Advise you rethink your design.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|