Page 1 of 1

RC5: New Web templates

Posted: Tue Jun 07, 2005 3:44 pm
by ckv
I love those new Web templates. Who made them by the way?

But the Simle(_COLOR_) templates css files isn't valid.
There was typo in css font atribute 'Veranda0' I think that, such font don't exist. :wink: and font family should have points between font names.

All how know css could you confirm.

Edit:
Also in all Simple(_CPLOR_) template 'page.html' files are missing one '<tr>

Code: Select all

	</tr>
		<td class="desc">#PIC_TEXT#</td>
	</tr>

------------------------------- Should be -----------------------------

	</tr>
	<tr>
		<td class="desc">#PIC_TEXT#</td>
	</tr>



and all html files are missing character encoding

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

------------------------------------- or --------------------------------------

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Maybe some HTML pro should which encoding should be used. (iso-8859-1 is probably must, in deutsch templates)

In the css files the font family should be like this.

Code: Select all

	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
------------------------------------------------------------------------------


I don't know what the author of these templates think about this, but I fixed all the bugs above and I also converted 'header.jpg' files to png format (over three times smaller file size)

Patched web templates: download

XnView 1.80 <x>

Re: RC5: New Web templates

Posted: Tue Jun 07, 2005 6:55 pm
by xnview
ckv wrote:I love those new Web templates. Who made them by the way?

But the Simle(_COLOR_) templates css files isn't valid.
There was typo in css font atribute 'Veranda0' I think that, such font don't exist. :wink: and font family should have points between font names.

All how know css could you confirm.

Edit:
Also in all Simple(_CPLOR_) template 'page.html' files are missing one '<tr>

Code: Select all

	</tr>
		<td class="desc">#PIC_TEXT#</td>
	</tr>

------------------------------- Should be -----------------------------

	</tr>
	<tr>
		<td class="desc">#PIC_TEXT#</td>
	</tr>



and all html files are missing character encoding

Code: Select all

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

------------------------------------- or --------------------------------------

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Maybe some HTML pro should which encoding should be used. (iso-8859-1 is probably must, in deutsch templates)

In the css files the font family should be like this.

Code: Select all

	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
------------------------------------------------------------------------------


I don't know what the author of these templates think about this, but I fixed all the bugs above and I also converted 'header.jpg' files to png format (over three times smaller file size)

Patched web templates: download
Ok, thank you very much