LohnC,
You have a great deal of artistic talent and skill. Your website looks very nice and the images in the gallery are outstanding. I can only dream of modeling the way you do.
While reading through this thread, Fade and Rore’s comments regarding use of tables and learning CSS struck a cord with me. I use XHTML & Cascading Style Sheets (CSS) on a daily basis. I’ve moved completely away from using table based layout and inline presentational markup for designing sites.
I can tell you it makes it easy to change the look and feel of a website once you understand how things work (or don’t work). I think you could master it over time, just as you have mastered 3D. I’ve compiled some links to help you learn to use CSS.
Why CSS?
Why tables for layout is stupid: problems defined, solutions offered
http://www.hotdesign.com/seybold/index.html
http://www.hotdesign.com/seybold/everything.html
- Same presentation, all on one page.
This presentation makes the case for using CSS for page layout.
CSS Tutorials
This is an excellent tutorial for learning CSS. It is written in a way that is easy to understand. One of the best you will find online.
CSS from the Ground Up
This was the first tutorial I completed when I decided to start using CSS for layout.
Westciv’s Hands on CSS Tutorial
http://www.westciv.com/style_master/academy/hands_on_tutorial/index.html
CSS Design
CSS Beauty is a design showcase of sites that show what is possible when using CSS for layout.
CSS Beauty
CSS Zen Garden is “a demonstration of what can be accomplished visually through CSS-based design”. There is a book based on the project.
CSS Zen Garden
http://www.csszengarden.com/
CSS Tips
Dan Cederholm’s explains how to center a fixed width layout with CSS.
Note: This is the cleanest explanation of this technique you will find anywhere.
CSS Centering 101 | Simple Bits
http://www.simplebits.com/notebook/2004/09/08/centering.html
Dan Cederholm’s has written a book. Here is a sample Chapter (PDF) from the book Web Standards Solutions. It Covers CSS layouts. Save the PDF!
http://www.friendsofed.com/books/1590593812/1590593812.pdf
CSS Box Model
A good explanation of and solution to the Box Model Problem (Internet Explorer 5)
The Box Model Problem
http://www.communitymx.com/content/article.cfm?cid=20B41
Other Resources
A List Apart
http://www.alistapart.com/
The Web Standards Project
http://www.webstandards.org/
Digital Web Magazine | Articles by Topic : CSS
http://digital-web.com/topics/css/
Position is Everything
http://www.positioniseverything.net/
HTML Dog’s HTML & CSS Guides
http://www.htmldog.com/guides/
Quirks Mode
http://www.quirksmode.org/
Sizing Up the Browsers | WebMonkey
http://webmonkey.wired.com/webmonkey/99/41/index3a.html
Good luck I hope it helps!