Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
|
making those one pixel lines around tables
|
Jul 9th 2002 | #57534 Report |
Member since: Dec 24th 2001
Posts: 222
|
alright well now that we know i made up a tag do you guys know a way to align a word on the left and align another in the center or is that just too hard for html to do
|
|
Reply with Quote
Reply
|
Jul 9th 2002 | #57554 Report |
Member since: Mar 18th 2001
Posts: 6632
|
It is not hard to do, it is impossible to do. There is no way to do that in HTML.
The only way to do it would be to make a 2 cell table and put the "Left" text on the left cell, and the "Center" text on the right cell. It would be kinda hard to make it look right. But that is your only hope pretty much. You could put them in < pre> tags, and just put a bunch of spaces in there to do the trick, but that will probably look worse. You just have to design around the limitations of HTML, unfortunately.
|
|
Reply with Quote
Reply
|
Please login or register above to post in this forum |