- This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Ok so Im just about going insane lol… I cant figure out these small issues with my page.
Problem one: There is a big empty space on the right side of my page… causes the page to extend to the right… and it also cuts off the footer… Not sure how this is happening.
*edit* I figured this one out… now for the other problem lol
Problem two: This one I just cant figure out. Here is the scenario… if you look at http://www.hiphopoth.com the main content area is lined up properly with the rest of the page… but on http://hiphopoth.com/TESTSITE/index.php it is not. Im using page includes with php for the testsite. I cant figure out how to make it look the same as hiphopoth.com Once I figure out these two problems I can finally move forward with this site.
here is both sites pages and css pages
http://hiphopoth.com/index.html
http://hiphopoth.com/indexcss.css
http://hiphopoth.com/TESTSITE/index.php
http://hiphopoth.com/TESTSITE/indexcss.css
http://hiphopoth.com/TESTSITE/news.php
http://hiphopoth.com/TESTSITE/newscss.css
Thanks in advance. Love this site so far. used some of the video tuts and they where amazing!
You need to set your div.content padding to 20px, and set your width of your right block to 220px.
wow I swear i tried that like 2 times lol. Thanks a ton!