This is the site I'm referring to: here Viewed in IE, everything looks great, but Firefox cuts off most of my pages' border! This one is really frustrating me. Anyone here offer any help?
correcting all of the current HTML code errors will help you to have steady and valid output in all w3c conforming browsers see http://validator.w3.org/check?verbose=1&uri=http://www.palmpilotgamer.com/ for more details also verify your CSS
the major thing wrong in ff that i see is that the title 'palm pilot gamer' is way too big and is wrapping out side of the image. also whatever image you got at the bottom doesn't work (looks like it's still locally hosted)
thanks saqqara, i hadn't even noticed that yet. I want the title to be text (not an image), but I don't know how to write on top of the image that is the background for the title..... Does anyone know how to do this?
Hello, jimsmith. To write on top of an image, you can use the "background" attribute of a table element, like <TR> or <TD>, or even the whole table: <TABLE>. Alternatively, you can use a style: style="background-image: url(mypict.gif)". All the best.