Help: divide html code in units

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
strang3rr
Forum Newbie
Posts: 1
Joined: Thu Apr 16, 2009 1:06 pm

Help: divide html code in units

Post 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 !
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: Help: divide html code in units

Post 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.
Post Reply