Quote:
Originally Posted by Simon
|
That feature is built into Dreamweaver.
I could easily move all the head css into my external stylesheet. The problem is I don't want dozens of styles with names like ry2106, wu566, rt876 etc.
What seems to be working so far is to just use a few pieces of my old templates pasted into new templates and then I fix the handful of styles from Golive by giving them proper names and moving into the stylesheet.
I'm using div tags to hold my content but using tables to arrange the thumbs. I went with tables for my thumbs because I often drag them around and change their order. Tables make this easy. I put everything in div tags because I like round corners and drop shadows. GoLive used css in the head with random names for tables but Dreamweaver prefers the old table tags. So I've made whole new tables.
I spent sometime last night researching what doc type to use and encoding.
I went with this for my new templates.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Here is a resulting gallery
http://cleoerotica.com/interracial/b...ews/index.html
Except fro a few minor things it validates nicely.