PDA

View Full Version : Template (need crits)


parella
01-06-2006, 05:37 PM
I have been working on this template for my site for a while and Id like to hear some critics or ideas, especially for the archive page...

http://photoblog.parella.com

I have checked the look in safari and in firefox but i dont have a pc to check it in explorer, Id like to hear if somebody has problems or malfunctions there... (the html and css vatidation is ok)

I am using this experience also as a way to learn some html and css, I made the template from 0 but using the templates that come with the program as a guide...

(Also trying to understand what every line of html means..., Ive found tis script on almost every template I see:
<script language='javascript' type='text/javascript'>
function flip(rid)
{
current=(document.getElementById(rid).style.displa y == 'none') ? 'block' : 'none';
document.getElementById(rid).style.display = current;
}
I think i dont nned it in my template but i dont know...what is it for?)

Joe[y]
01-06-2006, 07:07 PM
flip is for flip down comments.

umm... nicely made template. i love the archive page - especially the page number selection. however, i dojn't like how you listed dates and categories... i think a select box would save some valuable space!