I do realize that you're a first-time poster, but you've already broken 2 of the most basic rules of posting in a forum:
Never use Subjects like "HELP !!!" or "PLEEEASE HELP ME! URGENT!!!" -- most of the experienced members (like, the ones who might be able to help you!) will not even bother to read your post. ALWAYS state what your problem is, and leave out all the hysterics!
When you post code, enclose your code in the special BBcode tags
and , to make it more readable. You can use the Code button on the toolbar right above where you post your message.[/list]
I suggest that you go back and EDIT your post to change the Subject and to enclose your code in tags. Then maybe someone will feel they want to take the trouble to read your post and answer it.
I fixed your code tag for you (the closing tag uses a forward slash, not a backward slash).
That's a lot better. Now let's consider your issue. It seems that you are asking about the appearance of the web page that is generated from a PHP script. As McInfo said, that has nothing to do with PHP, which is server-side script. The appearance of any web page is determined by the HTML tags and CSS. You may use PHP to send that information to the browser, but it only acts as the method of transmission. So:
You need to learn something about HTML and CSS. I recommend http://w3schools.com.
This topic belongs in our HTML, CSS and UI Design forum, where I will now move it.
[corrected URL above 4-27-09]
If you will learn how to use forums, you will find that you can answer most of your questions. Welcome to PHP and DevNetwork Forums.
Last edited by califdon on Mon Apr 27, 2009 1:50 pm, edited 1 time in total.
Reason:Corrected URL.
YIKES! Yes, assuredly! My bad! Finger slipped. Thanks for catching that. I'll correct it in the original, too, so nobody will try to click on the bad link.