right so i have my website up at DeadGamer.50webs.com, its not much at the moment and i don't know much about web design. my problem is when i checked all the links they seemed to be ok but somehow the link which takes me to the Home page creates a link with double http:\\ i have no idea why it does this :shrug:but maybe anyone which some better knowlege of web design can help me thanks in advance
Just a hint, if you have trouble doing html with notepad, Nvu is a good open source free editor. I used it for my old site.
i was using evrsoft firstpage 2006 to create my page, i have a main box in middle and buttons on left side, every other button works fine except the button called home
Hi, It looks like you have simply missed a ':' from the link (the link on the site now is http://http//deadgamer.50webs.com/Home.html - the 'second' http is missing the colon ) - the first http:// is added by the client browser as the remainder of the link is not valid (http//deadgamer.50webs.com/Home.html , note the http// bit, should be http://) hope that makes sense if you add the : to the link the inital http:// will then not appear in the browser and all will work fine. Cheers Matt
The missing ) didn't help so i removed all lnks and put them back in an changed a few things and it seems to be working fine now??