Witam!
Chciałbym na swoim forum dodać banner w tym miejscu
http://iv.pl/images/sac8dqaeqx3dsl2jt3n6.jpg
Chciałbym zrobić, aby banner był odnośnikiem.
Z góry dziękuję za pomoc.
Nowa ramka?
Re: Nowa ramka?
Chciałbym pomóc ale szklana kula w serwisie.Chciałbym na swoim forum dodać banner w tym miejscu
Na postawie obrazka mogę Ci powiedzieć, że w przypadku oryginalnego "overall_header.html" w miejsce szykajki wklej
Kod: Zaznacz cały
<div id="slogan"><p class="slogan">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p></div>
<div id="image"></div>Kod: Zaznacz cały
#slogan {float: right; width: 300px}
#image {float: right; width: 300px; height: 70px; margin-top: -10px; background: #aa0000; clear: both}
p.slogan {text-align: center}Kod: Zaznacz cały
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<style type="text/css">
* {margin:0;padding:0;}
body {background: #000}
#top {margin: 20px auto; width: 900px; height: 220px; background: #aa0000; border: 1px dashed #fff}
#logo {width: 100%; height: 170px; margin-top: 49px; background: #999; border-top: 1px dashed #fff}
#slogan {float: right; width: 300px; margin: 40px 10px 5px 0}
#image {float: left; width: 300px; height: 70px; margin-left: 590px; background: #aa0000; display: inline}
p {text-align: center}
</style>
</head>
<body>
<div id="top">
<div id="logo">
<div id="slogan"><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p></div>
<div id="image"></div>
</div>
</div>
</body>
</html>
viewtopic.php?f=55&t=9769Chciałbym zrobić, aby banner był odnośnikiem.