Web Page creation help.

Man of Honour
Joined
17 Feb 2003
Posts
29,640
Location
Chelmsford
I was wondering if you could help.

I have a web page template which i wish to use to create a webpage which needs content. Is there a free, easy to use and decent page creation tool I can use that comes recommended?

Thanks
 
Soldato
Joined
10 Sep 2008
Posts
2,570
Location
Grendon
If you have a template just open it in Dreamweaver and you can add/edit code that way etc.

Or you can use something like sublime text, but yes Brackets is good too.
 
Associate
Joined
28 May 2008
Posts
346
I was wondering if you could help.

I have a web page template which i wish to use to create a webpage which needs content. Is there a free, easy to use and decent page creation tool I can use that comes recommended?

Thanks

There is another tool called Adobe Muse you could check out.

If you don't mind me asking what will be the purpose of the envisioned website?

If its something professional/ serious and you don't have any experience in HTML/css messing in Dreamweaver will probably end up you having a very unpolished website.

There are online tools you could try like WIX or hire someone to do the more complicated things. If its something as simple as turning round an already provided template it probably wouldn't cost you much :)
 
Soldato
Joined
6 Feb 2004
Posts
20,674
Location
England
Learn to code and style it using CSS yourself, you lazy fool :p

i'm doing this but really i'd like an editor to help with html markup. infact something just like the bbcode tools in this box i'm typing into right now. i just want an easy way to wrap highlighted text with <img> <a href.. <strong> etc. any suggestions?
 
Commissario
Joined
23 Nov 2004
Posts
42,060
Location
Herts
Dreamweaver is the only one I know of, I do all of mine in Smultron as I prefer coding it and syncing with my server so I can see how it displays in a browser.
 
Associate
Joined
4 Feb 2011
Posts
580
Location
Halifax
As brackets matures, it's almost becoming a must for web developers. The live-preview is amazing as long as you aren't doing any server-side processing (this is where I use Sublime).

Read some basic HTML/CSS/JavaScript tutorials/books and I'd say go with brackets. Pretty sure there are some autocomplete plugins that will help you with the syntax too.

i'm doing this but really i'd like an editor to help with html markup. infact something just like the bbcode tools in this box i'm typing into right now. i just want an easy way to wrap highlighted text with <img> <a href.. <strong> etc. any suggestions?

What you're describing is a WYSIWYG(What you see is what you get) editor, and the only decent(?) programs that I know uses this is probably Dreamweaver or Kompozer.
 
Associate
Joined
2 Feb 2012
Posts
826
Location
Newcastle UK
For ease of use, Microsofts Web Expression 4 offers a Design view editor for those who aren't too clued up on code.

It's basically an updated version of Microsoft Frontpage. I still use it for putting together HTML emails as it saves me writing full tables out in code.
 
Man of Honour
OP
Joined
17 Feb 2003
Posts
29,640
Location
Chelmsford
Learn to code and style it using CSS yourself, you lazy fool :p

I've been doing that but I get in in right mess. Brackets does seem to a decent editor though. I can keep the browser open and i updates as I save the content. Very useful.

For ease of use, Microsofts Web Expression 4 offers a Design view editor for those who aren't too clued up on code.

It's basically an updated version of Microsoft Frontpage. I still use it for putting together HTML emails as it saves me writing full tables out in code.

Could prove useful. Thanks
 
Back
Top Bottom