Trouble adding multiple embeds

laurashank

New member
Having trouble adding two rotators to the same web page.

HI - I have been struggling with this - I'm sure it's something simple I'm not seeing. I have added two separate rotators to this web page. Before I added the second one, the first one worked well. After I modify the code to add the second, they both disappear, although I can still see them when I inspect the code.

This is the url: [link-removed]
What am I missing?

Thanks!

Laura
 

WebSupport

Active member
Hi Laura, the viewer uses its parent container width & height to setup its own dimensions. I think if you give both #360-1 and #360-2 some dimensions in CSS, both views will start showing. Just let us know how it goes :)
 

laurashank

New member
HI - I did remake the jQuery and the CSS width and height. I must have just not tried the right combination of both. It didn't seem to like the id's I used, so I left the first one at #content and made a second one named #content-2. Weird. :)

Thanks!!

Laura
 
Top