Search results

  1. A

    Would Like Some Ideas on How to Go About This...

    The site is built in php
  2. A

    Making a password requirement for website?

    check out .htaccess for passwords i think that should be a simple fix to your problem
  3. A

    How do I get my divs to fill up the entire body

    you could put it all your divs inside a wrapper. Like this: <div id="wrapper"> <div id="topMenu"> <!-- menu items --> </div> <div id="content"> <!-- content --> </div> </div> then in your style sheet assign the width of the wrapper to the total width of...
  4. A

    I need your suggestion and help

    depends on the substance on your site...i've noticed that black works well with most sites though
  5. A

    Which direction would you take?

    I suggest you use Nathan's idea since if it were an upload form directly to your server it would leave many security holes. However if you'd like to see how I have uploaded files to my server check out my other post in the programming forum it may help you out..except its for pdf files not audio...
  6. A

    HTML - CSS - DIV programming quick problem

    dumb..just looked at your actual site...looks like u fixed it. good job
  7. A

    HTML - CSS - DIV programming quick problem

    if you can post the link to the actual webpage I can specify what you need to add and where to fix the problem.
  8. A

    PHP noob here. need help with images

    Well I don't think this is really a php problem, all you'd really want to do is create a new page with only your galleries, and then after the user clicks on a particular gallery, it will take them to another page that displays all the images in that gallery, from there they can click to expand...
  9. A

    Would Like Some Ideas on How to Go About This...

    Put this together... Thank you for the advice Leroy! Google has come to the rescue :) so far this is what I have come up with: I have a webform to upload files with the following code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
  10. A

    Would Like Some Ideas on How to Go About This...

    Hello Everyone, I was hoping you all would be so kind and help layout some steps for me in a little project I am undertaking. Basically I want a secretary to be able to upload a file (pdf document) after that file is uploaded I want it to automatically create a link to the file on our...
  11. A

    Help!!!!

    Thanks for not helping! I figured it out though...simple fix, I just had to set the border for each of the icons equal to 0. This made everything line back up.
  12. A

    Help!!!!

    when I visit www.csustan.edu/asi-usu/new_index.php in Firefox on some computers, and IE 7 and 8, the last box at the top, contact information, gets pushed down underneath the student govt box. The CSS is far too confusing for me to pinpoint the problem. BTW I am using the superfish jquery...
Top