Please look at this:
http://www.powow.com/wowarticles/test
the source code:
I want that the cell in the middle with 'name' should be of the same size as those images before and after the cell.HTML Code:<html> <head><style> td{height="10%"} </style> </head> <body> <table cellspacing="-2"> <td> <img src="http://www.powow.com/wowarticles/test/U1.gif"></td><td bgcolor=black><font color="pink">NAME</font></td> <td><img src="1.gif"></td></table> </body></html>
How is it possible?



Reply With Quote

Bookmarks