Hello,
I have a js slideshow in the page, but shows up on the left side. Using Dreamweaver CS4 how would I center the slide show?
http://www.sinksphoto.com/test_index_2/index.html
Thanks for your help,
Richard
Hello,
I have a js slideshow in the page, but shows up on the left side. Using Dreamweaver CS4 how would I center the slide show?
http://www.sinksphoto.com/test_index_2/index.html
Thanks for your help,
Richard
what exactly is showing up on the left? i checked it in IE and it works fine, so i think you would just need to center align for FF etc.
text-align: center; // for IE
text-align: -moz-center; // for FF
text-align: -khtml-center; // for chrome etc
Super, but how do I do this. Do I just put this next before the js?
Thanks,
Richard
do you not have a style to your coding, meaning, did you use CSS anywhere?
Yes, there is an external style sheet.
http://www.sinksphoto.com/test_index_2/index.html
Thanks,
Richard
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.