Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. by the way, your menu does work.also, you body does not have a start tag.last, what is the part that wont centerr? the paragraphs? set text-align:center; .LG
  2. oh! *hits himself* I can't believe I forgot Bitmaps. .bmptry this web page: http://www.scantips.com/basics09.htmlLG
  3. do you have a link? code?LG
  4. oh, sorry. didn't see that you had posted.I replied to your PM.LG
  5. Graphical File types:JPEG extensions= .jpg .jpeg .jpeGIF extensions= .gifPNG extensions= .pngSVG extensions= .png .pngzTIF extensions= .tif .tiffI think that is all. (if I'm wrong, someone correct me. I got this list out of file types on my computer)how they are converted: through some very extensive program.LG
  6. as for the books, Beginning XHTML Wrox Pressit teaches CSS, Javascript, XHTML, XMLas for the forum, you would need very extensive PHP (or some server side language) and very extensive MySQL(or another Database).you probably won't be able to do that for a while unless you are a REALLY fast learner. (I don't know enough either!)LG
  7. make sure you use either relative paths or use http://localhost/template/nav/snav.txt instead.I guess you could use it for a server, but that is not what it is made for, and the security has issues...if you wanted to do that you would download everything seperate.LG
  8. I guess I might as well give my thing too, although I'm not going to give very much info. I'm little goat.Birth date(dd/mm): 5 AprilGender: maleZodiacal sign: dont know ???? what does the zodiacal sign matter anyway?Country of residance: USA
  9. ok, have you installed it yet? if you have, (you are on windows, aren't you?) go to start menu => programs => apache friends => xampp => CONTROL XAMPP SERVER PANEL (or something like that.)then click the start buttons next to Apache and Mysql if you need it.then go to the directory you installed xampp and click on htdocs. all the files you put in this folder will be accessable. you also might want to rename index.php so it won't redirect you to another page. then go to http://localhost/ in your web browser and if you renamed index.php it should show all the files in the htdocs folder. you can click on the links and your php page will act like it is on your web server.LG
  10. no, just put a space and then the color after the url as it shows in my earlier post.LG
  11. well, if you validate your css and it doesn't have that color and if your foreground color is set, it will give you a warning.
  12. the page has to have a .php extension for the include to work.there are some other methods:http://www.dynamicdrive.com/dynamicindex17/ajaxincludes.htmif you want to include a php file and still have it doo it's stuff, yoiu have to have a .php extension.
  13. program you mean?I would recomend XAMPPthe only thing that wouldn't be the same as a server, is that you(or at least I) cant set up the mail functions.LG
  14. now the red is the width, I beleive.adding I think just add more stm_aix()s in there.uot of curiosity, where did you get this script?also is there some other main script?LG
  15. IE7 is still beta, maybe that has something to do with it.LG
  16. background:url('yourpic.gif') #bbc3d3;the color after makes your cs valid, and if the image is unavailable, it will show that color.LG
  17. well, it depends on how well you pick up languages like this. it isn't that hard to learn, if you have the right resources. I used a book called PHP for Dummies (actually, I am still using it) and it seemed to help me a lot. PHP would also help you get a job if you want to design for people.LG
  18. Hi, yet another question from someone learning PHPhow do you get around the php thinking that the xml declaration is a php section? LG
  19. Little Goat

    Stars' Empire

    DO NOT ADVERTISE PLEASE!!!LG
  20. yea, I went a little into it, but I don't think I'll try it until I'm ready to take some time on it LG
  21. \r means line return. if you want your text to work in both plain text and formattted text you would add that to make this: \r\n or line return, newline.LG
  22. I think I'll stick with the text, cause I don't really know SQL (just copy and paste off of w3schools) and I tried it and had problems.LG
  23. scotty, you should make your own topic or search for what you need.you might want to research using sessions.SFB, what I have done is at the bottom of the included file you put this: return $somevar; then in the other file do this: $newvar = require_once("yourfile.php"); change the vars to your need. I have actually only used this with include, but it should work.LG
  24. ok, thanks. i'll remember that.LG
×
×
  • Create New...