2
Clo
Clo wrote:- According with the MS' specifications, there are only
@font-face -to get a *.eot remote font- and @import, to get a remote style-sheet..... I have a lot of HTML pages with <STYLE> and without any @…, all are displayed properly.
I have not too met such files before. Indeed I know the only site in Internet using such tags (markers) in their HTML-documents, but to my big regret, this is a public resource whose documents I have to download and to reuse many times a day, so it's a real headache for me.
However we must admite, that (unlike Lister) such bowsers as Internet Explorer, Opera and even some small freeware HTML browsers have no any problems with those pages, so this is not simply a home invention of this public resource publishers, but some conventional, although rarely used HTML tags.
Clo wrote:- I guess that the @page CSS-attribute makes that TC doesn't hide the whole <STYLE>…</STYLE> marker and its content.
Not, it does not show the tags (markers)
<style> and
</style>themself, but olnly this text inside: from the word
@page till the symbol
}. I can paste here the whole text fragment copyied from the source document opened in Notepad:
Code: Select all
<STYLE>@page Section1 {size: 21.0cm 842.0pt; margin: 70.85pt 65.2pt 70.85pt 65.2pt; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
P.MsoPlainText {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Courier New"
}
LI.MsoPlainText {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Courier New"
}
DIV.MsoPlainText {
FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Courier New"
}
DIV.Section1 {
page: Section1
}
</STYLE>