I was able to get mooticker set up with no issues.
Thanks for the great
module.
Here is the development site:
http://rubber.intownwebdesign.com/
You will see Mooticker in the lower left corner
I am working to format some of the text and having some difficulties.
1. I am getting a bullet point or disc displaying before the text. Where can I turn the disc off? Originally the text was directly on top of the disc. I was able to adjust the text padding so that it correctly displays.
I have added
#mooticker ul {
list-style-type: disc;
}
to the css but it did not seem to have any effect.
2. I changed the font weight to normal and then added strong tags to ceartain words in the text now the text does not display correctly. The text appears to display on top of each other and then become bold.
Have you seen this before? Any suggesstions?
Thanks!