[horde] FW: Customization problems.

Peters, Michael D. Michael.Peters at acbl.net
Thu May 29 11:57:03 PDT 2003


 
I have read the FAQ concerning the customization of the common.header.inc if
you want to add custom graphics or banners to every page. I can get the
correct graphics to display but then everything under the Welcome banner is
missing.
 
This is the html code I added:
 
<table border="1" width="100%">
  <tr>
    <td width="100%" valign="middle" align="center" bgcolor="#8D9ED2"><img
border="0" src="graphics/sponsorLG.gif" wid
th="350" height="100"></td>
<tr><td class="menu">
 
I placed it after the last line like this:
 
<body<?php if (!empty($js_onLoad)) echo ' onload="' . $js_onLoad . '"'; if
(!empty($bodyStyle)) echo ' class="' . $bod
yStyle . '"' ?>>
 
<table border="1" width="100%">
  <tr>
    <td width="100%" valign="middle" align="center" bgcolor="#8D9ED2"><img
border="0" src="graphics/sponsorLG.gif" wid
th="350" height="100"></td>
<tr><td class="menu">

I also tried it here:
 
<head>
 
<?php
rder="1" width="100%">
  <tr>
    <td width="100%" valign="middle" align="center" bgcolor="#8D9ED2"><img
border="0" src="graphics/sponsorLG.gif" wid
th="350" height="100"></td>
<tr><td class="menu">
 
$page_title = $registry->getParam('name');

I would appreciate it if someone could explain this in plain and simple
terms to me. 

Best regards,

Michael 




More information about the horde mailing list