Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. Little Goat

    Web design

    Hi everyone, this is mainly directed towards the people who have or have had self-run web design businesses. how much do you charge the people you have built webpages for?how much would you charge if you had the following skills? XHTMLCSSJavascript how much more if you added the following skills? PHPJAVA thanx, LG
  2. Little Goat

    height atribute

    yes it does, thats what I just said! it works fine in my IE6.LG
  3. Little Goat

    height atribute

    well, I don't have firefox, but it works fine in IE.
  4. Little Goat

    height atribute

    it works fine for me. what browser are you using?
  5. I'm no php expert, but it looks like the php thought that the > right before it shows up on the page was supposed to end it.
  6. Little Goat

    height atribute

    well it's not filling up exactly all the space, but it's really close. is it to small or too large?
  7. Little Goat

    height atribute

    I just tried it and it worked for me, but still the style needs to be in the head. try setting the background to a different color instead of white so you can see the actual size. LG
  8. Little Goat

    height atribute

    put your style tags inside the head.
  9. Little Goat

    height atribute

    this probably wont affect it, but take the div before the # signs off.
  10. you know css, right? :)if so add this to the body's css:text-align:center;or if you only want that table centered and not the rest, put the table in a div and apply the css to that.LG
  11. in notepad, under where you type the name of the file, choose all files. then in the name box, type your filename you want and then add .html to the end of it. example of what to type in the name box:TEST.htmlLG
  12. Little Goat

    height atribute

    it would help if you posted your code.LG
  13. I don't know what you mean by stream, but all you have to do is download it onto your server (or your computer if you are testing), and put the code in your html file, pointing to the right location.LG
  14. I'm going to quote the mods here: search in the javascript section and you will find something.
  15. yes you can do it the first way: <xsl:template match="picture"><xsl:value-of select="."/><xsl:variable name="src" select="@src"/><img src="{$src}"/></xsl:template> that should do it!LG
  16. no, I saw somewhere the functions for xslt in php once, I just don't remember them.LG
  17. hey, glad to see another gamemaker user. I tested the site in IE and netscape and I don't see anything wrong with it. maybe you could set the td widths to percentages so it would scroll with the window.LG
  18. ok I vaguely remember that. I just havent used it and so I forgot.LG
  19. try this:http://www.thefreesite.com/Free_Sounds/or search google. LG
  20. try this:http://w3schools.invisionzone.com/index.php?showtopic=2202LG
  21. Little Goat

    Pixel

    set position with css: #tagsid{position:absolute;top:yournumber;} if the position is absolute you can do this to find it in java script: alert(getElementById(yourID).style.top) that should work, but I'm not sure.
  22. I have never heard of that tag. where did you find it?
  23. yes there are functions that can do that, I don't know if I'd say easy, you have to learn XSL. (I'm starting to sound like a mod )LG
  24. OKuse double equals == in the if statement instead of one.the one equals asigns that value to the variable. double compares.LG
×
×
  • Create New...