On Tue 01 Nov 2005 07:09:06p, La_Ree wrote in macromedia.dreamweaver:
Quote:
The secretary at our school has asked me and the tech director to add
a ticker to the school's website. She wants to be able to put special
announcements there. We have not been able to figure out how to do
this, even after looking through our Dreamweaver book. Can it be done
with Dreamweaver? If so, how? |
To make text scroll, use a marquee tag:
<marquee>Scrolling text is annoying</marquee>
For information on styling the marquee, and some of the options you have,
see:
http://www.projectseven.com/csslab/testing/marquee/
In order to fill in content, there are a whole bunch of options,
depending on what serverside scripting and database you have available
and how technically competent the people involved are. For some options,
do a web search for 'content management system'; for a Macromedia
solution, have a look at Contribute.
And to answer your first question, it's rarely an issue of 'Can it be
done with Dreamweaver'. Dreamweaver is just an editor of text documents;
what you want to ask is can it be done with
HTML/CSS/Javascript/PHP/ASP/VBScript/ASP.Net/C#/CGI/Perl or whatever
other underlying technology.