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.

eZ debug

Timing: Jan 31 2025 04:33:40
Script start
Timing: Jan 31 2025 04:33:40
Module start 'layout'
Timing: Jan 31 2025 04:33:40
Module start 'content'
Timing: Jan 31 2025 04:33:40
Module end 'content'
Timing: Jan 31 2025 04:33:40
Script end

Main resources:

Total runtime0.0407 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 588.2656151.2266
Module start 'layout' 0.00570.0070 739.492236.6797
Module start 'content' 0.01280.0264 776.171990.2188
Module end 'content' 0.03910.0015 866.390629.9922
Script end 0.0407  896.3828 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00256.1563140.0002
Check MTime0.00112.5887140.0001
Mysql Total
Database connection0.00071.815410.0007
Mysqli_queries0.00297.209030.0010
Looping result0.00000.066810.0000
Template Total0.00112.810.0011
Template load0.00092.137610.0009
Template processing0.00030.665510.0003
Override
Cache load0.00061.508510.0006
General
dbfile0.00030.823680.0000
String conversion0.00000.019340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs