Shoutbox

PHP Alignment - Can't fix - Need help :p. [RESOLVED] - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: PHP Alignment - Can't fix - Need help :p. [RESOLVED] (/showthread.php?tid=72258)

PHP Alignment - Can't fix - Need help :p. [RESOLVED] by prashker on 03-02-2007 at 09:25 PM

Ok so here.

http://sonicsam.net/?page_id=76

You see the shoutbox :).

Everything is good except that the 'Message' box and the 'Name' box are centered.

I want those to be aligned to the left like the rest, how can I do this (or can someone do it)

Here is the PHP files for the shoutbox :)


RE: PHP Alignment - Can't fix - Need help :p. by Eljay on 03-02-2007 at 09:28 PM

Just add "text-align:center;" to "#chatForm label".


RE: PHP Alignment - Can't fix - Need help :p. by Supersonicdarky on 03-02-2007 at 09:29 PM

left*


RE: PHP Alignment - Can't fix - Need help :p. by Eljay on 03-02-2007 at 09:35 PM

oh meh, i thought he wanted the labels centered with the input boxes, ok wrong way around :P

in that case, remove "margin:0pt auto;" from "#chatForm input, #chatForm textarea". :P


RE: PHP Alignment - Can't fix - Need help :p. by prashker on 03-02-2007 at 10:54 PM

Doing now :p.

Will say if it fixed :)

edit: fixed thanks :)