I kindoff like it!
It's a bit monochrome or however you say, it's only green.
But... your code definatly needs some work, some major work.
you have all html styles no css wich makes your code look horrible.
I know this isn't a programming forum but I just wanted to tell you :).
*Tastyfish: I know the code must look really really bad.. I use FrontPage to create the site.. I don't know HTML enough to actually write my own website. I know how to edit some of it and where to go to make a change, but that's about it. CSS is really new to me and I know it's a really good thing to have too. Do you have any suggestions about the coding side of the site that may be of some help? Would totally appreciate it.. ;)
As for the monochrome colors, it's more like just two colors.. :p But yeah, I see where you're coming from.. ;)
10-09-2007, 03:27 AM
Tastyfish
I know alot of stuff you can change, and it will make editing alot easier, i barerly found your headings in that code :).
Basiclly try to write a seperate .css file wich you include into your html with <link rel="stylesheet" type="text/css" href="yourcss.css" />
Then use span or div's to call on your id's or classes (in your css).
Id's are for items used only ones and Classes are for styles that are used alot.
There are allready some "fixed" or preexistent classes and id's like Body and h1 etc for some general html tags.
10-09-2007, 10:41 PM
wfcamb
Sheesh.. I have no idea what you just posted.. :p I understand what you are saying, but I don't know the code or what's certain things for.. ;)
10-10-2007, 01:21 PM
Tastyfish
Go to htmldog
They have some really god tutorials/introductions on html with css styling! :)