Hi,
Problem
I need to position the form about 140 pixels AFTER banner, but I dont seem to be getting this right with the code below:
Can someone tell me what I am missing please?
Thank you
James
Problem
I need to position the form about 140 pixels AFTER banner, but I dont seem to be getting this right with the code below:
Code:
<div align="center" style="font-family: Arial, Helvetica, sans-serif; font-size: 40px; font-weight: bold; color: #000000; position: absolute; visibility: visible; left: 140px; top: 100px;">
Help Me</div>
<div style="position: relative; visibility: visible; width: 80%; top: 100px;"><form><p>This really neads to go about 140 pixels down from the banner above</p></form>
Can someone tell me what I am missing please?
Thank you
James