Author Topic: Website not wrking properly  (Read 3667 times)

i_am_a_pirate

  • Autococker
  • Posts: 759
Website not wrking properly
« on: March 28, 2009, 02:32:53 PM »
Hi guys,
A while ago I started to make a website for the band im in, but then I kinda got bored/couldn't upload it because of the number of files, etc. So now I've finally found some free hosting with ftp support, and I went back to my website and it just comes up with a blank page, even though thecode is still there. I was wondering if some of you code junkies could look through the index and see if anything's appearing wrong. All the pictures are linked properly (I've double-checked that). Thanks a lot!
oh and I couldn't upload a .html file so I just changed it to a .txt, but in the html format it still loads up blank.

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Website not wrking properly
« Reply #1 on: March 28, 2009, 02:38:01 PM »
Whats the current website where the code isn't working?

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Website not wrking properly
« Reply #2 on: March 28, 2009, 02:39:38 PM »
http://www.hybrid-band.co.cc, but my local copy isn't working either.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Website not wrking properly
« Reply #3 on: March 28, 2009, 02:41:06 PM »
Shows up for me :)

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Website not wrking properly
« Reply #4 on: March 28, 2009, 03:14:43 PM »
Shows up for me :)

Same here.  What browser are you using?

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Website not wrking properly
« Reply #5 on: March 28, 2009, 03:16:02 PM »
opera... lemme check on firefox...

ah no way! it works. hmmm.. thats good and bad. anyway, thanks for confirming my stupidity...

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Website not wrking properly
« Reply #6 on: March 28, 2009, 03:22:27 PM »

Backlot

  • PGP
  • Posts: 33
Re: Website not wrking properly
« Reply #7 on: March 28, 2009, 03:25:55 PM »
yeah im using opera and it doesnt work either.

Fuzz Ball

  • VM-68
  • Posts: 145
Re: Website not wrking properly
« Reply #8 on: March 29, 2009, 04:37:53 AM »
Shows up for me too. Looks cool. :D
Oh and just to be sure doesn't look like there's anything wrong with the HTML.

Kyuuchi

  • Autococker
  • Posts: 1183
Re: Website not wrking properly
« Reply #9 on: March 29, 2009, 05:31:55 AM »
hehe , your using x10hosting . there amazing arent they? best free hosting out there . and the site looks really nice :)

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Website not wrking properly
« Reply #10 on: March 30, 2009, 09:35:35 AM »
Oh and just to be sure doesn't look like there's anything wrong with the HTML.
LOL. There's more wrong with it than I can write. There's a lot of work to come...

hehe , your using x10hosting . there amazing arent they? best free hosting out there
yeah, by far. There's a few too many meu's thopugh. I mean, to get through to cPanel you have to log in, then click 'proceed' then go to the link, then log in AGAIN with another username, then site manager, then click on the file, then cloick edit, then scroll and click edit again to FINALLY get to editing a file lol. But it is an amazing deal...

Fuzz Ball

  • VM-68
  • Posts: 145
Re: Website not wrking properly
« Reply #11 on: March 31, 2009, 03:55:41 AM »
What I meant was nothing that was really wrong and stood out. I only know a few basics of HTML... and I didn't read through the whole script.

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Website not wrking properly
« Reply #12 on: March 31, 2009, 09:41:23 AM »
The validator points out some pretty glaring errors :)

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Website not wrking properly
« Reply #13 on: March 31, 2009, 09:41:59 AM »
Theres a bunch wrong with that HTML.  :P

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Website not wrking properly
« Reply #14 on: April 01, 2009, 12:45:26 PM »
Theres a bunch wrong with that HTML.  :P
argh, yeah I know. I mean generally, the syntax is bad because the hosting service that I use (and cPanel) manage to change my code. eg. I type in <br> and it changes it to <br />. I mean, the amount of line breaks I use, it just makes the site bigger. It adds stuff in as well. But tbh, as long as it works on firefox, safari and IE I don't REALLY mind about it.

The validator points out some pretty glaring errors :)
hmm, i took a look at that and again, most of it is from the panel 'correcting' my code

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Website not wrking properly
« Reply #15 on: April 01, 2009, 01:13:45 PM »
First off, <br /> is the correct form :)
Secondly, that's why you should use direct FTP :D

i_am_a_pirate

  • Autococker
  • Posts: 759
Re: Website not wrking properly
« Reply #16 on: April 01, 2009, 03:01:29 PM »
First off, <br /> is the correct form :)
haha, yeah I wondered about that lol. but it's still 2 extra characters! :D
direct FTP? I tried to set it up a million times with filezilla, but it just didn't work! So i just used web disk I think...

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Website not wrking properly
« Reply #17 on: April 01, 2009, 04:01:51 PM »
<br> is HTML. <br /> is XHTML.