Thursday, 8 August 2013

Putting html code into an object

Putting html code into an object

I want to create a table, with a certain fixed number of columns and rows.
I will be using this table in several different places so I want to make
it into a single object.
So basically I want to put a bunch of html code into an object, so I can
call the object instead of just copy and pasting the code block.
Is this possible? Any better solutions?
Thanks

No comments:

Post a Comment