Recent content by FL Panthers fanatic

  1. F

    I need help finding a simple html (i think) code. It is used to link to a

    certain file and ...? Ok, the code is used to link to a file(ex. a copyright message) and paste it directly into the web page... for example, the copyright code is "copyright © 2009 My Name Here All Rights Reserved" And that is in it's own separate file. In my index page and any other page I...
  2. F

    how can i tell someone how many characters they have left in an html-php form...?

    for example, yahoo answers says i have 30 characters left available for my title... I want to do this through my form's textarea box because it limits to 300 characters... I looked through yahoo's source code and it didn't show anything... thanks this would be really helpful!!!
  3. F

    I need help with a small CSS/HTML question. 10pts for best answer?

    Tell me what I'm doing wrong, i want the bottom of the container to be touching the bottom of the browser window and have no idea how to do this… Please help as i have tried everything, thanks :) <html> <head> <style type="text/css> body { background-color: #cccccc; } #container { background...
  4. F

    I am stumped on this whole cgi-bin thing... what is it and how does it work?

    and how can I access my cgi-bin for my site if my registrar is justhost.com
  5. F

    Question about web design, need to find out how to do this for an HTML table...?

    Ok, i am trying to make a page on my site for some flash games. I am going to use a table to place the games in a list... It will look something like this... Game 1----Game 2----Game 3 Game 4----game 5----game 6 and it keeps going on like that but instead of the dashes and all of that, it will...
  6. F

    I am stumped on this whole cgi-bin thing... what is it and how does it work?

    and how can I access my cgi-bin for my site if my registrar is justhost.com
  7. F

    HTML- I am making custom error pages for my site, but I want them to show randomly,?

    I have a few HTML pages written up but I want them to all show randomly, for example, There are 3 pages, 404-1, 404-2, 404-3... I want the page for the 404 error to shuffle between these randomly if that makes any sense. How can I do this???
Back
Top