Please post a link to the page on your site that contains the problematic script so we can check it out.
Please include your code so that we can take a look at it, we can't do much without it. When you do post your code remember to use [code] tags. That includes [ html ], [ code ], and [ php ].
Try putting them in a <div>, for example:
Code:
<div class="centered_obj">
//bold, link, and italics code here
</div>
Then, add this to the CSS file:
Code:
div.centered_obj {
width: 100%;
margin: 0 auto;
padding: 0;
}
Bookmarks