NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: lanmicro 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?
-
Greg, I'm not sure what you mean - more info please...
Specifically I'm not sure what you mean by "verisign html".
Cheers
Bruce
-
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"> </td>
</tr>
</table>
-
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
-
Hi Bruce,
Works a treat!