ANSWERS: 2
-
Inside the tag for these "items" (way to be vague), put the align=center paramter. If I wanted to center an layer, which I think is what you mean, I would use this. <div align=center>CONTENT OF LAYER</div>
-
Ok, I just took a look at your pages HTML code, and added to some of your HTML at the end, all between <!-- end content-wrapper --> and <!-- end outer-wrapper --> Basically, most of your content is in layers, signified by the <div> tag. To center that, you must put align=center directly after that, and before the class=[whatever[ part. Here's the code I rewrote, with all the proper align parameters. For "The Realm", I had to enclose the <h2> tags with <center> tags, since "The Realm" was the only part down there not enclosed within a layer. Replace everything between those two comments in your blog HTML to center everything at the bottom. <!-- end content-wrapper --> <div id='footer-wrapper'> <div align=center class='footer section' id='footer'><div align=center class='widget LinkList' id='LinkList1'> <center><h2>The Realm</h2></center> <div align=center class='widget-content'> <ul> <li><a href='http://www.katz.cd/'>Katz</a></li> <li><a href='http://www.google.com/'>Google</a></li> <li><a href='http://www.silentarts.bizhat.com/'>The Realm</a></li> <li><a href='http://www.photoshoptalent.com/'>Photoshop Talent</a></li> <li><a href='http://www.answerbag.com/'>Answerbag</a></li> <li><a href='http://www.theynd.com/'>The Young and Dangerous</a></li> </ul> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=27212364&widgetType=LinkList&widgetId=LinkList1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList1"));' target='configLinkList1' title='Edit'> <img alt='' src='http://www.blogger.com/img/icon18_wrench_allbkg.png'/> </a> </span> </span> <div class='clear'></div> </div> </div><div class='widget BloggerButton' id='BloggerButton1'> <div align=center class='widget-content'> <a href='http://www.blogger.com'><img alt='Powered By Blogger' src='http://www.blogger.com/buttons/blogger-simple-blue.gif'/></a> <div class='clear'></div> <span class='widget-item-control'> <span class='item-control blog-admin'> <a class='quickedit' href='http://www.blogger.com/rearrange?blogID=27212364&widgetType=BloggerButton&widgetId=BloggerButton1&action=editWidget' onclick='return _WidgetManager._PopupConfig(document.getElementById("BloggerButton1"));' target='configBloggerButton1' title='Edit'> <img alt='' src='http://www.blogger.com/img/icon18_wrench_allbkg.png'/> </a> </span> </span> <div class='clear'></div> </div> </div></div> </div> </div></div> <!-- end outer-wrapper -->
Copyright 2023, Wired Ivy, LLC

by 