I was wondering if it is possible to upload an image to display on top of the event listing. I would like to add our company banner above the listed events, is this possible? If so, how can I accomplish this? Thanks!
Thanks so much for your reply! I was able to successfully place my banner on my event list page thanks to you! I was wondering how can I center my banner?
<IMG align="center"> doesn't seem to be working for me, is there another method I can use? Also, what pixel size would you recommend my banner so that it fits across the entire top of my page, you can see what I mean by going here:
No, that won't center anything for you. The easiest way would be to put <center> </center> around your image tag. You could also do this:
<img src="filename.jpg" style="text-align:center">
Regarding size... that will depend on the amount of space your template gives for the content area.