hallo... i have problem in styling tables: here is my html codeand my style:PHP Code:<div id="footer">
<ul id="footer_bg">
<div id="left-col">
<?php include 'include.php'; echo " $copyrighted"; ?></p>
</div>
<div id="right-col">
<p><?php include 'include.php'; echo "$icon1", "$icon2", "$icon3", "$icon4", "$icon5", "$icon6";?></p>
</div>
</ul>
</div>Where is the problem?? my webpage footer looks like in the picture:PHP Code:div#footer {
height: 70px;
background: url(images/apacia_dalele.png) repeat-x;
color: blue;
text-align: center;
}
ul#footer_bg {
height: 30px;
width: 1100px;
background: url(images/apacia.png) no-repeat;
list-style: none;
color: blue;
text-align: left;
margin: 0 auto;
padding-top: 40px;
}
ul#footer_bg div#left {
float: left;
width: 246px;
padding-left: 3px;
padding-right: 3px;
padding-top: 40px;
margin-left: 28px;
border: 2px solid #CCCCCC;
}
ul#footer_bg div#right {
float: right;
width: 246px;
padding-left: 3px;
padding-right: 3px;
padding-top: 40px;
margin-left: 28px;
border: 2px solid #CCCCCC;
}
![]()
I want ShareTogether and those icon to put in 2 tables... THANKS A LOT![]()



Reply With Quote
Bookmarks