Hi,
This is my first forum
I am building a website: BLOODYGLOVES.com - Fight Predictions: Blog
I put a custom logo in and I am now trying to link the logo to my homepage and everytime I try it stuff the content
Any help will be great:
My current HTML is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>%%TITLE%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="News, opinions, fighter payments and reviews on everything UFC MMA"/>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"></div>
%%MENU%%
</div>
<div id="banner">
<div class="weebly_header">
</div>
</div>
<div id="content">%%CONTENT%%</div>
<div id="footer">%%WEEBLYFOOTER%%</div>
</div>
</body>
</html>
and my CSS for my logo is:
#logo{
float: left;
background: transparent url(BloodyGloves22590.png)no-repeat;
width: 225px;
height: 90px;
}
This is my first forum
I am building a website: BLOODYGLOVES.com - Fight Predictions: Blog
I put a custom logo in and I am now trying to link the logo to my homepage and everytime I try it stuff the content
Any help will be great:
My current HTML is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>%%TITLE%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="News, opinions, fighter payments and reviews on everything UFC MMA"/>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo"></div>
%%MENU%%
</div>
<div id="banner">
<div class="weebly_header">
</div>
</div>
<div id="content">%%CONTENT%%</div>
<div id="footer">%%WEEBLYFOOTER%%</div>
</div>
</body>
</html>
and my CSS for my logo is:
#logo{
float: left;
background: transparent url(BloodyGloves22590.png)no-repeat;
width: 225px;
height: 90px;
}