【发布时间】:2023-03-13 18:24:01
【问题描述】:
我正在为我的电子商务网站使用 Volusion,并希望将 Facebook 和 Twitter 按钮/图标添加到我网站的页脚(有点像页脚中的“cc-wiki”和“Peak Internet”徽标本页)。
这是我的页脚的当前 HTML 代码。我应该添加什么代码以使版权和“Powered by Volusion”文本左对齐,并在同一行添加所需的按钮,但右对齐?
<div id="footer_bottom">
<!--<div id="footer_right" class="right">-->
<!--</div>-->
<div id="copyright">
<a href="/terms.asp">Copyright © <script type="text/javascript">document.write((new Date()).getFullYear());</script> Config_CompanyNameLegal All Rights Reserved.</a>
<!-- ==========================================================================================
VOLUSION LINK - BEGIN
===============================================================================================
Customer has agreed per Volusion’s Terms of Service (http://www.volusion.com/agreement_monthtomonth.asp) to maintain a text hyperlink to "http://www.volusion.com" in the footer of the website. The link must be standard html, contain no javascript, and be approved by Volusion. Removing this link breaches the Volusion agreement.-->
<br><a style="color: #F0F0F0" href="http://www.volusion.com" title="Shopping Cart Software" target="_blank">Powered by Volusion</a>
</div>
<!-- ==========================================================================================
VOLUSION LINK - END
=========================================================================================== -->
</div>
</div>
【问题讨论】:
标签: html facebook twitter footer