Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Counter

  1. #21
    lol, well i aint playin nasty tricks, thanks man.
    BTW hows the site goin?

  2. Internet, Programming and Graphics   -   #22
    h1
    Guest
    Unfortunately server-side coding is often the most difficult part... so I really can't say when it's done.

  3. Internet, Programming and Graphics   -   #23
    allright cool, i look forward to it.

  4. Internet, Programming and Graphics   -   #24
    nah i dont want it like that i want it like this how it stays there all the time.

    EDIT: Im talking about the words in the bottom left corner of the page instead of where it says "done"

  5. Internet, Programming and Graphics   -   #25
    h1
    Guest
    Damn it!
    Code:
    <script type="text/javascript" runat="local">
    var text='TEXT YOU WANT TO APPEAR IN STATUS BAR';
    function text()
    {
       window.status=text;
       setTimeout("text();",1);
    }
    text();
    </script>

  6. Internet, Programming and Graphics   -   #26
    where abouts do i put it?

  7. Internet, Programming and Graphics   -   #27
    i mean where abouts in dreamwever, the head tag or what? Coz i cant get it to work

  8. Internet, Programming and Graphics   -   #28
    h1
    Guest
    <head> again.

    Your sig is WAY oversize BTW.

  9. Internet, Programming and Graphics   -   #29
    i cant seem to get it to work?? im hopeless at html code. do u think u could just go to my site and click view source and put the code in the right place then send me the notepad file? sorry but i just cant do it.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •