Author Topic: Website Design Help  (Read 2368 times)

I need something that is good for making websites. Not freewebs or wordpress or anything that isn't reliable and gives you Heedicalking.gdjghdglkdjg.com/adress1135353 or something. I mean software you can but or download that allows you to make a site. Then you upload your site to a hoster that will host it. Does anyone know anything good to use?I decided to use notepad and code with HTML on it like everyone said to do. I will post all of my problem I have here.
« Last Edit: June 17, 2009, 09:35:23 PM by heedicalking »

You sir need to learn HTML, CSS, Java, and PHP the hard way like the rest of us.

You sir need to learn HTML, CSS, Java, and PHP the hard way like the rest of us.
I am sure I could learn but I would need to know what to use. I am just getting into web design and I wanted a program like Dreamweaver that supports code AND easy drag and drop. I am looking for some tips to start off. Not something that I would have no clue what to do at the start.

i first learned basic html from fiddling with dreamweaver

I am sure I could learn but I would need to know what to use. I am just getting into web design and I wanted a program like Dreamweaver that supports code AND easy drag and drop. I am looking for some tips to start off. Not something that I would have no clue what to do at the start.

Well yeah like Bisjac said, learn basic HTML first. That's the best thing to do.

I actually did some pretty cool stuff with just HTML before I discovered CSS. Though I'm the guy who's all about graphics. The websites I've worked on never got off the ground. :D


Code HTML in notepad and upload it to an FTP server.

Ok. Is there any way to preview what I made (Or tried to make) with notepad? I want to see how it looks.

Code HTML in notepad and upload it to an FTP server.

You can view HTML without a webserver FYI. Just create a txt file on your desktop, whack some html in that bad boy. Then go to File > Save As and type this in the name box (with the quotes): "website.html"

Then just open website.html in Firefox or whatever browser you use.

You can view HTML without a webserver FYI. Just create a txt file on your desktop, whack some html in that bad boy. Then go to File > Save As and type this in the name box (with the quotes): "website.html"

Then just open website.html in Firefox or whatever browser you use.
The FTP server is for other people to view the website/page.

I will mess around with it. Anything you guys recomend me to do to start out with? A basic code that links to a page? Adding an animated graphic, anything?

There are also some text editors that serve as alternatives to Notepad that come with all those pretty, organized colors.

You can view HTML without a webserver FYI. Just create a txt file on your desktop, whack some html in that bad boy. Then go to File > Save As and type this in the name box (with the quotes): "website.html"

Then just open website.html in Firefox or whatever browser you use.
I cant put in the quotes.

I will mess around with it. Anything you guys recomend me to do to start out with? A basic code that links to a page? Adding an animated graphic, anything?
Image: <image src="imageurlhere" />

If you want an animated image, just make a gif and use that code.

Just google if you need any help. "How to do (what you need help with here) HTML"


Animated graphic = <img src="img.gif">

Just google "HTML Tutorial" and do exactly what it says.