我试图让我的网站中的页脚看起来像这样:
Wilgrove Baptist Church Home | About | Ministries 1234 S. Main st. John G. Smith, Sr. Pastor Contact Us | Site Map somwhere, ID 55555
我的问题是它被列入3列.有什么建议?
谢谢!
使用花车很容易做到:
Left aligned text here
Next line hereRight aligned text here
Next line hereCenter Text here
Next line here
和CSS:
.left{ text-align:left; float:left; } .right{ float:right; text-align:right; } .centered{ text-align:center; }