On Jan 2, 2008 1:26 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
> Since you don't use &nbsp; any more
> <input type="submit" name="submit" value="A"
> style="width:160px;align:center;text-align:center;" />
> you don't need
> $submit = trim(str_replace('&nbsp;','',$submit));
> right?

    Negative.  That was to show how Form B is handled.

> Also (fine tuning :)), I think you don't need whole
> < ... style="width:160px;align:center;text-align:center;" />
> Just < ... style="width:160px;" /> because it's form button and it's by
> default already centered.

    You're right about that part, I just typed it by force of habit.

-- 
Daniel P. Brown
[Phone Numbers Go Here!]
[They're Hidden From View!]

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to