Hi All,
Trying to write a report and need to create the template repeating block in HTML.
Just not sure how to go about it at the beginning.
I know what the block needs to look like just not sure if I should use tables or divs or whatever.
The repeateing blaock will be something like this...
Did it very ropughly but it kind of gives you an idea.
Three blocks... one for the customer info, one for the item info and one (with an unlimited number of lines) for the service info.
This block will be repeated for all items/customers.
i.e.
--------------------------------------
block
--------------------------------------
block
--------------------------------------
etc...
Seeing as this is a printed report I'm thinking of just doing it using tables?
Is that a wise move?
Thanks for any help!