Spock Posted March 23, 2011 Share Posted March 23, 2011 Hey guys, Basically what I wanted to do was have a few tables around the page, 1 main one on the left with an image, and a few others down the right hand side for other content. The ones on the right move as the one on the left does, for instance I've got recent images displayed in the first table on the right, however the two tables below it get pushed underneath the main table. How do I force all the right hand tables to stay on the right? I've tried using divs with inherit or right but neither work. Any help would be great Thanks PS Here's the link so you know what I mean (hosted on wamp before it goes live) http://86.173.123.236 Quote Link to comment https://forums.phpfreaks.com/topic/231516-trouble-aligning-tables-where-i-want-them/ Share on other sites More sharing options...
MrXHellboy Posted March 23, 2011 Share Posted March 23, 2011 Lots of solutions - float:right; - maybe a clear: xxx; somethere - alter your divisions to force them - position: xxx; But this is not PHP so you have to ask @ http://www.phpfreaks.com/forums/index.php?board=5.0 Quote Link to comment https://forums.phpfreaks.com/topic/231516-trouble-aligning-tables-where-i-want-them/#findComment-1191396 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.