help centring this code

Man of Honour
Joined
14 Apr 2006
Posts
2,288
Location
Manchester
Hi I know nothing about HTML for which I am ashamed. Could anyone help me so that the following code is centred on my wordpress site? At the moment it is stuck on the left hand side.

---------------


<link href="http://www.reviewcentre.com/css/seo_badge.v3.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="http://www.reviewcentre.com/js/RC.SeoBadge.v3.min.js"></script>
<script type="text/javascript">RC.Badge.initialize("http://www.reviewcentre.com", 2467788)</script>
<div id="rc-badge-wrapper" class="style-340x150 color-white" style="width: 340px; height: 150px; ">
<div class="rc-top-corners"></div>
<div class="rc-content">
<div class="rc-logo">
<a title="Review Centre - Consumer Reviews" href="http://www.reviewcentre.com">http://www.reviewcentre.com</a>
</div>
<p class="rc-rating"></p>
<div class="rc-stars"></div>
<div class="rc-overview">
<p class="rc-category"><a href="http://www.reviewcentre.com.html" rel="nofollow">Items</a></p>
<p class="rc-item"><a href="http://www.reviewcentre.com/Watches/mysitewww-mysite-com-reviews_2467788" rel="nofollow">MYSITE - www.mysite.com</a></p>
<p class="rc-date"></p>
<p class="rc-extract"></p>
</div>
</div>
<div class="rc-write-review"><a href="http://www.reviewcentre.com/write-a-review-2467788.html" rel="nofollow">Write a review</a></div>
</div>

Any help would be greatly appreciated.
 
Thank you gord. That did the trick. I spent two hours messing with it last night so thank you.
 
Back
Top Bottom