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 >RagnarReceived on Wednesday, 11 October 2006 11:28:29 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 24 September 2008 09:20:24 GMT