Page 1 of 1

Help: divide html code in units

Posted: Thu Apr 16, 2009 1:10 pm
by strang3rr
Hi,
i have file test.html and i need to load it's code and divide it in "units".

i need to get output like this:
Image

if I open test.html in notepad and add line "bla bla bla", it should be recognized as new unit TEXT [part of text]....

it's hard for me to explain, but if you used kmx wap constructor, you know what i am talking about.

Please help,
thank you !

Re: Help: divide html code in units

Posted: Sat Jun 06, 2009 9:57 am
by akuji36
DO you mean to separate the page into divisions?

Can be done using css(cascading style sheets): div or class.

Or maybe a few paragraphs using paragraph html tag will do.