I created it with an HTML editor I created in Visual Basic 6.
Well the problem with my site is that the background colour is too dark when you view the site with mozilla firefox (you can’t see the letters due to this).The problem occurs no matter what background colour value I specify. Any ideas?
That about sums it up… although I might have phrased it a bit differently. Basically, I’ve never once seen Comic Sans used in a way that didn’t look cheap, amatuerish, and forced. If you want something to look hand-written, then write it by hand. Otherwise, you’re just adding something that detracts from the readability of the entire piece.
Granted, maybe you can be the one person who can make that font look good, but I’m not holding my breath (not a slight against you or anything… I’d say the same thing to anyone else).
Hey guys we have a new problem here :I try to add a picture to my page with the <img scr=“mypic.jpg”> but the picture does not appear.This happens both in my pc and the uploaded version of my website.
Another problem could be the relative location of the html file and the image. Either make sure to use absolute location (e.g. http://www.somewebsite.com/someimage.jpg (not a real link)), or make sure the image is in the same folder as the html file.