Wrap in Div
-
Hi!
Can someone teach how i can wrap the final output in account page in a div, because right now the final output in account page is like this:
<h2>title</h2>
<table></table>I want the output to be like this:
<div>
<h2>title</h2>
<table></table>
</div>thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrap in Div’ is closed to new replies.