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

Recommended Answers

All 6 Replies

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?

I have a similar problem HERE, please advise.

Thanks for your help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.