Anyone with experience of dreamweaver?

Soldato
Joined
15 Feb 2003
Posts
10,173
Location
Europe
Does anyone have any experience with dreamweaver templates? I have to get a site online later today, but in updating the templates, removing the /> from the meta tags (since the DTD is transitional) the templates now do not work correctly.

Unfortunately I am a copywriter not a web developer, and while I can code a strict html site, I’ve no experience of dreamweaver but have been left to sort this out.

The site can be found at www.presspointproofing.co.uk/presspoint
 
thanks for the offer, i'm at work though, no msn here.

i've got the templates all stored in a templates folder on the site and when I open the pages in dreamweaver they work, but not when viewed online or previewed.
 
The standard top part of the page is:

PHP:
<%@ page contentType="text/html; charset=UTF-8" language="java" import="java.sql.*" errorPage="" %>
<!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">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

That's what I usually have at the top of my templates
 
Back
Top Bottom