NetTalk Central

Author Topic: Verisign secure html  (Read 3823 times)

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Verisign secure html
« on: August 25, 2007, 10:28:35 AM »
Hi Guys,

I would like to include the verising html under the outlook menu in the menuonleft pane.  I can't seem to determine where to include the html code.  It always seem to want to appear between the left_fram and the right_fram.

What am I doing wrong?
Gregory C. Bailey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Verisign secure html
« Reply #1 on: August 26, 2007, 03:16:20 AM »
Greg, I'm not sure what you mean - more info please...
Specifically I'm not sure what you mean by "verisign html".

Cheers
Bruce

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Re: Verisign secure html
« Reply #2 on: August 26, 2007, 02:23:07 PM »
Hi Bruce,

Following is the html that verisign gives people that buy their certificate.  By clicking the Verify link, your Web site visitors can verify your site in real time and have the confidence to complete their transactions.

I want this html to display beneath the outlook menu bar on the left.

<table width="290" border="0" cellpadding="0" cellspacing="0" title="Click to Verify - This site chose VeriSign SSL for secure e-commerce and confidential communications.">
<tr>
<td width="135" align="center" valign="top"><script src=https://seal.verisign.com/getseal?host_name=www.mx247.net&size=M&use_flash=YES&use_transparent=YES&lang=en></script></td>
<td width="155" valign="middle" style="font:11px/16px Helvetica,Verdana,Arial,sans-serif;">This site chose VeriSign <a href="http://www.verisign.com/ssl/ssl-information-center/" target="_blank">SSL</a> for secure e-commerce and confidential communications.</td>
</tr>
<tr>
<td  align="center" valign="top"><a href="http://www.verisign.com/ssl/ssl-information-center/" target="_blank" style="color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;">ABOUT SSL CERTIFICATES</a></td>
<td width="155">&nbsp;</td>
</tr>
</table>
Gregory C. Bailey

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Verisign secure html
« Reply #3 on: August 26, 2007, 10:34:42 PM »
Hi Greg,

Oh - ok - thanks.
without getting too far into the vagaries of CSS layout, it'll work if you wrap the code with
<div class="adiv">
! verisign html goes here
</div>

Also in my test, the html you have looks a little wide, so you may want to open it in frontpage or something and adjust the layout a bit.

Cheers
Bruce

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Re: Verisign secure html
« Reply #4 on: August 27, 2007, 08:35:44 AM »
Hi Bruce,

Works a treat!
Gregory C. Bailey