Tyson12302
New Member
- Joined
- Aug 6, 2014
- Messages
- 264
- Reaction score
- 4
I've been trying to change this "Znote AAC" header for ages and i can't. Here is a php code where the code is being loaded. Here is the Default file which is located in the CCS folder. Here's a pic of my background folder. And finally how my website header looks like when all these codes are imported. Please help, who ever gets still solved i will rep them.
PHP:
</head>
<body>
<div id="page">
<div id="logo"
<div id="background"></div>
<div id="content">
<div id="menu_top">
<div class='img'>
<div class="left">
<div id='menu_top_home'>
<a href="index.php">
<div class='fadehover'>
Code:
#logo {
background: url('../images/background/logo.png') no-repeat;
height: 150px;
width: 400px;
margin-left: 30px auto;
}
#body
{
background: #000000 url('../images/background/background.jpg') top center no-repeat;
font-size: 11px;
color: #b7b7b7;
font-family: Verdana;
text-shadow: 1px 1px #000;
padding: 0x;
margin: 0x;
}