Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
flatlander #1
Highlight text
One of my clients asked the following question. "We were wondering if there
was a way within Dreamweaver 8 to create a link that takes you to a desired
page and highlights a specific part of the text on that page. A bit like a
named anchor but actually highlights the specific text on the page."
There are several links to anchors on the page and I have no idea if this is
possible.
flatlander Guest
-
Allow User to Highlight Text
When I read a book, I use a marker to highlight important text. I want to have that same capability in an e-learning course I am developing. How... -
Image highlight text
This is really strange I built this home page in contribute 3 and to the right it says VIDEO. The bottom one 'Preach the Gospel'...when the image is... -
Can't highlight text
I have a file that we can't highlight the text. It is not locked or anything. We can select the text box, but can't edit the text. Three people... -
Automatically highlight text in a text field using a button?
Is there anyway of automatically highlighting (select) all the text in a particular text field, say when pressing a button? If anyone can help? -
How to highlight text
I have a map I scanned. I would like to highlight different areas in different colors, like I went over it with a highlighting pen. How do I do... -
Murray *ACE* #2
Re: Highlight text
You would have to use some server scripting to accomplish this - there's no
way using ordinary HTML.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"flatlander" <webforumsuser@macromedia.com> wrote in message
news:e0r32s$cv4$1@forums.macromedia.com...> One of my clients asked the following question. "We were wondering if
> there
> was a way within Dreamweaver 8 to create a link that takes you to a
> desired
> page and highlights a specific part of the text on that page. A bit like a
> named anchor but actually highlights the specific text on the page."
>
> There are several links to anchors on the page and I have no idea if this
> is
> possible.
>
Murray *ACE* Guest
-
-
Murray *ACE* #4
Re: Highlight text
You're welcome.
Having said that, I will now backpedal and tell you that it would be
possible using client-side javascript, too, but you'd have to be able to a)
script it yourself, and b) define a limited number of words (in other words,
*not* every word on the page) where this would happen.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"flatlander" <webforumsuser@macromedia.com> wrote in message
news:e0u4k4$l7q$1@forums.macromedia.com...> That's what I was afraid of.
> Thank you
>
Murray *ACE* Guest
-
oneirocrite #5
highlight text
hey ppl
quick question.
how can i highlight text (either as a link or as normal text) just like the
Home New Topic Profile Logout My Forums Search Help menu here (on top)
cheers.
oneirocrite Guest
-
Michael Hager #6
Re: highlight text
Add background color and change the text color in your font or link style.
Michael Hager Guest
-
John Gillett #7
Re: highlight text
Something like this...
a:hover {
color: #ff0000;
text-decoration: none;
font-size:14px;
background-color: #ffcc66;
}
John Gillett Guest
-
oneirocrite #8
Re: highlight text
not sure i understand...
here's an example :
[url]http://www.experimentaljetset.nl/[/url]
the menu on the left is what i'm referring to ...
thanks.
oneirocrite Guest
-
John Gillett #9
Re: highlight text
What I gave you is css that will change the text and background colors as you hover over a link. Either include it in your css file or inline in the page. Change the colors as needed, of course.
John Gillett Guest
-
ChimpanzeeUK #10
Re: highlight text
[q]Originally posted by: oneirocrite
here's an example :
[url]http://www.experimentaljetset.nl/[/url]
[/q]
Sorry, i just had to say... what an awful example of website design! For
starters, you DON'T tell the user how big to make their browser before they
view your website. Especially when it is completely unnessessary, as it is
here. The DESIGNER designs the website so that it caters for as many users as
possible, regardless of what the set-up of their pc might be.
And secondly, users don't like scrolling at the best of times, let alone
sideways ('m talking about the 'Lost Formats' page)!! This is, again,
unnessessary and it's just quirky for the sake of being quirky. It could have
just as easy been laid-out vertically. Grr!
Sorry.
PS, and does there really need to be a "society" for everything?!
Ok, i'm done. :embarrassment;
ChimpanzeeUK Guest



Reply With Quote

