Need Help - Customize Top of Page/Logo Area

Author Message

Nathan King

Friday 09 June 2006 10:53:45 am

I have been trying to figure this out for a week now and continue to run into problems. I want to replace the top of the page with a table of images and some other. Here is the html code I'm trying to use:

<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<IMG SRC="http://www.website.com/images/top_01.jpg" WIDTH=315 HEIGHT=85 ALT=""></TD>
		<TD>
			<IMG SRC=" SRC="http://www.website.com/images/top_02.jpg" WIDTH=435 HEIGHT=85 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
			<IMG SRC=" SRC="http://www.website.com/images/top_03.jpg" WIDTH=750 HEIGHT=34 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=2>
			<IMG SRC=" SRC="http://www.website.com/images/top_04.jpg" WIDTH=750 HEIGHT=41 ALT=""></TD>
	</TR>
</TABLE>

When I insert this code or any attempt to get this to work I get a blank area at the top. Can someone please guide me in the right direction? I've tried my best to understand the instructions in the documentation...

Kristof Coomans

Saturday 10 June 2006 12:09:44 am

Hi Nathan

Welcome to the eZ community!

First, try to use valid XHTML. Put double quotes around all your attributes.

In which template are you inserting the code? Do you get any warnings/errors in the debug output ( enable php error reporting: http://www.php.net/manual/en/ref.errorfunc.php#ini.display_errors and eZ publish debug output: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/configuration_files/site_ini/debugsettings )?

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.