I went through this before posting:
http://stackoverflow.com/questions/1100354/easiest-way-to-echo-html-in-php
And still could make sense of it.
I´m trying to echo this:
<div>
<h3><a href="#">First</a></h3>
<div>Lorem ipsum dolor sit amet.</div>
</div>
<div>
And I can´t seem to find a workaround to those "" and ''.
Thanks in advance!!
Trufa