|
Posted by Els on 11/14/07 14:30
Cell Phone Repair wrote:
> i am new to the asp programming, thnx for help
>
> i am trying to do simple edit on my site www.cprauctions.com, i tried to add
> VISA/MC logos as well as authorize.net logo, i aligned them in the center,
> however the AUTHORIZE.NET logo still; shows on the far left
That's because you are centering it inside a div that has only 90px
space for its content:
div.AuthorizeNetSeal {
....
width:90px;
}
> here is my html of the footer.asp
[snip script/html mix]
Please don't paste a whole bunch of code, the url is enough.
--
Els http://locusmeus.com/
Navigation:
[Reply to this message]
|