Empty space with forms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
j9perez
Forum Newbie
Posts: 1
Joined: Mon Aug 18, 2003 1:04 pm

Empty space with forms

Post by j9perez »

In a php page I have a form that runs well but a large empty space appears at the beginning of the page and I don't know how to remove it.
Can someone help me!!
Thanks
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Use browser view source to see the page html, then figure out what part needs changing and where it's being created.
Post Reply