Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. hey when you get that done, pm me with a link would you?tnx, LG
  2. Little Goat

    Log in

    I think you forgot to put the start session at the beginning of you code.LG
  3. Actually you can make the divs the same length.you have to put those div in a container div though,and then for each div (the columns and the container) set the css to this:#container{height:100px(or some hieght you know is smaller than you need); overflow:visible;}#col1{height:100%; overflow:visible;}#col2{height:100%; overflow:visible;} that sould make them all the same length.LG
  4. did you copy the text, or type it in?try typing it in from scratch.LG
  5. well take what you have left, and save it in another file.if that works, take everything you had and save in another file.maybe you file got corrupted.LG
  6. well, can you give the code containing your textboxes?LGEdit: the only difference is you use commas on the second snippet.
  7. Little Goat

    Colours

    well, what I meant was the 16 colors that you can just type the name of.LGEdit:because grey and green both start with gre. and only gray works with the name.LG
  8. so does opera run on windows?LG
  9. just replace paginaLibroeddoi.swf with your flash I think. LG
  10. Little Goat

    Colours

    I don't think it is the same in CSS, I remember trying it once and it didn't give me what I wanted. LG
  11. well, you can just go to a flash site and see what they use, here's one: <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="800" height="650" id="paginaLibroeddoi" align="top"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="paginaLibroeddoi.swf" /> <param name="quality" value="high" /> <param name="scale" value="noborder" /> <param name="bgcolor" value="#ffffff" /> <embed src="paginaLibroeddoi.swf" quality="high" scale="noborder" bgcolor="#ffffff" width="800" height="650" name="paginaLibroeddoi" align="top" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /> </object> I have no Idea how that works, I just got it off of a flash site.LG
  12. does anyone know of more sites like the one in Aspnetguy's signature for testing with browsers that you don't have such as Opera, maybe Firefox, or any other major browsers?tnx, LG
  13. yes, if its a direct desendant of the body element, if not you have to add the element names of the elements in between.LG
  14. Little Goat

    Colours

    I think your right. LG
  15. hey calvin, can I use that code?thnx LG
  16. Little Goat

    Form/PHP

    Ok, so do you have the login sessions worked out then?if you use sessions, do this: <?phpif(!isset($_SESSION[username]) or !isset($_SESSION[password])){include("filewithform.html");}else{include("yourhomepage.html");}?> if you use cookies, replace $_SESSION with $_COOKIES.LG
  17. hey, if you do that, do the child elements inherit the property?LG
  18. I found that the PHP tutorial wasn't very helpful.LG
  19. only with a scripting language such as Javascript or VBscript.LG
  20. don't forget the file() function.LG
  21. but I've already got an image there. do I need a color too?LG
  22. Little Goat

    Log in

    well aren't you going to put an src on your image?LG
  23. <?php$read=file("yourfilename.htm")$lines=count($read)echo $lines?> I think that will work. LG
  24. Little Goat

    CSS Validator

    Hi, I have a css file and I ran it through the validator and made it valid, except for warnings.It says stuff like no color for background-color: when I do have one. CSS: /* whole document */body{background:url(gradientturquoise.jpg);}div{float:left; margin:1px;}/* end Whole *//* Links Column */#links a, #links a:hover, #links a:link, #links a:visited, #links a:active{text-decoration:none; margin-bottom:1px; width:100%; background-color:#222222;}#links a:link {color:#ffffff;}#links a:visited {color:#cccccc;}#links a:hover {color:#f0f0f0; text-decoration:underline; background-color:#666666;}#links a:active {color:#000000;}div#links{width:20%; background-color:#000000; height:100%; overflow:visible; font-size:125%;}#links h2{background-color:#c0c0c0; color:#333333; text-align:center; margin-bottom:1px;}/* end Links *//* Header */div#head{text-align:center; width:100%; height:128px; background:url(music011.gif); font-family:bradley hand ITC,forte;}div#head h1{font-size:500%; color:white;}/* end Header */div#content{background-color:#eeeedd; height:100%; overflow:visible;}div#container{width:100%; height:100px; overflow:visible;} can anyone please help?thnx, LG
  25. why don't you just display the line numbers next to the lines?LG
×
×
  • Create New...