A football website for the team in which my son plays, The website is yet a little bit empty, but that comes because the season not yet is begun..
Greetings Ed
http://www.vvnieuwerkerkjeugd.nl/index/ (http://www.vvnieuwerkerkjeugd.nl/index/)
Sorry for the Englisch
Hoi,
Nice site and a nice template.
But it takes a while to load te pictures (fotoalbum). It's not a WB picturegallery but from http://gallery.menalto.com/ (http://gallery.menalto.com/). Or maybe my PC had a weak moment :-D
Groetjes,
Luc
Hi,
very nice site, but I think more than 400kb for one ofe the header-pngs is really much too big. That´s why the site is loading very slow.
hth
Uwe
Thanks Luc and Uwe,
Yes the PNG files are heavy, but i need the transparency so is there a way to make the PNG files smaller??
And Luc, yes the picture album is Gallery, but is not so heavy, maybe the in inline wrapper gives that problem.
Thanks for the comment guys
ok hele stomme vraag misschien maar hoe heb jij de smilies in het gastenboek zo netjes uitgelijnd gekregen?
als je kijkt op www.gerdine-hoeve.nl/gh en vervolgens naar Gastenboek gaat zie je dat er behoorlijk wat ruimte en een kadertje om de smilie zit, de regel die er direct onder hoort lijkt wel alsof er een enter tussenzit..
thnx!
Je hebt deze css voor afbeeldingen: (You are using this css for images)
.main img {
border:1px solid #969696;
clear:both;
margin:3px 10px 7px 0;
padding:1px;
}
Die zet er een border omheen en een margin en een padding. (It puts a border around them including a margin and padding)
De oplossing: (the solution)
Zet de onderstaande code in je css erbij. (Add the code below to your css)
table.gbentry img {
border:0px ;
margin:0;
padding:0;
}
Ruud (Ruud)
:roll: Bedankt voor het snelle antwoord Ruud.... :lol: