|
Posted by Chris Tomlinson on 07/07/06 23:49
"jojo" <jojo.hafner@gmx.de> wrote in message
news:e8lvsf$ki3$1@registered.motzarella.org...
>> Thanks. SSI loads 3 pages, top.htm (header) and index.shtml (body) and
>> bottom.htm (footer). Are you saying we should remove <html... from the
>> body and footer documents, so they will have no HTML tag?
> You need to have one at the beginning of your page and the corresponding
> end-tag at the bottom of the page. But between these tags there shouldn't
> be any other <html>-tag (_It's not even allowed_ to have one there).
Are we being clear? We use Server Side Includes (SSI) to load the top
border. It is a separate file with its own HTML tag. Then the main body is
another separate file with another separate HTML tag. Is your advice to
remove the HTML tag from one of these docs, so one of those htm files has
not HTML tag at all?
>> Also which doctype would you recommend as a generic safe bet to try
>> first? We tried a common one but it added extra line spaces through the
>> document and made the Wingdings into normal text.
>
> Which one did you use? I have not heard yet that a doctype changes the
> content or look of a document anyway.
>
> I personally would advise you to take
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
>
> and no XHTML.
Here's an example in Firefox of what happens to our index when we include
that:
http://www.superhighstreet.com/indextest
>> Thanks, we're looking into that.
> Yes, you really should. I wonder that Microsoft is still allowed to sell
> FrontPage as web-editor :)
Their new replacesment, Expression looks pretty good.
--
Thanks,
Me
Try Google Quik-e-searchT at www.Superhighstreet.com/home
....Finds anything or they buy it for you!
[Back to original message]
|