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?)
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?)