On this page:
http://roofgenius.com/test2.asp
I am trying to get these 3 lines of text moved to the right 20px;
Legend Cost:
Low = 1
High = 10
My last attempt:
<p class="Bfont12" style="margin-left:20px;">
</br>
<span style="display:block;">Leg
end</span>
Cost: Low = 1<br />
High = 10
</p>
How can i do this ?
<pre>
Legend
Cost: Low = 1
High = 10
</pre></p>
Cd&