Footer graphic not fully displayed...

About the template and stylesheet - and changing the menu
Post Reply
Sarah
Posts: 5
Joined: Thu Jul 24, 2008 6:23 am

Footer graphic not fully displayed...

Post by Sarah » Wed Mar 11, 2009 11:43 pm

Hi there

I am preparing a website under this adress here:

http://www.kuenstlermaerit.ch/

As you can see, there is a graphic in the footer with the adress:

http://www.kuenstlermaerit.ch/templates ... _r7_c1.jpg

The standard graphic size in this footer (template) had a heigt of 48px. As I had to put in a higher logo and also leave place to display the legal links, I made a graphic to replace the footer with a heigt of 96px.

As you can see, there is only about the first third of this grapic displayed and the rest disappears. I searched now for hours and I did not find the place where I can display the full height of this graphic.

I would be grateful, if someone could help me in this case. Thank you very much, Sarah

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Footer graphic not fully displayed...

Post by ZiPs » Wed Mar 11, 2009 11:53 pm

Hi Sarah

You find it at the bottom in you template.htm look after this

Code: Select all

width="1" border="0" height="48">
And set it to 96 where it is now 48

/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

Sarah
Posts: 5
Joined: Thu Jul 24, 2008 6:23 am

Re: Footer graphic not fully displayed...

Post by Sarah » Thu Mar 12, 2009 9:57 am

Hi /ZiPs

Thank you very much for your reply. That helped me a lot. I am a newbie with CMSIMPLE. The image is now fully displayed :-) I now only have to find a way, to move the copyright text over the yellow brush strike.

Have a nice day and many thanks again, Sarah

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: Footer graphic not fully displayed...

Post by ZiPs » Thu Mar 12, 2009 11:29 am

Hi Sarah

To move the copyright op, you can inset this in you table.

Code: Select all

style="margin-bottom: 60px;"
Look for this, it is at the bottom of you template.htm

Code: Select all

<table width="100%" border="0" cellpadding="0" cellspacing="0"><tbody><tr>
<td align="center"><!--webbot bot="HTMLMarkup" startspan --></td></tr><tr><td class="sitename" valign="top" align="center">
KUENSTLERMAERIT.CH</td></tr><!--webbot bot="HTMLMarkup" endspan i-checksum="49042" -->
<tr><td align="center"><!--webbot bot="HTMLMarkup" startspan --></td></tr><tr>
Then inset it like this, in the 1 line.

Code: Select all

<table width="100%" border="0" cellpadding="0" cellspacing="0" style="margin-bottom: 60px;"><tbody><tr>
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

Sarah
Posts: 5
Joined: Thu Jul 24, 2008 6:23 am

Re: Footer graphic not fully displayed...

Post by Sarah » Thu Mar 12, 2009 7:52 pm

... and it works! Thanks ZiPs for your kind help, I can now go on working :-) Have a nice day.

Post Reply