Off Topic > Off Topic
Website Design Help
adc90:
--- Quote from: heedicalking on June 17, 2009, 07:14:36 PM ---Is the any easy way to understand Hex code? I am trying to learn but it isn't coming out well.
--- End quote ---
If you're doing CSS I think you can use rgb values not sure about HTML, anyways you don't necessarily have to understand the way the hexadecimal number system works to use it most people I know just use a color chart google it there are tons. Like I said check out that link I gave you it can answer pretty much any question you might have.
Digmaster:
I believe microsoft frumtpage is the cheapo way to make a website
Alternitely grab the source off that website that looks and acts like how you want yours to look and use that while modifying stuff.
heedicalking:
I got a decent looking website I am working on, I have the Background color black and I would like to know how to color ALL text white. I am doing something else for that.
yuki:
--- Quote from: heedicalking on June 17, 2009, 07:40:25 PM ---I got a decent looking website I am working on, I have the Background color black and I would like to know how to color ALL text white.
--- End quote ---
<body text
But most people use CSS for doing that sort of stuff.
heedicalking:
--- Quote from: yuki on June 17, 2009, 07:42:51 PM ---<body text
But most people use CSS for doing that sort of stuff.
--- End quote ---
Will CSS work on Notepad? Could I mix CSS and HTML?