Thread: image problem
View Single Post
  #14 (permalink)  
Old Aug 24th, 2007, 14:11
SniperElite SniperElite is offline
Junior Member
Join Date: Aug 2007
Location: austrlia
Age: 17
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Re: image problem

when i take out the font tags the words on the right column go big.

ok i have added all that in and it still didn't center it

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head><title>[KWG]. Kids With Guns</title>

<style type="text/css">
    @import url(all.css);
    
    
    body {
        margin:10px 10px 0 10px;
        padding: 0;
        background-color: #66CCFF;
}
    #header {
        background:#FFF url(nfbanner.gif) no-repeat center top;
        padding-top:140px;
        border:1px solid #E0E0E0;
        border-bottom:0;
        
}
    
    #leftcontent {
        position: absolute;
        left:10px;
        top:189px;
        width:192px;
        background:#E0E0E0;
        border:1px solid #E0E0E0;
        }

    #centercontent {
        background:#E0E0E0;
           margin-left: 199px;
           margin-right:199px;
        border:1px solid #E0E0E0;
    
        voice-family: "\"}\"";
        voice-family: inherit;
           margin-left: 201px;
           margin-right:201px;
        }
    html>body #centercontent {
           margin-left: 201px;
           margin-right:201px;
        }

    #rightcontent {
        position: absolute;
        right:10px;
        top:189px;
        width:192px;
        background:#E0E0E0;
        border:1px solid #E0E0E0;
        }
    
    #banner {
        background:#fff url(nfbanner.gif);
        height:40px;
        border-top:1px solid #000;
        border-right:1px solid #000;
        border-left:1px solid #000;
        voice-family: "\"}\"";
        voice-family: inherit;
        height:39px;
        }
    html>body #banner {
        height:39px;
        }
        
    p,h1,pre {
        margin:0px 10px 10px 10px;
        }
        
    h1 {
        font-size:14px;
        padding-top:10px;
        }
        
    #banner h1 {
        font-size:14px;
        padding:10px 10px 0px 10px;
        margin:0px;
        }
        
    
    #rightcontent p {
        font-size:14px
        }
        
        .imagecenter {
margin: 0 auto;
}
    
</style>


<body>

<div id="header">
 <hr /><a href="#">Home</a> | <a href="#">GuestBook</a> | <a href="#">Blog</a> | <a href="#">Forum</a> | <a href="#">Links</a> | <a href="#">Clan Members</a> | <a href="#">Downloads</a> | <a href="#">Enemies and Allies</a> | <a href="#">Rules</a> | <a href="#">Chat Room</a> |
</div>

<div id="leftcontent">
    <h3>Scrims</h3>
    <p>Scrim Results</p>
    <p>Organize to scrim with [KWG].<p>
</div>

<div id="centercontent">
    <BR>
    <img src="kwg shots.gif" class="imagecenter"/>
    <BR>
    
    
<h3 style="width: 100%; padding-botton: 10px; border-bottom: solid black 1px;" ><font color="#FF9900">Welcome</font></h3>
    
<p> Hey and welcome to [KWG]. nightfire clan site please enjoy the site.
Our clan is new  and we hope to be successful so can all members please follow all rules we have and enjoy being in our clan.
[KWG]. Clan leaders are Jewou and SniperElite so if you have any problems please speak to them :) </p>

<h3 style="width: 100%; padding-botton: 10px; border-bottom: solid black 1px;" ><font color="#FF9900">News</font></h3>

<p> [KWG].Clan is now running try outs to recruit there members.
The try outs will take place in CTF_Romania.
Jewou will be organizing the try outs  so if you would  like  to join [KWG]. Please speak to Jewou in GSA, in game or post in our blog or forum to arrange a time for a try out with him. <p>

</div>
    
    
<div id="rightcontent">
    
    <h3 align="center">GSA</h3>
    <p></p>
    <h3>The Site<h3/>
    <p>This site was created by: [KWG]SniperElite{NC}<p>
    
</div>

</body>
</html>

Last edited by karinne; Aug 24th, 2007 at 14:23. Reason: Again ... Please use [ code ]...[ /code ] tags when displaying code!
Reply With Quote