|
|
|
|
|
Posted by Cell Phone Repair on November 14, 2007, 9:23 am
Please log in for more thread options
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
here is my html of the footer.asp
<!-- Begin Footer -->
<div class="clearb"></div>
<div id="FooterRow1">
<a href="<%=full_url%>/contact.asp">
<%=TR("Contact")%></a> |
<a href="<%=full_url%>/terms.asp"> <%=TR("Terms &
Conditions")%></a> |
<a href="<%=full_url%>/privacy.asp"> <%=TR("Privacy
Policy")%></a> |
<a href="<%=full_url%>/aboutus.asp"> <%=TR("About
Us")%></a> |
<a href="<%=full_url%>/fees.asp"> <%=TR("Fees")%></a>
</div>
<div id="FooterRow2">
<%= TR("Copyright")%> © <%= Year(Auction.CurrentTime())
%> <%=SiteName%>. <%=TR("All Rights Reserved")%>.
<%=TR("No part of this web page may be reproduced in any way")%>,
<%=TR("or by any means, without the prior written permission
of")%> <%=SiteName%>.
<p />
<%
if ForeignCurrencyEnabled or (bMultiLangDropdown and TranslationEnabled)
then
%>
<form action="<%=request("script_name")%>"
method="post" id="form2" name="form1">
<%
if Request.QueryString <> "" then
for each oQueryItem in Request.QueryString
if oQueryItem <> "defaultCurrency" and oQueryItem <>
"defaultLang" then
%>
<input type="hidden" name="<%=oQueryItem%>"
value="<%=Sanitize(request(oQueryItem))%>" />
<%
end if
next
end if
if Request.Form <> "" then
for each oQueryItem in Request.Form
if oQueryItem <> "defaultCurrency" and oQueryItem <>
"defaultLang" and oQueryItem <> "description" then
%>
<input type="hidden" name="<%=oQueryItem%>"
value="<%=Sanitize(request(oQueryItem))%>" />
<%
end if
next
end if
if ForeignCurrencyEnabled then
%>
<!-- currency selection -->
<select name="defaultCurrency">
<%
for each oCurrency in colCurrList
Response.Write "<option value="""
Response.Write oCurrency.CurrencyCode
Response.Write """"
if currentCurrency = oCurrency.CurrencyCode then
Response.Write " selected"
Response.Write ">("
Response.Write oCurrency.CurrencyCode
Response.Write ")</option>"
next
%>
</select>
<input class="button" type="submit"
value="<%=TR("switch currency")%>" id="submit1" name="submit1" />
<%
end if
if bMultiLangDropdown and TranslationEnabled then
%>
<select name="defaultLang">
<%
dim vLangOpt, iLangInd, arrLangList
arrLangList = split(sLangFileList, "|")
for iLangInd = 0 to ubound(arrLangList)
vLangOpt = arrLangList(iLangInd)
Response.Write "<option value="""
Response.Write iLangInd
Response.Write """"
if currentLang = cstr(iLangInd) then Response.Write "
selected"
Response.Write ">"
Response.Write TR(cstr(vLangOpt))
Response.Write "</option>"
next
%>
</select>
<input class="button" type="submit"
value="<%=TR("switch language")%>" id="submit2" name="submit1" />
<%
end if
%>
</form>
<p />
<%
end if
%>
</div>
</div>
</body>
</html>
<div align="center">
<%
'UTF-8 Compatibility
'É
%>
<!-- (c) 2006. Authorize.Net is a registered trademark of Lightbridge,
Inc. -->
</div>
<div class="AuthorizeNetSeal">
<div align="center">
<script type="text/javascript" language="javascript">var
ANS_customer_id="d6f9b071-983f-4cd8-b20a-0b96baad13ed";</script>
<script type="text/javascript" language="javascript"
src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script>
<a href="http://www.authorize.net/" id="AuthorizeNetText"
target="_blank">Online Payments-veriefied Authorize.net Merchant</a> </div>
</div>
<div align="center">
<a href="http://www.atmexperts.com"><img alt="ATM" title="ATM"
src="http://www.credit-card-logos.com/images/multiple_credit-card-logos-2/credit_card_paypal_logos_3.gif" width="281" height="40" border="0" /></a>
|
|
Posted by Jonathan N. Little on November 14, 2007, 10:01 am
Please log in for more thread options
Cell Phone Repair wrote:
> i am new to the asp programming, thnx for help
<snip>
Not only do you post tons of code instead of a URL to page in question
but you also multi-posted instead of cross-posted. Please don't. I think
El's answered your question in alt.html
http://www.google.com/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=Usenet+multi-post&spell=1
Usenet multi-post - Google Search
http://www.google.com/search?hl=en&q=Usenet+cross-post&btnG=Search
Usenet cross-post - Google Search
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
|
|
Posted by Beauregard T. Shagnasty on November 14, 2007, 10:17 am
Please log in for more thread options Cell Phone Repair wrote:
> i am new to the asp programming, thnx for help
You have an answer in alt.html
Please don't multi-post; cross-post only if absolutely necessary.
http://oakroadsystems.com/genl/unice.htm#xpost
..and please post URLs instead of code. We don't have all those images
so how could we test your page?
--
-bts
-Motorcycles defy gravity; cars just suck
|
| Similar Threads | Posted | | Pictures not displaying | May 9, 2008, 4:56 pm |
| about menu using ul & li, with breaks and right aligned | June 13, 2006, 10:01 pm |
| table should be aligned on bottom of a Frame | November 26, 2004, 10:55 am |
| Horizontal CSS list, last entry right-aligned? | April 11, 2008, 3:01 pm |
| How can I display a right arrow in IE aligned vertically in the middle? | October 16, 2005, 9:39 am |
| A rendering problem with left aligned image and lists | August 13, 2004, 9:34 am |
| SSI question | June 7, 2005, 11:58 am |
| OT - RSS Question | July 21, 2005, 1:07 am |
| Another ALT question. | February 9, 2006, 7:12 pm |
| PHP(?) question | March 15, 2006, 3:13 am |
|
|
|
|