Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Justifying text in a table in dreamweaver

Status
Not open for further replies.

LittleLouie

Instructor
Oct 22, 2002
1
GB
Help, I have pages and pages of tables of text and the boss wants them justified. I don't know anything about style sheets and that would mean me doing it all over again. I just need the line of code to do it. Please someone
 
Add this to the <head> of your pages:
<style>
p { text-align: justify }
</style>

And place all the text inside <p> </p> tags if you don't have them. If you want, you can do the same with <div> tags.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top