drmatthias
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: How to style Tag Cloud with CSSPlease someone this must be a frequently asked question.
Forum: Themes and Templates
In reply to: How to style Tag Cloud with CSSAnyone???? Please????
Forum: Themes and Templates
In reply to: How to style Tag Cloud with CSSSurely someone must know how to customize the tag cloud with css?
Forum: Fixing WordPress
In reply to: Very weird flash / wordpress problemOkay I managed to fix it!!!
I just moved all the items to a new /rotator/ directory and pointed each url in the code above to that. It was looking for an absolute reference for the .swf .xml and .js files above.
Forum: Fixing WordPress
In reply to: Very weird flash / wordpress problemhere is the code for the flash rotator I am using if that is of any use, I am totally stuck here.
<div id="container2">Get the Flash Player to see this rotator.</div> <script type="text/javascript" src="swfobject.js"></script> <script type="text/javascript"> var s1 = new SWFObject("imagerotator.swf","rotator","770","300","7"); s1.addParam("allowfullscreen","true"); s1.addVariable("file","supra.xml"); s1.addVariable("width","770"); s1.addVariable("height","300"); s1.addVariable("shownavigation","false"); s1.addVariable("rotatetime","8"); s1.addVariable("shuffle","true"); s1.addVariable("showicons","false"); s1.write("container2"); </script>
Viewing 5 replies - 1 through 5 (of 5 total)