|
Hey all!
I want to make the following headline banner an alternating text javascript:
<div id="outerdiv" >
<div id="outerTagLine">
<div id="tagLine">
<b>Service Times - Sunday: 9:00 am, 10:30 am. Wednesday: 7:00 pm
</div>
</div>
(I have the code already)
However, most websites say to put the code in the head. Running a wiki/jsp website, I don't really have a "head", and besides wouldn't that apply the alternating text scheme to the entire page? How can I make it so it only applies to the above string of text?
thanks,
Zachary
|