Jan 17, 2003 #1 hirenJ Programmer Dec 17, 2001 72 GB Is there a tag in HTML to justify text, i.e. not left/right/center alignment but the block text alignment? Thanks Ren ) make peace with yourself before you kick the computer...
Is there a tag in HTML to justify text, i.e. not left/right/center alignment but the block text alignment? Thanks Ren ) make peace with yourself before you kick the computer...
Jan 17, 2003 #2 petey Programmer Mar 25, 2001 383 US Assign styles to whatever tags you want justified. Here's how to do <p> tags. <style> p { text-align: justify; } </style> petey http://www.drpeterjones.com/ Upvote 0 Downvote
Assign styles to whatever tags you want justified. Here's how to do <p> tags. <style> p { text-align: justify; } </style> petey http://www.drpeterjones.com/