How do I highlight text in Dreamweaver MX 2004
- June 19, 2009
- 2 replies
- 5217 views
HI to all Dreamweaver extension Forum Participants:
HI to anyone:
I posted a question on how do I highlight text in Dreamweaver MX 2004, to both the Dreamweaver Development Toolbox General Discussion Forum and the Dreamweaver Extension Forum on Tuesday, 6/16/2009 or Wednesday, 6/17/2009, saying this:
HI Anyone:
I have looked under Help and Tutorials in Dreamweaver MX 2004, and I am having a heck of a time finding out how to highlight text in Dreamweaver MX 2004.
Do any of you know how to do this actually in Dreamweaver MX 2004? Say I wanted to highlight this text, all in Yellow:
This is sample highlighted text.
How would I do it?
Thank you,
Jon Lutz
Promoter Power LLC
Email: support@promoter-power.com
And I got this response from pziecana, in the Dreamweaver Development Toolbox General Discussion:
Re: How do I highlight text in Dreamweaver MX 2004
The simplest way is to use a span and set a background-color for the text you wish to highlight.
e.g.
<span class="graybg">This is some text</span>
css for above -
.graybg{
backgroung- color: #666666;
}
This would give you a gray background.
HTH
PZ
I tried both, and neither worked. Any other ideas on how to do this? I cannot believe it is so hard to do this in Dreamweaver MX 2004, highlighting text. I'm even enclosing an attachment showing how I did this in the <span class="graybg">This is some text</span> above.
Thank you,
Jon Lutz
Promoter Power LLC