HTML alignment

Status
Not open for further replies.

superdave1984

Repeat Offender
Messages
1,986
Location
KY
I have an HTML file that is to be used as an email signature. I have the picture where I want it, but I can't get the text to be just to the right of the picture. It always comes up below the picture when I set it as my sig file. When I just open the HTML file in a browser it looks right. Here's the generic code I'm using if somebody can make it sit correctly. Also if you can make it show up with default sans serif font that would be epic. I edit it and it doesn't change the font

<html>
<head>
<title>Lotus Notes Signature</title>

</head>

<body font face="arial">


</p>
<p><img src="file:///C|/logo.jpg" width="210" height="94" align="left"></p>
<p><br></p><p>

name &nbsp|&nbsp title &nbsp|&nbsp company
<br>
address &nbsp|&nbsp city, st, zip &nbsp|&nbsp Tel:&nbsp(xxx) xxx-xxxx &nbsp |&nbsp Fax: (xxx) xxx-xxxx &nbsp |&nbsp website url


<br>
</body>
</html>

Here's what it looks like in my browser and that's how it needs to be in my email too, but it puts the text below the pic in the email.
 

Attachments

  • siggy.JPG
    siggy.JPG
    17.6 KB · Views: 55
I would make a table with one row and two columns.

There prolly a way to do this in css. But i cant think of it off the top of my head

Edit - will the pic show up on the receiving end? If the file doesnt exist locally i think it will show a red x
 
I figured out the alignment problem. I took out the <p> and </p> and it is now where it's supposed to be. I hate the font though and still can't get that to change.
 
Status
Not open for further replies.
Back
Top Bottom