Click to See Complete Forum and Search --> : <ul> / <li> formatting


adam_fake
05-08-2008, 11:46 AM
Is it possible using CSS to say that anything entered into a particular DIV would style it into an <UL>/<li> format.

I know i can control the layout of the <UL> and <li> using CSS but i wanted to know if it was possible to say that content added to a DIV would automatically format it to an <ul>

Thanks

Declan1991
05-08-2008, 02:35 PM
No. If it should be in an ul, that you must put it in a ul. Have you a particular problem that you would like to solve?