brucegregory Posted December 7, 2010 Share Posted December 7, 2010 Ok. So I have an HTML website with 14 pages and an external CSS. This website is for a movie rental place like BlockBuster, but local and much smaller. I have to update it everyday , http://brucegregory.net/westmorelandvt , and as you can see I will have to move every block down 1 to put a new movie up. What I think would help: 1. Change all my pages to PHP with an admin panel. 2.I need help with the admin panel and a code that makes my movies on the index page move to the right once or move down to the left once every time I add a new movie. Can someone please help? Quote Link to comment https://forums.phpfreaks.com/topic/220949-i-need-major-help-with-my-website-please/ Share on other sites More sharing options...
harristweed Posted December 7, 2010 Share Posted December 7, 2010 have a look at http://www.starvillasjavea.com/3_bed_villas.php I think this is the same (ok its villas not movies but the principle is the same) If you want i'll send you the code. Quote Link to comment https://forums.phpfreaks.com/topic/220949-i-need-major-help-with-my-website-please/#findComment-1144085 Share on other sites More sharing options...
brucegregory Posted December 7, 2010 Author Share Posted December 7, 2010 Yes. Please. Can you tell me how it works? Quote Link to comment https://forums.phpfreaks.com/topic/220949-i-need-major-help-with-my-website-please/#findComment-1144086 Share on other sites More sharing options...
harristweed Posted December 7, 2010 Share Posted December 7, 2010 Quite simple, using CSS there is a container Div and each 'box' is a seperate Div (container) that is 'floated' having a fixed width, height and margin. Quote Link to comment https://forums.phpfreaks.com/topic/220949-i-need-major-help-with-my-website-please/#findComment-1144148 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.