Sliding Billboard Support Product Page

Solved

Images stacking vertically

Reported 16 Oct 2012 13:04:08
1
has this problem
16 Oct 2012 13:04:08 Carlos Zaragoza posted:
Images stacking vertically instead of horizontallyI been trying to add a Sliding Billboard to a web page but for some reason the images are showed stacked one on top of each other vertically.I tried several times installing and deleting the extension and it does the same every time.Please help!

Replies

Replied 16 Oct 2012 13:42:03
16 Oct 2012 13:42:03 Teodor Kuduschiev replied:
Hello,

Please provide a link to your page
Replied 17 Oct 2012 00:22:07
17 Oct 2012 00:22:07 Carlos Zaragoza replied:
Replied 17 Oct 2012 00:28:08
17 Oct 2012 00:28:08 Carlos Zaragoza replied:
I barely started this website so there’s no content on the rest of the pages as you will see.
Replied 17 Oct 2012 06:24:24
17 Oct 2012 06:24:24 Vulcho Vulev replied:
Hello Carlos.

Can you please arrange the following lines of code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript" src="ScriptLibrary/dmxSlidingBillboard.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxSlidingBillboard.css" />
<link rel="stylesheet" type="text/css" href="Styles/dmxSlidingBillboard/basic_tabs/basic_tabs.css" />
<script type="text/javascript" src="ScriptLibrary/jquery.mousewheel.pack.js"></script>
<script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script>
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" />
<script type="text/javascript" src="dmx/dmx.core.js"></script>
<script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow/glass_look/glass_look.css" />
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>


That way:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxSlidingBillboard.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxSlidingBillboard.css" />
<link rel="stylesheet" type="text/css" href="Styles/dmxSlidingBillboard/basic_tabs/basic_tabs.css" />
<script type="text/javascript" src="ScriptLibrary/jquery.mousewheel.pack.js"></script>
<script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script>
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" />
<script type="text/javascript" src="dmx/dmx.core.js"></script>
<script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow/glass_look/glass_look.css" />
<link rel="stylesheet" type="text/css" href="Styles/dmxHTML5Slideshow.css" />
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxHTML5Slideshow.js"></script>



Regards:Vulcho.
Replied 22 Oct 2012 02:23:24
22 Oct 2012 02:23:24 Carlos Zaragoza replied:
Thanks Vulcho it did work!

Reply to this topic