Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. You might want to look at the posts about the Sudoku puzzle that is being worked on (search on Little Goat's posts).

    search for me? :) anyway, FamilyGuy, as far as I know, (and with DTDs that is not very much) you would have to define them twice.maybe I don't quite understand your problem though.LG
  2. I am not thinking right today! :) anyway, yes I did mean Springs_goth.I tried the GIMP, but for windows you must have to download some patch because it gave me an error message saying something like that.LG

  3. hey, scott, maybe you could give a link for how to get Elements 3.0 so that maybe virtualadz can try that.virtualadz, you probably are going to need to download a program to do it.LG

  4. here is the little screen to change it with (in 98) that is not the true color, it just did that.attrscreen0eg.th.gifand the way to get there:attributes8te.th.pngthere it is.LG

  5. ok, I made this image with paint:trans6bp.gifremember, it has to already be saved as a gif to work.oh, and some versions of paint (are there versions?) don't support this.LGEdit: yes it can Jonas. (nice avatar)

  6. ahh, you mean transparent GIFs, right?well, I am no graphics expert but in MS Paint if you save it as a GIF, then go to the Image menu and click Attributes.you can set the transparent color there.LG

  7. Do I need to save the file to be included with a .php extension?  The file it's written to has a .php extension, but the file being included has a .html extension.  I also don't have any PHP code on the menu page, only the pages that call it.  Could that be my problem?

    if you have no php on your included file, you do not need it to be .php.LG
  8. +-----------------+------------------+--------+|                 |                  |        |+-------+---------+------------------+--------+|       |                            |        |+-------+----------------------------+--------+

    ok, nevermind that won't work. :) you could always use more than one table, but you porbably don't want to do that.LG

  9. @danshall i edit the above post again? :( @boen_robotthanks....but are they suitable for a styles sheet? :blink:  hangon... *after 5 mins*....i tried the first one in .css.....it didn't work :blink: infact, the background goes white :) anything that's got to do with borders background font colour whatever are all done in a styles sheet, according to the book :blink: @little goatOMG i feel like a useless newbie again!! :) everytime i join a forum, i always assume the rules to be the same so i generally don't read the rules :angry: ok i'll change it :)

    as for editing the post, you don't need to. just that the codebox is irritating :blink: .the.css is the stylesheet. make sure the path to your image is correct.LG
  10. hey, I was thinking of having a directory on a site I'm building where if you know the password you can open a php script that lets you open and edit the files on the server. I was wondering, how secure is the htaccess and htpasswd stuff? cause I dont want people to edit the files unless it is me.LG

  11. ok, thanks for the help everyone, I know about the attributes, but I wanted to set all the attributes in the script, as I have a lot of <td>s and I might add more.anyway, this function works fine changing it and all when I use an ATTRIBUTE:

    function lol(obj){var value = prompt('please enter a value')obj.innerHTML = value;}

    the attribute is onclick="lol(this)"but I would still like to set the onclick inside the script.????thnx for your help.LG

  12. ok, all I want is an input with a browse button so that people can select a folder. all I need is THE NAME of the folder. I do not need anuything uploaded. as for what I am using it for, I have a php script that can show all the files and folders in a certain location. right now it only does the location of the script. I want it to do a folder that the user specifies by using the file input. maybe I should just have it start at the desktop and they can navigate to where they want to go. I guess it isn't possible.LG

×
×
  • Create New...