Freeware Website Designer

Does anyone know of a free website creation program that writes to html and doesn't screw things up as bad as Frontpage(<--that won't take long to find:P)...


Thanks
 
You can make a simple animation with Javascript with RollOver function. A very used one is the one where someone rolls over the button, it changes the picture.
 
Look for Javascript tutorials, it's basic. If you want to make websites, you'll have to learn some coding...
 
PHP is good for programming.

To design your website, learn CSS (Cascading Style Sheet).
 
I have been building websites for a LONG time! I started learning when I was 12, I am now 20! I do things in the following way, and it gets me very far, fast, and is easy to globally change the look of things:

Lay out a Basic HTML document with a single table. Use CSS to make collums and "float" everything (just a way to align things), and then put PHP includes for my functions where ever I need. When programming PHP, I will make a single file that contains a "function". Say it is a "search bar," I make a single file that searches and does everything...then I include that single file right where I want it on my website. Also, I use Java for some functionality as well as JQuery, and I embed Flash for movement. You can see all of this at my website if you want to visit, http://www.defreezeme.com...in my signature.
 
SPAM!! Reported get out of my thread with that crap.....


Anyway, how do I 'freely place' images or buttons? I don't like the way I have to center and I can't put images in a row:rolleyes:, reminds me of front page, I would like to just place it myself....


Thanks
 
That would need some coding...
HTML is not like a drag and drop code, it is more like a X,Y code. Using CSS for design is probably the best idea...

Again, if you want a simple basic website, you'll have to learn some coding. it won't take that long if you want to stay basic but you still got to do it...
 
Back
Top