Jump to content

mY.sweeT.shadoW

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mY.sweeT.shadoW's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hey, Just glancing at the code, it looks as if you gave 2 layout elements a set pixel width, and 1 a percent width. Why? This is much harder to maintain, and harder to troubleshoot. Try giving content1 a pixel width instead. #side-a { float: left; width: 150px; } #side-b { float: right; width: 150px; } #content1 { float: left; width: 56%; } Best, -T
  2. Hey, I fixed the problem I was having. Thanks for the help though, really appreciate your post :] Best, -T
  3. Hey Guys, Blog functionality is fairly simple. Here's where I am having a problem though. I built the blog originally with 50 pictures and picture blurbs, just recently I was asked to change this number to 100, so I did on the "blog add" page, but the edit section is a monster. I have a page called edit-picture4.php for the form, then edit-picture4-handler.php to handle the mysql and php. and I have basically these two pages for each entry, (50 of them >.>) is there an easier way to do this? Any direction would be much apreciated. Thanks all! -T
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.