Click to See Complete Forum and Search --> : changed a bit,review


mguneetmakkar
11-04-2004, 07:14 AM
i changed the total jkes section in my site .Do you think that it looks better now?
at first it was totally random
old oneWWW.geocities.com/mguneetmakkar/jokes.html

New one :at www.geocities.com/mguneetmakkar/alljokes.html

Jick
11-06-2004, 04:18 PM
Oh I missed this one. I didn't see it till just now while I was scrolling down a bit.

Well I think it's a little basic. I think it could benefit from an actual layout rather than just text on a page. Also change the colors. The current ones are just... blah...

mguneetmakkar
11-06-2004, 11:56 PM
could u give an example o actual layout.u mean with pics an d everythin.What bout the colours,what can they be lookin at the whole site

theuedimaster
11-07-2004, 10:24 AM
Go to http://w3schools.com

You can learn all the basics there, it will help you code better and bigger websites. Also, if you want to see pretty good websites, just go to the profiles of high-posters on this forum and you'll see links to some good ones. Go around the internet and see how other people's sites look like. You want to learn html and css.

Also, for hosting, geocities is bad with ads and such. It is much better and easier to use http://www.angelfire.com

mguneetmakkar
11-18-2004, 11:58 AM
hi again
i changed the banner and also changed the position of a couple of tings,i hope it is looking better that before
i really cant think of the way to change the background.please help!

Mr Initial Man
11-18-2004, 08:29 PM
That's what "bgcolor" in the <body> tag does.

mguneetmakkar
11-18-2004, 11:06 PM
ya i no that but what i meant was that i cant think of color combinations on wich my site would look good.

Mr Initial Man
11-18-2004, 11:28 PM
Okay, here's something that you can do for color.

Hexadecimal numbers go 0123456789abcdef. When using them for colours, you have 6 digits (xxxxxx). The first two (XXxxxx) are for red, the second two (xxXXxx) are for green, and the last two (xxxxXX) are for blue. 0 is the lowest value, f is the highest, so black would be (000000) and white would be (ffffff) You can change colours, by changing the values of those colours, and you will be able to arrive at the color you want.