View Single Post
Old 2013-08-08, 04:02 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by Simon View Post
See if this can be of some help to you...

http://www.cssout.com/
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.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote