98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dreamweaver training london - Center text table
dreamweaver training london - Center text table
Resolved · Low Priority · Version Standard
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
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Testing a siteWhen developing a site, you have to cater to the widest possible audience allowing for users with different browsers and display settings. |