|
#1
|
|||
|
|||
|
Template (need crits)
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: Code:
<script language='javascript' type='text/javascript'>
function flip(rid)
{
current=(document.getElementById(rid).style.display == 'none') ? 'block' : 'none';
document.getElementById(rid).style.display = current;
}
Last edited by parella; 01-06-2006 at 06:17 PM. |
|
#2
|
||||
|
||||
|
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!
__________________
Affordable Website Design in North Wales |
| Post Reply |
| Thread Tools | |
|
|