- 1,198
What website editors are pretty good?
Notepad (well, I use Crimson Editor, but its a similar thing).
If you mean WYSIWYG editors, Dreamweaver is pretty much the standard. It has problems, but itll do the job.
Never bothered with the FTP, but I pretty much rely on Dreamweaver. I'm using version 8 now, and it's still as good as before.
Adobe GoLive CS2 works really well with Creative Suite 2.
So how would i want to edit pages of the site? I would use dreamweaver then upload what i made? Is it just like HTML coping and pasting?
Well i got dreamweaver, i copy and pasted the html in an area on editor on google, and it doesnt look like what i made in Dreamweaver. Is there way its only the html i use? It keeps using the layouts and the colors from google. is there a way to disable the google layouts and colors?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link rel="stylesheet" href="emx_nav_left.css" type="text/css" />
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = allitems;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
}
}
// -->
</script>
</head>
<body onmousemove="closesubnav(event);">
<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="#pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
<div id="masthead">
<h1 id="siteName">Climaclo Clan </h1>
<!-- end globalNav -->
<!-- end masthead -->
<div id="pagecell1">
<!--pagecell1-->
<img alt="" src="tl_curve_white.gif" height="6" width="6" id="tl" /> <img alt="" src="tr_curve_white.gif" height="6" width="6" id="tr" />
<div id="pageName">
<h2>Welcome!</h2>
</div>
<div id="pageNav">
<div id="sectionLinks"> <a href="#">Calapenhon </a> <a href="#">Photos</a></div>
</div>
<div id="content">
<div class="feature">
<h3>Welcome to the Climaclo Clan Website! </h3>
</div>
<div class="story"></div>
</div>
</div>
<!--end pagecell1-->
<br />
<script type="text/javascript">
<!--
var menuitem1 = new menu(7,1,"hidden");
var menuitem2 = new menu(7,2,"hidden");
var menuitem3 = new menu(7,3,"hidden");
var menuitem4 = new menu(7,4,"hidden");
var menuitem5 = new menu(7,5,"hidden");
var menuitem6 = new menu(7,6,"hidden");
var menuitem7 = new menu(7,7,"hidden");
// -->
</script>
</body>
</html>
<link rel="stylesheet" href="emx_nav_left.css" type="text/css" />
<link rel="stylesheet" href="http://www.whereyouuploadedit.com/emx_nav_left.css" type="text/css" />
url(imagename.jpg)
url(http://www.whereyouuploadedit.com/imagename.jpg