The first, and bigger, problem is that what you want to do is probably not a good design where the web is concerned. Not knowing what your whole result looks like, I have no way to give you any alternatives. So, your options are basically as follows: 1. Create a table cell or div with that information properly positioned in it, with a diagonal shape in the background. 2. Create that image with the GD library. Option 1 is not really feasible. If the browser's settings aren't what you expect, that text will be all over the place, and if someone does a magnification it's shot as well. If you're absolutely set with the design you have now, I'd go with option 2. -- Joe From: php-objects@xxxxxxxxxxxxxxx [mailto:php-objects@xxxxxxxxxxxxxxx] On Behalf Of Ganzorig Ulziibat Sent: Sunday, March 22, 2009 5:44 AM To: php-objects@xxxxxxxxxxxxxxx Subject: display table border Hello experts, two data in database, (302 ccc, 411 Lec) i need to display in table's one square . There are many data in DataBase like this. how to display table in php like this: http://s41.photobucket.com/albums/e297/busykidbusy/?action=view <http://s41.photobucket.com/albums/e297/busykidbusy/?action=view¤t=tab le2.jpg> ¤t=table2.jpg http://s41.photobucket.com/albums/e297/busykidbusy/?action=view <http://s41.photobucket.com/albums/e297/busykidbusy/?action=view¤t=tab le1.jpg> ¤t=table1.jpg http://s41.photobucket.com/albums/e297/busykidbusy/?action=view <http://s41.photobucket.com/albums/e297/busykidbusy/?action=view¤t=tab le.jpg> ¤t=table.jpg If table cannot diplay that, any other mode? (sorry my english) Thanks Ganzo [Non-text portions of this message have been removed]