I have recently turned my site into a php site . The only problem is I am trying to run more than one banner at the top. I don't want one underneathe the other. I would like them side by side and centered.
Also, I have seen on some sites similar to mine an adjustable (depending on window size) upper section. Upper meaning where my banner currently is. If possible I would also like to know how to accomplish something like this aswell. Any help would be greatly appreciated.
Thanks
Sounds like an html problem.
How the banners (images) are displayed, doesnt have anything to do with php. Its just html formatting.
To put two banners side by site just use a table.
[HTML]
[/HTML]
This should also adjust to the size.
Or if you are into xHTML and the future of html display:
[HTML]
[/HTML]
Hope thats what you're looking for... :mrgreen: