Re: AW: Howto close tags?
"http://www.wslaat.com" <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
Hello Ragnar,
It should like this:
---------------------
<ul>
<li>bla</li>
<li>bla</li>
</ul>
---------------------
Then, you can bluild CSS File to control the out look of this list. It should look like this:
---------------------
<ul id="example">
<li>bla</li>
<li>bla</li>
</ul>
---------------------
Then, in CSS file you will write:
-----------------------
..example {
FONT-SIZE: 10px;
font-family:Tahoma, serif;
}
-----------------------
Best Regards,
Wslaat
http://www.wslaat.com
[email protected]
>Hello,
>
>I did a few more researches. I tried to use command "-asxml" on the command
>line
>
>My Code contains tags like:
>
><UL>
><LI> bla
><LI> bla
></UL>
>
>And I would like to know how to close <LI> with Tidy
>
>Thank in advance
>Ragnar