connel has attended:
Dreamweaver 8 Introduction course
Center text table
How do i center text in a table. I can ceter the table but not the text
RE: center text table
Hi Connel
I hope you had a good day with your Dreaweaver training yesterday.
To center the text within a table - just select the text and within the menus there will option for text alignment - either left, center or right. The icons will be the same as those used in any Microsoft application.
Alternatively you can write the HTML code yourself an example of this to align the text in the center is:
<P align="center">
Hope this helps
David
RE: center text table
Ideally, you should use the align="center" parameter in the TD cell, like this:
<td align="center">
To set this in Dreamweaver, place your cursor in desired cell, and use the drop down menu for Horizontal alignment.
Regards, Rich