Tuesday, November 20, 2007, 10:18:41 PM, Chris Carter wrote: > "Enter Code," the captcha number, and the input box are always directly > to the left of the "Post" button, regardless of the width of the window?
But they are to the left of the button. Do you want to prevent any wrap when a window gets rather narrow? A wrap can occur between Enter code and the captcha image. to stop that try using instead of spaces. is an invisible space character which prevents a wrapping break. edit ca. line 164 to this: Enter code: <em class='access'>\$Captcha</em> ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
