<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>News Blogger Template with Ads</title>
<b:skin><![CDATA[
/* General Styling */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.header {
background: #333;
color: white;
padding: 10px 20px;
text-align: center;
}
.nav {
display: flex;
justify-content: center;
background: #555;
padding: 10px;
}
.nav a {
color: white;
margin: 0 15px;
text-decoration: none;
}
.nav a:hover {
text-decoration: underline;
}
.content {
padding: 20px;
}
.post {
background: white;
margin-bottom: 20px;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.post h2 {
margin-top: 0;
}
.ad-container {
margin: 20px 0;
text-align: center;
}
.footer {
background: #333;
color: white;
text-align: center;
padding: 10px;
}
]]></b:skin>
</head>
<body>
<!-- Header -->
<div class="header">
<h1>News Blogger with Ads</h1>
</div>
<!-- Navigation -->
<div class="nav">
<a href="#home">Home</a>
<a href="#news">News</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
</div>
<!-- Ad Widget Section -->
<b:section id="ads" class="ad-container" showaddelement="yes">
<b:widget id="AdSense1" type="AdSense" locked="false" title="Top Ad">
<b:includable id="main">
<!-- Insert your AdSense code here -->
</b:includable>
</b:widget>
</b:section>
<!-- Main Content Section -->
<b:section id="main" class="content" showaddelement="yes">
<b:widget id="Blog1" type="Blog" locked="false" title="Main Blog">
<b:includable id="main">
<b:postbody />
</b:includable>
</b:widget>
</b:section>
<!-- Footer -->
<div class="footer">
<p>© 2024 NewsToday with Ads. All rights reserved.</p>
</div>
</body>
</html>
No comments:
Post a Comment