Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. you could just add something like yes or no to a text file, and then when you need to see how many people have voted what, you just use the substr_count($file, 'yes'); LG
  2. ok, I just tried FF at a relative's house (I can't get it yet) and it is better than IE. (see edited sig)
  3. ok, I made it so when you click the button it does it. I clicked the button twice, and it went back in.anyway, about the opening and closing, you don't want to do that, cause it ties up the compuer and you cant close the window(at least on my computer).LG
  4. if you eject twice, it will go back in.LG
  5. you know, albino black sheep has a webdeveloper section and in that section it shows how the site was made. maybe you could try that?LG
  6. actually, another thing you can use is sessions.LG
  7. Little Goat

    php - xml

    ????????????????????what was that all about?anyway, if you don't want more than one line, just take out the \n's.LG
  8. ok, so I've got this CSS layout and I need one column to take up all the width left. I have no width set for the div, and it works fine until I get content that doesn't take up the whole line.here is a screenshot:anyone know? thnx, LG
  9. that looks good to me, with what small knowledge of sql that I have.by the way, in the future, post topics in the appropriate forums.LG
  10. first, you don't have to put the width in the html and the css. only one.backgrounds should not be affected by the cellpadding, or at least I thought they wouldn't .LG
  11. ok, what exactly is it that youy want to know how to do?do you want us to help you design the layout? if so, post what you have already.LG
  12. ah-ha! once again the "both coloumns the same length" problem.http://w3schools.invisionzone.com/index.ph...3755&hl=columns try this post.LG
  13. hey, thanx skym, I couldn't get something to work the other day because of this. LG
  14. actually, what I was thinking is just a section with useful scripts.maybe like hotscripts.com, except only members of this forum could submit.the, after being reviewed by a mod, the script would be put on the site. (unless the mod says no.)LG[edit] actually, scott, I was thinking more of an "if you have a script that is not in the database, submit it" type thing.[/edit]
  15. Hi, I think that either on W3schools or on this forum there should be a vault of scripts that the users can input there scripts to, after which they are reviewed by one of many mods, and then put on the site. it also might help with all the FAQs on this forum.LG
  16. sorry to refer you to another forum, but I dont want to retype everything. anyway, this topic (on the webdeveloper forum) deals with that issue.LGEdit: this actually creates an xml document from an array. it can be multi-demensional.
  17. that is why he said padding. try padding:2px;LG
  18. I believe Chocolate570 uses wordpress.he would probably know how to do it.LG
  19. I think what avisekrishe means is the CSS property PAGE-BREAK-BEFORE.like said in the eirlier post.this is CSS not a server side language.LG
  20. first, post your code.I'm assuming that the header and footer are fat cause you used a <p> tag inside.to make the background go all the way down, look at this post:http://w3schools.invisionzone.com/index.ph...st=0#entry19491
  21. try not to double post.find the topic it fits in best and post once.
  22. short answer, you don't.long answer:you mean a javascript alert? you would have to use a window.open().LG
×
×
  • Create New...