Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Matt Pelmear
On 05/05/2013 10:00 PM, Ethan Rosenberg, PhD wrote: On 05/06/2013 12:48 AM, tamouse mailing lists wrote: What you're asking about has nothing to do with PHP. You want help with HTML and CSS, and front-end design. You are absolutely correct. I meant to label the post as HTML - Placing a f

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Ethan Rosenberg, PhD
On 05/06/2013 02:03 AM, David Robley wrote: "Ethan Rosenberg, PhD" wrote: On 05/06/2013 12:48 AM, tamouse mailing lists wrote: On Sun, May 5, 2013 at 11:22 PM, Ethan Rosenberg, PhD wrote: Dear List - I apologize if I offended some of you. I will see that it does not repeat. I am trying t

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Ethan Rosenberg, PhD
On 05/06/2013 04:26 AM, Karl DeSaulniers wrote: I would suggest googling your problem. In this case "centering an HTML form". Hth, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 6, 2013, at 12:00 AM, Ethan Rosenberg, PhD wrote: On 05/06/2013 12:48 AM, tamouse mailing

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Ethan Rosenberg, PhD
On 05/06/2013 02:03 AM, David Robley wrote: "Ethan Rosenberg, PhD" wrote: On 05/06/2013 12:48 AM, tamouse mailing lists wrote: On Sun, May 5, 2013 at 11:22 PM, Ethan Rosenberg, PhD wrote: Dear List - I apologize if I offended some of you. I will see that it does not repeat. I am trying t

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Ethan Rosenberg, PhD
ou in the future. Greetings, Osain. -Mensaje original- De: Ethan Rosenberg, PhD [mailto:erosenb...@hygeiabiomedical.com] Enviado el: lunes, 06 de mayo de 2013 12:23 AM Para: PHP Database List Asunto: [?? Probable Spam] [PHP-DB] Placing a form on a page Dear List - I apologize if I offe

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Gu®u
Hi, Check if you have created a class in which you have already mentioned the font size. If that so look it and change it inside the class. Also, check if you have created or mentioned the font size in CSS. I hope this will help you. On Mon, May 6, 2013 at 6:30 PM, Jim Giner wrote: > Centering a

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Jim Giner
Centering a form is a simple process - as you stated about your first example form. So - obviously the problem is in all that other crap you presented to us, expecting us to do your debugging. I still don't know what you want to do - perhaps you could have given us a para on what it is wrong.

Re: [PHP-DB] Placing a form on a page

2013-05-06 Thread Karl DeSaulniers
I would suggest googling your problem. In this case "centering an HTML form". Hth, Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 6, 2013, at 12:00 AM, Ethan Rosenberg, PhD wrote: > > On 05/06/2013 12:48 AM, tamouse mailing lists wrote: >> On Sun, May 5, 2013 at 11:22 PM

Re: [PHP-DB] Placing a form on a page

2013-05-05 Thread David Robley
"Ethan Rosenberg, PhD" wrote: > > On 05/06/2013 12:48 AM, tamouse mailing lists wrote: >> On Sun, May 5, 2013 at 11:22 PM, Ethan Rosenberg, PhD >> wrote: >>> Dear List - >>> I apologize if I offended some of you. I will see that it does not >>> repeat. I am trying to center a form on the top of

Re: [PHP-DB] Placing a form on a page

2013-05-05 Thread Ethan Rosenberg, PhD
On 05/06/2013 12:48 AM, tamouse mailing lists wrote: On Sun, May 5, 2013 at 11:22 PM, Ethan Rosenberg, PhD wrote: Dear List - I apologize if I offended some of you. I will see that it does not repeat. I am trying to center a form on the top of a page. Here is the form: What you're asking ab

Re: [PHP-DB] Placing a form on a page

2013-05-05 Thread tamouse mailing lists
On Sun, May 5, 2013 at 11:22 PM, Ethan Rosenberg, PhD wrote: > Dear List - > I apologize if I offended some of you. I will see that it does not repeat. > I am trying to center a form on the top of a page. Here is the form: What you're asking about has nothing to do with PHP. You want help with H

[PHP-DB] Placing a form on a page

2013-05-05 Thread Ethan Rosenberg, PhD
Dear List - I apologize if I offended some of you. I will see that it does not repeat. I am trying to center a form on the top of a page. Here is the form: "; echo ""; ?> It is aligned on the p;age with the following css - #frm{ position: fixed; top: 5%; left:42%; } It aligns perfectly wi