I'm an html nubie. Through some research, here is what I have below. The idea is that my logo would appear at the right corner of the page (hyperlink enabled) and my signature line would be at the bottom. I think the only thing I couldn't figure out here was set this in a way that when I start typing my email, the cursor would start below the logo. Right now, I find myself manually placing my cursor to a desired position below the logo on the left end. Otherwise my text would occupy the same horizontal space and wrap around the logo. Please advise on how I can achieve this starting cursor position and any advice on programmatically correcting this code. Thank you very much.
***Code***
<a href=" src="\\server \images\logo.jpg"style="border-style: none" align=right></a>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<font face="arial" size="2"> Thank you, </font>
<BR>
<BR>
<font face="arial" size="2">Name</font>
<BR>
<font face="arial" size="2">Title</font>
<BR>
<font face="arial" size="2">Company</font>
<BR>
<BR>
<font face="arial" size="2">Tel 555-555-555 xt 0 </font>
<BR>
<font face="arial" size="2">Fax 555-555-555 </font>
<BR>
<a href=" face="arial" size="2.5" color="#000000">www. website.com</font></a>
<BR>
<BR>
<font face="arial" size="1" color="#999999">This transmission, and any attached files, may contain confidential …..</font>
***Code***
<a href=" src="\\server \images\logo.jpg"style="border-style: none" align=right></a>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<font face="arial" size="2"> Thank you, </font>
<BR>
<BR>
<font face="arial" size="2">Name</font>
<BR>
<font face="arial" size="2">Title</font>
<BR>
<font face="arial" size="2">Company</font>
<BR>
<BR>
<font face="arial" size="2">Tel 555-555-555 xt 0 </font>
<BR>
<font face="arial" size="2">Fax 555-555-555 </font>
<BR>
<a href=" face="arial" size="2.5" color="#000000">www. website.com</font></a>
<BR>
<BR>
<font face="arial" size="1" color="#999999">This transmission, and any attached files, may contain confidential …..</font>