Jake Posted January 23, 2007 Posted January 23, 2007 When making tables in PHP...(this is really nooby) , how do i set the width of a column, because all of mine alter depending on the content. Also, when i end a table, and put text/line break, then start a new table, the text appears above both tables, why is this? Quote
Vorlen Posted January 24, 2007 Posted January 24, 2007 Re: General PHP table Question <td width=' '> you can do it so that it's a percent of the page, or number of pixels. Quote
kronow Posted January 24, 2007 Posted January 24, 2007 Re: General PHP table Question When making tables in PHP...(this is really nooby) , how do i set the width of a column, because all of mine alter depending on the content. Also, when i end a table, and put text/line break, then start a new table, the text appears above both tables, why is this? Google is your friend.. :P Quote
seanybob Posted January 24, 2007 Posted January 24, 2007 Re: General PHP table Question When making tables in PHP...(this is really nooby) , how do i set the width of a column, because all of mine alter depending on the content. Also, when i end a table, and put text/line break, then start a new table, the text appears above both tables, why is this? Google is your friend.. :P amen Quote
spellbyte ® Posted January 25, 2007 Posted January 25, 2007 Re: General PHP table Question for the younger game owners who have bitten off more than they can chew, check out http://www.w3schools.com/html/default.asp it is a valuable place to learn everything about the basic HTML side of your games, it also has some minor tips on PHP too Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.