yea i tried that kris but that still does not change the font - it simply tags the html with <strong> and of again! but the font remains bold!
Main Topics
Browse All Topicshi all
i am a beginner dreamweaver user and when i type into a table the text will only appear as bold ! how can i write normal text into the table?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Do you have a CSS (cascading style sheet) file attached to your webpage? Or a <style> </style> tag in your page? The css or style tag may be enforcing the text style. See if you can find a ' td ' section of the style tag or attached css. If you find it, thats the source of the problem.
for info on style tags and css look here:
http://www.w3schools.com/C
Your issue is because "Check out our Platinum Polished Chrome collection of wiring accessories" is placed inside a table header, rather than being in a regular table data cell.
So, if you absolutely have to use the table header, you're going to have to add an extra piece of code to this.
Alternatively, you could make it a regular data cell, and everything would be fine. (I'll add this code as well.)
Hopefully, that'll help. Good luck!
Business Accounts
Answer for Membership
by: KrisTheComputerGuyPosted on 2009-09-25 at 04:47:25ID: 25422017
If your are using a PC try highlighting the text in the table and push Control+B. or Command+B on Mac. Its very strange that dreamweaver's bold button allows you to bold, but doesn't unbold things. : (