Jump to content

Err

Members
  • Posts

    1,009
  • Joined

  • Last visited

Everything posted by Err

  1. I would use the PrtSc (Print Screen) button and get it anyways.
  2. Err

    I publish a site

    You can try and look in this topic here: http://w3schools.invisionzone.com/index.php?showtopic=3770
  3. <HTML><HEAD><TITLE> test</TITLE><style type="text/css">html, body, #name { font-family: Arial; font-size: 40px;}</style><script type="text/javascript">var colors=new Array();colors[0]="blue";colors[1]="green";colors[2]="red";colors[3]="gray";colors[4]="orange";colors[5]="aqua";colors[6]="brown";colors[7]="black";colors[8]="purple";colors[9]="chocolate";colors[10]="magenta";colors[11]="violet";colors[12]="indigo";colors[13]="sienna";colors[14]="yellow";var i=0;function writemess(){if (i==15)i=0;document.getElementById('name').style.color=colors[i];i++;setTimeout('writemess()',200)}</script></HEAD><BODY onload="writemess()"><div id="name">test</div></BODY></HTML> Try this code.
  4. Use CSS. <style type="text/css">html, body { font-family: Arial; font-size: 24px;}</style> Stick that in between the <head> and </head> tags of your page. You can change the size and font to whatever you want.
  5. <style type="text/css">div { margin-left: 10px;}div div { margin-left: 5px;}div div div { margin-left: 0px;}</style>
  6. http://www.yzzerdd.com/ has a good script like that.
  7. Place the <meta> tag in between your <head> and </head> tags in your page.
  8. Err

    Gabbly Chat

    I'm in there now if anyone wants to chat.
  9. I don't understand your question...You shouldn't upgrade just to fix the look on your page. What about the other people that still use IE 6?
  10. Well how big is your image? I mean, what's the file size of it? If it's more than 500KB, you will get an error and your image will not be uploaded. To check your image size, right-click on it, select "Properties", and it will tell you the size.You can't upload .html files and expect the image to upload with it. The image is a another file you have to upload also.
  11. Merry Christmas everyone!This shouldn't be closed, well not yet at least, until after Christmas.
  12. Like [removed]You can view it fine in IE 6 & 7, Firefox 1.5 & 2.0 and in Opera.
  13. Your file manager should look like this: [removed]Find the "File Upload" section, and upload your file.
  14. Is the night_fight.jpeg image uploaded to your main directory? In your case it would be: /home/www/leemariegriswold.awardspace.com/Make sure that it's there, and check it again.http://leemariegriswold.awardspace.com/night_fight.jpeg
  15. <input type="button" value="Click!" onclick="javascript:disabled=1;this.form.submit(); this.style.color='blue';" />
  16. Try this CSS: #tablecell { background: url(#) no-repeat fixed center; border: 0; height: 800px; width: 520px;} And try cleaning up all the scrambled up code you have on your page, it's probably contributing to your problem. I can view it fine on IE 7. Also I just wanted to let you know that you're actually using a <div> not a <td> table cell. <table><tr><td><div id="tablecell">....</div>
  17. That's because you don't have an image uploaded in your main directory that's called: night_fight.jpeg.It would be even better if you fixed your image code, you are missing the ending > (Greater than) symbol on your <img> tag. Here try this: <img src="night_fight.jpeg" width="731" height="541">
  18. Cheater. You up'ed your post count.
  19. So that would make your site: http://leemariegriswold.awardspace.com/page.htmRight? It's working for me.
  20. Err

    Visitor Tracking

    Edit: Err... apparently I didn't read that right. My bad. Well, I offer you free site trackers. http://awstats.sourceforge.net/ for real paid websites (that don't have it for some reason), or http://www.whatcounter.com/ for free sites that allow JavaScript.
  21. Err

    .htaccess help.

    Thanks, but that didn't work on my server, I got a 500 error. Is there anything that'll do a similar thing to this? I also want to make note that I need to access the all the web pages, where as the visitor gets redirected.
  22. Err

    flash mp3 player help

    That's probably because on your file you don't have the ending </location> on:<location>http://dc19.4shared.com/download/4312623/61e8c72b/04_dj_fitzy_vs_rossy_b__m_jay_-_on__on.mp3 Try adding that to the end of that file name, and try it again.
  23. Err

    flash mp3 player help

    lol. Apparently I'm using an outdated player. Which explains why you can't find the config.xml page. My bad.
  24. Can you not just upload the page and then link it to us? I mean, I personally would want to just click on a link instead of copying, pasting, saving, and then seeing it and having to delete it later on.
×
×
  • Create New...