Click to See Complete Forum and Search --> : my site
Chosos
07-23-2004, 05:52 PM
http://www.fix-it.org
Tutorial / hardware site. Any suggestions ? Ideas ? Are the colors okay? Layout okay? Anything that needs to be changed?
spufi
07-23-2004, 11:29 PM
Use a full Doctype versus and patrial one so you don't trip some browsers into quirks mode. You should put your CSS into an external file and link to it. You have a good amount of CSS going on and you will save space/bandwidth/time by taking it out from each of your pages. You still have plenty of code you could rework by using more CSS since you do use a table based layout.
Chosos
07-24-2004, 12:41 AM
there is an external css file. I guess my dilema is that i do not specialize in web design, or coding. :(
spufi
07-25-2004, 06:26 AM
I'm not seeing a link to the external CSS file. I see the following line...
<meta http-equiv="Content-Style-Type" content="text/css">
A link to an external file would be something like this...
<link rel="stylesheet" title="Default" media="screen" href="default.css" type="text/css">
I actually like the design of the site. You just need to work out some of the other stuff and you'll be well on your way.