Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > I need an HTML editor

Reply
Thread Tools

I need an HTML editor

 
 
Zildjian232@gmail.com
Guest
Posts: n/a
 
      05-23-2007
Hi,

I need an HTML editor, preferably with WYSIWIG editing that will allow
me to make changes to a template, and have whatever changes I make to
the template roll through all the pages on the hard drive. (Or the
pages I want, anyway.)

For example, if I want to change the links at the top of my home page,
I shouldn't have to go through all of the pages and change the links
at the top of every one.

I'm aware of "server side includes", but I can't find anything that
will "include" changes to the files on my local computer.

Any recommendations to an HTML editor would be appreciated!

Other needs: if possible, I'd like to keep the cost down to under a
couple hundred, I'm reasonably familiar with HTML, just OK with CSS,
but I really just want to put up a simple website without having to go
through a big learning curve.

Thanks!

Mike

 
Reply With Quote
 
 
 
 
Adrienne Boswell
Guest
Posts: n/a
 
      05-23-2007
Gazing into my crystal ball I observed writing in
news: oups.com:

> Hi,
>
> I need an HTML editor, preferably with WYSIWIG editing that will allow
> me to make changes to a template, and have whatever changes I make to
> the template roll through all the pages on the hard drive. (Or the
> pages I want, anyway.)


CSS + SSI

>
> For example, if I want to change the links at the top of my home page,
> I shouldn't have to go through all of the pages and change the links
> at the top of every one.


CSS + SSI

>
> I'm aware of "server side includes", but I can't find anything that
> will "include" changes to the files on my local computer.


SSI is still your friend. Install a scripting language on your system,
like PHP, and install a web server on your system as well. The include
for PHP is really simple:
<? php include file = "file_to_include.php" ?>

>
> Any recommendations to an HTML editor would be appreciated!


I suggest a plain text editor, especially if you are doing anything
server side, like includes. Plain text editors also usually don't mess
with your markup the way that WYSIWYMGs do.

>
> Other needs: if possible, I'd like to keep the cost down to under a
> couple hundred, I'm reasonably familiar with HTML, just OK with CSS,
> but I really just want to put up a simple website without having to go
> through a big learning curve.


There are plenty of free editors out there. I like HTML-Kit
<http://www.chami.com/html-kit> plus TopStyle for CSS
<http://www.bradsoft.com/top-style/>. There is a free version that
integrates with HTML-Kit, and a lot of other editors as well.

>
> Thanks!
>


You're welcome. HTH.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need a very easy to use WYSIWYG editor, not a full-featured editor. I. Myself HTML 39 05-31-2006 03:20 PM
Cinema.Craft.Encoder.SP.v2.70.01.05, Magic.Bullet.Editor.v.1.01.for.Avid.Xpress.Pro, Magic.Bullet.Editor.v.1.01.for.Premiere.Pro, Magic.Bullet.Editor.v.1.01.for.Sony.Vegas, Avid.Xpress.Pro.HD.v5.0 1CD, Sony.Vegas.v5.0d, ola DVD Video 0 01-14-2005 10:53 AM
To change the default font of HTML editor kit without altering the edited HTML Daniel Polansky Java 0 10-11-2004 05:16 PM
ANN: New low-cost XML Editor, XSLT Editor, XSLT Debugger, DTD/Schema Editor Stylus Studio Java 0 08-03-2004 03:53 PM
XML Editor WYSIWYG Word processor-like validating XML Editor ?! Hatem KNANI XML 2 08-04-2003 03:22 PM



Advertisments