Header
wcm - August 30, 2008 - 05:37
| Project: | B7 |
| Version: | 5.x-1.2 |
| Component: | Style |
| Category: | support request |
| Priority: | normal |
| Assigned: | wcm |
| Status: | active |
Jump to:
Description
Hi,
I added a leaderboard ad 728x90 in the header block right above the mission statement and below the primary links. It sets to the left and i'm trying to figure out how to center it. I can't figure it out. If you could help me it would be greatly appreciated.
wcm

#1
Did you try just using <center>. It's a depreciated html element, but it would probably do the trick.
If you want to remain html compliant, wrap it in a <div> with a class or id, and then in base.css, set text-align: center, or just do <div style='text-align:center'>.
Try those and let me know if it doesn't work.