<div dir="ltr"><div dir="ltr">Hi Nasser,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
But I think tex4ht should modify it if user asks to<br>
change it as in this example.<br></blockquote><div> </div><div>I am afraid it is not possible in general and not in this particular case. In general, we need to create semantic HTML that can be styled using CSS. <br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
One might want to change title size for different web pages<br>
and it is not practical to use make separate CSS style for<br>
each page that matches the font size they happened<br>
to use in Latex each time. This I think should be done<br>
automatically by the software. Right?<br></blockquote><div> </div><div>Well, you can try this configuration which keeps the title styling:</div><div><br></div><div>%%%%%%%%%%%%%%%%%%<br></div><div>\Preamble{xhtml}<br><br>\begin{document}<br>\catcode`\:=11<br>\makeatletter<br>\Configure{maketitle}<br>   {\ifvmode \IgnorePar\fi \EndP {\Configure{maketitle}{}{}{}{}%<br>\a:NoSection \let\leavevmode\empty \let\not@math@alphabet\:gobbleII<br>\def\text@command##1{##1}\let\selectfont\empty<br>\def\check@icl ##1\check@icr{}%<br>\let\thanks\:gobble<br>\def\TeX{TeX}%<br>\def\mbox{\hbox}%<br>\def\gobble:font##1##2{##2}\:TITLE: \no:fonts<br>\def\footnotemark[##1]{}%<br>\def\:hashintitle{\protect\symbol{35}}<br>\let\#\:hashintitle<br>\Tag{TITLE+}{\@title}}<br>%<br>    \HCode{<div class="maketitle">}}<br>   {\ifvmode \IgnorePar\fi \EndP \HCode{</div>}}<br>   {\IgnorePar\HCode{<div class="titleHead"\a:LRdir>}\IgnorePar}<br>   {\HCode{</div>}\IgnoreIndent}<br>\makeatother<br>\catcode`\:=12<br>\EndPreamble</div><div>%%%%%%%%%%%%%%%%%%%%%%</div></div><div class="gmail_quote"><br></div><div class="gmail_quote">But I don't think it is a good idea. <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Best regards,</div><div class="gmail_quote">Michal<br></div><div class="gmail_quote"><br><div><br></div></div></div>