X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Pre-launch check (https://forum.x-cart.com/showthread.php?t=39499)

ReadytoCover 05-01-2008 08:13 PM

Pre-launch check
 
Hey everyone! I've been slaving fervorishly the past two weeks and I'm hoping to go live this weekend with my new store. I had two quick design questions I can't seem to figure out.

1. I can't seem to get my authorize.net seal to center in that column. Is that something I should be assigning in skin1.css or in the authorize.tpl file itself? Here it is:

Code:

<div class="AuthorizeNetSeal">
  <div style="text-align: center;">
    <script type="text/javascript" language="javascript">var ANS_customer_id="bdf238e3-213f-4583-8309-df489c213d18";</script>
    <script type="text/javascript" language="javascript" align="center" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" align="center" ></script>
  </div>
  <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank"></div>


The site is at http://208.84.153.178

Any other input is appreciated! Thanks!!

Ryan

Rajdeep 05-13-2008 03:26 AM

Re: Pre-launch check
 
Have you been able to resolve your problem?
Error is in the ":" after align....

<div style="text-align: center;">

ReadytoCover 05-13-2008 07:26 AM

Re: Pre-launch check
 
No I didn't thanks. So do I need to remove it? Or replace it with another symbol?

Quote:

Originally Posted by Rajdeep
Have you been able to resolve your problem?
Error is in the ":" after align....

<div style="text-align: center;">


Rajdeep 05-14-2008 01:12 AM

Re: Pre-launch check
 
Try this...

your current syntex is:
<div style="text-align: center;">

Try with this:
<div style="text" align="center">


dont forget to end with
</div>

carpeperdiem 05-14-2008 03:31 AM

Re: Pre-launch check
 
Quote:

Originally Posted by Rajdeep
Try this...

your current syntex is:
<div style="text-align: center;">

Try with this:
<div style="text" align="center">


dont forget to end with
</div>


That's not valid xhtml. I wouldn't use it.

Read this:
http://dorward.me.uk/www/centre/

ReadytoCover 05-14-2008 06:19 AM

Re: Pre-launch check
 
Ah ha! Worked perfectly! Thank you so much!!!

Rajdeep 05-15-2008 02:41 AM

Re: Pre-launch check
 
Hi ReadytoCover,

Which one worked perfectly??? The command set suggested by me??
Please reply on this....

ReadytoCover 05-15-2008 06:16 AM

Re: Pre-launch check
 
Yes, this:

Quote:

Originally Posted by Rajdeep
Try this...

your current syntex is:
<div style="text-align: center;">

Try with this:
<div style="text" align="center">


dont forget to end with
</div>


Thank you.


All times are GMT -8. The time now is 11:19 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.