Probleem:
De header van mijn forum is weg.
Wat heb ik gedaan?:
Ik had in de .CSS de link naar de header veranderd van .jpg naar .png en toen opgeslagen. Toen was de header opeens weg daarna had ik de .png teruggezet naar .jpg en nu is de header er nog steeds niet.
Mijn .css bestand:
PHP
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: subsilver2
Based on style: subSilver (the default phpBB 2 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by: psoTFX and the phpBB team ( http://www.phpbb.com )
This is an alternative style for phpBB3 for those wishing to stay with
the familiar subSilver style of phpBB version 2.x
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: #111111;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 6px;
background-image: url("images/back.jpg");
}
a.subforum.read {
background-image: url(".styles/1Game/theme/imageset/subforum_read.png");
background-repeat: no-repeat;
background-position: 0 50%;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}
a.subforum.unread {
background-image: url(".styles/1Game/theme/imageset/subforum_unread.png");
background-repeat: no-repeat;
background-position: 0 50%;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}
#top
{
background-image: url(images/top.jpg);
width: 960px;
height: 203px;
margin: 0 auto;
}
Toon Meer
Wie o wie kan mij helpen?