Hi, folks! I have a design problem that I'm hoping someone familiar with Chameleon and/or Marvin can help me with.
I'm upgrading my site at YoungWizards.com as a Drupal installation. There are some aspects of the original site which I want to keep, specifically the banner at the top.
The banner itself is handled by this PHP-based image rotator from AutomaticLabs, which brings up a different banner each time. In my new Drupal installation I want to keep this feature, and keep the positioning at the top left, just as it is. But I'm having trouble figuring out how to manage this, in terms of where exactly to place the code to call the rotator.
In normal HTML, you simply call the installed rotator like this:
<IMG SRC="http://www.youngwizards.com/006699/rotator.php">
The called images live in the same directory with the script. On the present web page, I haven't bothered adding any CSS styling to this element in terms of "position: absolute;"... or anything similar, since in a normal HTML page it's the very first thing that loads, and the way it's called has been working fine.