Just a slight alignment issue here. Already use css to align middle but the text still beside the slide. Try applying < /br> a lot & it works just wanted a cleaner way.
http://www.mytravel22.com/login/kemaman/medium.html
I don't see the problem at all. Could you describe what you want?
May this looks clearer:-
http://www.mytravel22.com/how it looks in Chrome.jpg
So you want the text underneath the sliding images...is that right?
If so, just wrap in a div...I think that will work. In fact you don't seem to be using any divs...that's very odd.
By the way...you might want to add
list-style:none
to your .rslides class. It will remove that extra bullet (black circle) you have there.
p { clear: left; }
Thanks Paulie_D & wolfcry911. I've use p {... instead of divs... & problem solved. The slide also looks better without the black circle.
Just a slight alignment issue here. Already use css to align middle but the text still beside the slide. Try applying < /br> a lot & it works just wanted a cleaner way.
http://www.mytravel22.com/login/kemaman/medium.html
I don't see the problem at all. Could you describe what you want?
May this looks clearer:-
http://www.mytravel22.com/how it looks in Chrome.jpg
So you want the text underneath the sliding images...is that right?
If so, just wrap in a div...I think that will work. In fact you don't seem to be using any divs...that's very odd.
By the way...you might want to add
to your .rslides class. It will remove that extra bullet (black circle) you have there.
p { clear: left; }
Thanks Paulie_D & wolfcry911. I've use p {... instead of divs... & problem solved. The slide also looks better without the black circle.