some design problems!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
bornchilla
Posts: 28
Joined: Wed 12. Jan 2005, 23:29
Contact:

some design problems!

Post by bornchilla »

HI!
I have some questions about my design.
I simply start with my first prob:
At first here is the link to my site: http://bornchilla.bo.funpic.de/html/cms/
AND here is something like a map with numbers on every error to show you what I mean:
Image

1. On the left side there are two buttons, "prev" and "forw". These two buttons are nearby the border of that 'frame'. Want I want is a small "spacer" between the left edge and the button "prev". I tried to simply use a "{SPACER:20x1}" like I did on the right side with the menu. BUT it didn't work! Waht can I do???

2. The left button of the two ought to be a forward button with a forward funtion. Is there a replacement tag like the "[BACK] tag" to iclude this funtion?

3. This image is shifted. As you can see, the whole graphic is not clean. The lower part is shifted to the right. Why??? I couldn't find any mistakes.

4. As you can see in the footer there is a copyright. But i want to include something more in the footer. I want to Include some images (graphics) with links etc. The problem is that all these elements are in the direct center of the footer. How can I use the footer in the same way as the main part for example. So how can i turn off this center function and START IN THE FIRST LINE.

5. Only appears in Internet Explorer: In the lower part of the right frame the image from the image from the top repeats. How can I say phpwcms that this is image should be only displayed one time?


THANK YOU VERY MUCH FOR HELPING ME IN SOLVING THIS PROBLEMS!!!

with kind regards, bornchilla
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

about Replacement Tags see here

http://www.phpwcms-docu.de/navigation_tags.phtml

about your Design I've looked to the HTML-Code

in <--- Header Logo ---> you use <td> without <tr> 8)

just some little suggestions :lol:
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
bornchilla
Posts: 28
Joined: Wed 12. Jan 2005, 23:29
Contact:

Post by bornchilla »

'kay, the mistake in header is fixed.

But there is still another mistake:
1. On the left side there are two buttons, "prev" and "top". These two buttons are nearby the border of that 'frame'. Want I want is a small "spacer" between the left edge and the button "prev". I tried to use a "{SPACER:20x1}" like I did on the right side with the menu. BUT it didn't work! Waht can I do???
AND There is another new fault.

On the right side you can see a random picure. Over this random-image ought to be some space. I tried to solve it with a spacer ({SPACER:1x1}). It works fine in Firefox but in IE there was a big space, not 1x1 pixel.
So i had to use a simple "<br> tag" but this isn't a good solution because the space is too much. It doesnt look good.

I HOPE anybody can help me with my problems...
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

your Code for the Header is still a little bit coriuos :wink:

Code: Select all

<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td colspan="3" align="center"><a href="index.php" target="_top"><img src="picture/new/header.gif" border="0" alt="" /></a></td>
  </tr>
  <tr>
    <td height="1" colspan="3">&nbsp;</td>
  </tr>
  <tr>
    <td><a href="javascript:history.back();" target="_top" title="go back"><img src="picture/new/prev_0.gif" border="0" align="left" alt="" /></a></td>
    <td><img src="picture/new/top_0.gif" border="0" align="left" alt="" /></td>
    <td><div align="right"><span style="text-decoration:none;font-weight:bold;"><a href="index.php?index">Home</a></span> | <a href="index.php?news">News</a> | <a href="index.php?id=10,0,0,1,0,0">About Me</a> | <a href="index.php?galerie">Galerie</a> | <a href="index.php?links">Links</a> | <a href="index.php?gastebuch">Gästebuch</a></div></td>
  </tr>
</table>
this is not everything like you have, but the Tablestructure is correct, so I have put the two Buttons previus and Next in a Tablecell, so that you have in this Row 3 Cells. Play around with the Table cellpadding and -spacing to get space between the Pictures and the Border.
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply