PDA

View Full Version : Geocities


Leolord
04-02-06, 03:30 PM
I'm just wondering about geocities, is it free?can I change the title ? If I start from scratch can I change the wallpaper? If it isn't free how much is it? Thanks for any help.

Matt

Ganoderma
04-13-06, 05:48 AM
its good to learn with free ones. geocities is free. there are many others, one i used to use a lot was angelfire, which is now tripod and is not as good anymore.

learn to use proper html from the beginning i have been relearning the whole process caus ei learned shotty script. also take in css as it will make your life way easier.
start here with learning html: http://www.w3schools.com/html/default.asp
continue here to save yourself a but load of time! http://www.w3schools.com/css/css_howto.asp

-okapi-
04-13-06, 09:01 AM
Learning computer stuff was always hard for me :( But yeah, geocities is free.

Leolord
04-15-06, 09:58 AM
OK thank you very much everyone its probably easy but i know im gonna miss something and make it hard lol but ill get through it thanks again!

Matt

Ganoderma
04-21-06, 08:23 AM
just remember that html has changed now. you need to make clean script and TELL teh browser WHAT type of script you are using. look up "doc types".

Remember to end what you start. <h1> you need to end it by </h1> It may look fine in internet explorer cause it often shows sloppy script ok, but mozzila netscapeand others often dont.

Use external stylesheets if its approprate....i saved literally hours and hours by using them now.