Haven't been here in a while

Apart from my own blog and my mother-in-law's two art websites, I am now also running Atahualpa on a test site for a Landscaping/Garden design company (and an MU site with buddypress), so I am very comfortable with Wordpress and Atahualpa.
Here is my situation: I was looking for a slider plugin for the Landscaping website, but could not find one in wordpress that was suitable, so I googled jquery slide and found this: http://wowslider.com/demo.html. It's software (I'm currently running the free version, but if I can get this to work, will purchase) that creates a slideshow using jquery. It generates two folders with images (one full size, one thumbnail) and an .html file. I moved the folders in the site and copied the code from the html file in a wordpress page ('home' in this case) and adapted the file location (by default it thinks you put the files in the root). It appeared on the site, but the thumbnails were underneath each other rather than next to each other as the original code is supposed to do. I emailed their support to find out why and they wrote back:
Quote:
I have just checked your page: Actually, original WOWSlider code was changed. There were additional tags: br, span, p, etc., that WOWSlider app. doesn't generate. I removed them and now everything works correctly. |
Code:
#post-5.post-5 div.post-bodycopy p {display:none;} #post-5.post-5 div.post-bodycopy br {display:none;} #post-5.post-5 div.post-bodycopy span {display:none;}
The code tags are displayed in the 'view source' when you go to my homepage, but not in the 'edit page' in Wordpress. And does anyone know WHY wordpress or Atahualpa would generate these code tags when not put there in the first place?
Thanks for any help!

