Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Posts posted by Little Goat

  1. 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. 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

  3. 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

  4. 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

  5. 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

  6. 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.

×
×
  • Create New...