On 11 Feb, 21:32, Gilruthg....TakeThisOut@gmail.com wrote:
> I am trying to build a website for my jewelry business
Start again. I neither know nor care what made those pages, but stop
using it ASAP.
Tutorials for good modern practice:
"Head first HTML with CSS & XHTML" (Start here!)
http://htmldog.com (If you won't buy a book)
"Casading Style Sheets", Lie & Bos (not the first thing to read)
Easiest way is text-based editing with any programmer's editor from
Notepad up, but KompoZer is supposed to be usable for WYSIWYG, if you
absolutely must have it.
Your existing site sucks badly, and for a few reasons:
* Lots of CSS absolute positioning. Works fine in a window at one
size, unreadable anywhere else. Just don't do this! (One of the big
caveats with using a dumb WYSIWYG editor).
* 10-year obsolete <table> based layout.
* "Text as bitmaps". You rarely need an image editor to make web
pages. You need to massage your product photos to make them pretty,
and you need to design logos. You should certainly _not_ stick every
menu item onto a blobby button.
>> Stay informed about: Making a website from almost scratch - help!