Hi,
Thanks to all those that have been patient with my novice questions and helped me out with the site I'm working on. http://www.evertonfcdvds.com
Newarly there now (I hope!) but am a bit stuck again - I'm trying to place a large image in the center of the front page (i.e. to the right of the left navigation menu and to the left of a skyscraper banner on the right.
I have place the banner in the Layout Code of my External Design on the design tree beneath the INNERLAYOUT code and above the Shopping cart code as follows:
This works fine, but if I attempt to add the image to the middle of the page, either in the INNERLAYOUT section or just in the same section of the design tree, the skyscraper ends up at the bottom of the page.
Here is the code that I am trying to add:
As usual, I am sure that I am missing something simple...
Thanks,
Dan
Thanks to all those that have been patient with my novice questions and helped me out with the site I'm working on. http://www.evertonfcdvds.com
Newarly there now (I hope!) but am a bit stuck again - I'm trying to place a large image in the center of the front page (i.e. to the right of the left navigation menu and to the left of a skyscraper banner on the right.
I have place the banner in the Layout Code of my External Design on the design tree beneath the INNERLAYOUT code and above the Shopping cart code as follows:
Code:
<div id="content_main" style="background-color: <actinic:variable name="BackgroundColor" />;"> <div align="center"><Actinic:Variable Name="NavigationBar"/></div> <Actinic:Variable Name="INNERLAYOUT"/> </div> <p align="center"><a href="http://www.evertonfc.com"><img src="rightscraper.gif" border="0"></a> <p></p> <p class="white">In your basket</p> <hr></hr> <Actinic:Variable Name="ShoppingCartSummary"/> </div>
Here is the code that I am trying to add:
Code:
<div align="left"><p align="center"><img src="centresplash.gif" width="600" height="470" border="0"> <p></p> </div>
Thanks,
Dan
Comment