I am a complete noob.. Just made my drupal site a few weeks ago.. I still have a long way to go..

I put an amazon banner to my site.. i want it to be on the center.. but ive tried everything.. html, xhtml, div tags..
Im not a programmer, so is there any way to center the object by putting something in the block itself?

I'll try anything.. just please put a step by step instruction..

Thanks so much!

www.jillianestrellado.me

Comments

Hueij’s picture

Put the following in your stylesheet:

#header-region object {
   display:block;
   margin:0 auto;
   }

You really should validate your site, the front page has 67 errors, creating all sorts of nasty display errors, especially in Opera.