![]() |
css trouble - trying to align horizontally
I'm modding a phpbb forum, and I can't get the pagination links to layout correctly.
They are stacking vertically, when they should be going horizontally. A page example is here. And the css that applies to it is: Code:
/* Horizontal lists |
Try to fix the critical errors in your markup first, see http://validator.w3.org/check?verbos...m.php%3Ff%3D60
|
Try adding float: left; to .pagination span strong and .pagination a
Best to fix the validation issues too as suggested by abduraooft... |
Thank you both. I've corrected the problem I had. I did not validate the entire CSS, because it's tied into so many different things, and I didn't have the time for it. But I did use it, and at least noticed some obvious errors, that HAD to be corrected.
So it's looking better now. Thanks again. |
Glad you fixed it.
Btw, it's not the CSS that needs the validation done, it's the markup. Cheers. |
| All times are GMT +1. The time now is 08:18 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.