Results 1 to 6 of 6

Thread: HTML Email Stationery

  1. #1
    Join Date
    Feb 2005
    Posts
    81
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default HTML Email Stationery

    I have made a page I want to use on Outlook 2000 as stationery but whenever you click down to type it moves the header picture down

    Could you get round this using margins???

  2. #2
    Join Date
    Feb 2005
    Posts
    81
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    I have tried using <span id="_AthCaret">

    But it doesnt seem to make any difference

  3. #3
    Join Date
    May 2004
    Location
    NewYork, USA
    Posts
    175
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by s80wkr
    I have tried using <span id="_AthCaret">

    But it doesnt seem to make any difference
    Can you send me or post the codes here...

  4. #4
    Join Date
    Feb 2005
    Posts
    81
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Here is the finished page

    I would like the cursor to start after the horizontal line if you click on the page or when you press TAB if possible

    Also dont think it can be js as I dont think email programs will ike it

    The asp code is not used for the actual stationery it's so people can customise it

    Thanks

    Code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Willows</title>
    <style type="text/css">
    <!--
    body {
     background-color: #F8F8F8;
    }
    -->
    </style>
    </head>
    <body>
    <table width="190" border="0" align="center" cellpadding="1" cellspacing="0" bgcolor="#cccccc">
      <tr>
        <td><table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="100%">
              <tr>
                <td><table align="center" border="0" cellpadding="5" cellspacing="0" width="100%">
                      <tr>
                        <td class="sideBarText"><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
                          <tr>
                            <td height="96" valign="bottom" bgcolor="#FFFFFF"><div align="right"><img src="http://www.sbowker.co.uk/willows_logo.jpg" width="130" height="96" /></div></td>
                          </tr>
                          <tr>
                            <td height="20" valign="middle" bgcolor="#FFFFFF"><div align="right"><img src="http://www.sbowker.co.uk/gr_pix.gif" width="600" height="1"></div></td>
                          </tr>
                          <tr>
                            <td height="41" bgcolor="#FFFFFF"><font face="Arial, Helvetica, sans-serif" size="2"><span id="_AthCaret">&nbsp;</font></td>
                          </tr>
                          <tr>
                            <td height="103" bgcolor="#FFFFFF"><font size="2" face="Arial, Helvetica, sans-serif"><%=(rsStat.Fields.Item("s_closing").Value)%>,</font><br>
                                <br>
                              <font size="2" face="Arial, Helvetica, sans-serif"><%=(rsStat.Fields.Item("s_name").Value)%><br>
                                <strong><%=(rsStat.Fields.Item("s_title").Value)%></strong><br>
                                <br />
                                <a href="<A href="mailto:<%=(rsStat.Fields.Item("s_email").Value)%>"><%=(rsStat.Fields.Item("s_email").Value)%></a></font></td">mailto:<%=(rsStat.Fields.Item("s_email").Value)%>"><%=(rsStat.Fields.Item("s_email").Value)%></a></font></td>
                          </tr>
                          <tr>
                            <td bgcolor="#FFFFFF"><div align="right"><img src="http://www.sbowker.co.uk/gr_pix.gif" width="600" height="1"></div></td>
                          </tr>
                          <tr>
                            <td height="62" bgcolor="#FFFFFF"><div align="center">
                              <p><font face="arial" size="1"
    >WILLOWS PLANT LIMITED T/A WILLOWS CONSTRUCTION SERVICES<br>
                              </font><font face="arial" size="1"
    > Willow House, Ashton Road, Golborne, Warrington, WA3 3TS<br />
                              Tel: 01942 528300 Fax: 01942 528301 email: pipelines@willowsconstruction.com </font></p>
                              </div></td>
                          </tr>
                          <tr>
                            <td height="2" valign="bottom" bgcolor="#FFFFFF"><div align="right"><img src="http://www.sbowker.co.uk/gr_pix.gif" width="600" height="1"></div></td>
                          </tr>
                          <tr>
                            <td height="16" bgcolor="#FFFFFF"><img src="http://www.sbowker.co.uk/bottom_bar.gif" width="600" height="73"></td>
                          </tr>
                          <tr>
                            <td height="2" bgcolor="#FFFFFF"><div align="right"><img src="http://www.sbowker.co.uk/gr_pix.gif" width="600" height="1"></div></td>
                          </tr>
                          <tr>
                            <td height="61" bgcolor="#FFFFFF"><div align="center"><font face="Arial, Helvetica, sans-serif" size="1"><br>
                              Internet communications are not necessarily secure and   may be intercepted or changed after they are sent. Willows Construction does not accept   liability for any such changes.&nbsp;<br />
                              If you wish to confirm the origin or   content of this communication, please contact the sender using an <br />
                              alternative means of communication.<br />
                              <br />
                              This email may contain confidential   information intended solely for use by the addressee.&nbsp; <br />
                              If you are not the   intended recipient of this communication you should destroy it without
                              copying, disclosing or otherwise using its contents.&nbsp; <br />
                              Please notify the   sender immediately of the error.</font></div></td>
                          </tr>
                        </table></td>
                      </tr>
                  </table></td>
              </tr>
          </table></td>
      </tr>
    </table>
    </body>
    </html>

  5. #5
    Join Date
    May 2004
    Location
    NewYork, USA
    Posts
    175
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Hi,
    Please check attached file see if this is your request.
    Attached Files Attached Files

  6. #6
    Join Date
    Apr 2006
    Location
    Amsterdam
    Posts
    350
    Thanks
    20
    Thanked 11 Times in 11 Posts

    Default

    Quote Originally Posted by Accerlepfof View Post
    Hello I have a projector file with .exe extension is there anyway to emed that in an Html page so that the user can view it?Thanks in advance
    Not sure what your tying to do. Can you post the code here?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HTML: Custom Helm Login Form
    By Warren Ashcroft in forum Code Sharing
    Replies: 17
    Last Post: 28th September 2006, 03:33 PM
  2. HTML to PHP
    By JamesU2002 in forum General Technical Support
    Replies: 4
    Last Post: 19th July 2006, 12:44 PM
  3. Converting plain characters to HTML
    By Rappie in forum Web Applications and Scripts
    Replies: 3
    Last Post: 13th June 2006, 08:46 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •