Re: AW: Howto close tags?

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
me@wslaat.com


>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

Received on Wednesday, 11 October 2006 11:28:29 UTC