Forums / Setup & design / Need Help - Customize Top of Page/Logo Area

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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 Exponential 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