Sorry this is the current code:
[please the ‘code’ button to mark code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<div style="position:absolute;top:120px;left:892px;">
<a href="mailto:info@cartercustomeconstruction.com?Subject=Hello%20again">info@cartercustomeconstruction.com</a>
</div>
</body>
</html>
Note: Seems like this forum doesn’t have the option to modify or delete posts, or maybe yes, at some place?
I wanted to fix my bad grammar in my post above.
Thanks in advance.
from as it is now:
<div style="position: absolute; top: 120px; left: 892px;"><a href="mailto:info@cartercustomeconstruction.com?Subject=Hello%20again">info@cartercustomeconstruction.com</a></div><div id="wrapper"><div id="container">
(this was positioning the email address in reference to the browser window)
move the div a bit to just inside the #wrapper and change a few styles:
<div id="wrapper" style="position:relative;"><div style="position: absolute; top: 120px; left: 730px;"><a href="mailto:info@cartercustomeconstruction.com?Subject=Hello%20again">info@cartercustomeconstruction.com</a></div><div id="container">
(this is positioning the email address in reference to the #wrapper div)
Thank you so much alchymyth!
That works now 🙂
Cheers!