Anyone help me to center in php?

5 replies
I've a banner which is added to a page using the following code

<?php if (function_exists(show_rotator())) { show_rotator(); } ?>

but this does not center align the banner on the page, instead it left aligns, take a look:

Banner Ad Rotator! | Niche Blog Sales

Its the flashing left aligned banner which I want to align as per the static one just above it.

Anyone know what code I need to add to make it do this?
#center #php

Trending Topics