Jevos, Peter wrote:
Dear Jochem,
Thanks a lot for your answer
not often I get thanked for ranting (well psuedo-rant, if you
had said 'my client demands it, tell me now, it's urgent' at the end of your
post it would really have been a rant ;-)
You're right, I know how to change bgcolor in html or set something like
this.
not everyone is a programmer - but this mailinglist is really for
people who are programming in php at some/any level. (then again the
accepted relevancy level for this list is something like: "did X occur
within the confines of our own galaxy? yes? oh well then it's relevant
to php-general@"
I'm using Squirrelmail and I need to change its layout. I set some
backgrounds color, fonts and this elemtary things.
I need to change design of buttons. All I need is some clear example and
I will adapt it
this is probably as good as it gets:
http://www.squirrelmail.org/wiki/CustomizingSquirrelMail
Thanks in advance
Pet
Peter Jevos peter.jevos@xxxxxxxxxxxxxxx
Oriflame Software , s.r.o - Oriflame IT services
Na Pankraci 30, Praha 4, Czech rep.
Tel. +420 225 994 456, Fax +420225994412
-----Original Message-----
From: Jochem Maas [mailto:jochem@xxxxxxxxxxxxx]
Sent: Monday, January 30, 2006 4:21 PM
To: David Grant
Cc: Jevos, Peter; php-general@xxxxxxxxxxxxx
Subject: Re: Other than default grey button
David Grant wrote:
Peter,
You need to investigate CSS.
I would hesitate to add he needs to investigate how to ask decent
questions. (Peter your question lacks context, useful details, a clear
problem/question and a direct relevance to php)
and given the statement "default php grey button" I get the impression
that Peter doesn't really know what php or html is; 'webmail' is a
concept not an implementation.
I'm guessing Peter is trying to figure out how to change a button in
such a way that the button is/remains locale aware (i.e.
'Move' becomes something else when you change languages in the app from
english to something else)
so what's Peter using for his webmail? squirrelMail? or Horde's IMP?
or something else?
David
Jevos, Peter wrote:
Hi all
I'd like to ask you one ( probably ) simple question. I'm using
webmail and I want to use other than default php grey button.
I found on the pages how to use image instead of the default button.
So I changed
INPUT TYPE="submit" NAME="move_button" VALUE="Move"
to
INPUT TYPE="image'" NAME="move_button" VALUE="Move"
SRC="../images/button.jpg" width="19" height="50"
It works but I found the other important problem. This is image. What
happend when I change the language ? Nothing cause this is permanent
image and text "Move" is replaced by image
So what should I do to change design of the button without using image
?
Thanks a lot for an answers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php