[kdewebdev-site] Weekend update

Joff ffoj at flashgranny.co.uk
Sun Feb 27 18:21:42 EST 2005


On Sunday 27 February 2005 18:02, Andras Mantia wrote:
> On Saturday 26 February 2005 00:45, Joff wrote:
> > just looking at http://kallery.kdewebdev.org/kdewebdev-test/index.php
> > Not sure if this is just a pre-test site, or if this is what will
> > become the test site, but either way it doesn't validate ;);)
>
> That is only there because I couldn't upload to the main kdewebdev. ;-)
> As soon as the problems are sorted out (and seems that they are) I will
> delete from there. Or keep only for experimental things, but it's NOT
> the real site!

Thought so :)

>  About the validating: I saw a lot of ID related errors. How can those
> be solved?

An ID is a unique reference and should only be used once.
If there is a CSS selector that you feel you need to use more than once, make 
it into a class, not an ID

Just out of interest, you can assign more than one class to an html element:

<div class="class1 class2">

It's one of those things that can be soooo useful (sorry if you, or anyone 
else knew that already, but it's worth saying ;)  )

Joff


More information about the kdewebdev-site mailing list