Activity Stream
48,167 MEMBERS
6856 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 9 of 9
  1.     
    #1
    Member

    Default {Wordpress} Post Title Messing With Sidebar

    Hi
    I am using Wordpress
    My Problem is that my post titles are mixing up with my sidebar

    For More Detail Check This Screenshot :


    How To Fix This ??
    Matrix4u Reviewed by Matrix4u on . {Wordpress} Post Title Messing With Sidebar Hi I am using Wordpress My Problem is that my post titles are mixing up with my sidebar For More Detail Check This Screenshot : http://static.img4tw.com/i/1da3059d.jpeg How To Fix This ?? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Just Another Coder
    Well probably, in css u can edit the post title size buddy! If u cannot understand how to do that i wiud suggest u to go to

    Code: 
    http://codex.wordpress.org/Designing_Headings

  4.     
    #3
    Member
    Website's:
    artbrasukas.org sofilmesgratis.info
    Just decrease the font size in styles.css
    Dont you trust me? Np I also dont trust you !!! HAHAHA

  5.     
    #4
    Member
    Website's:
    freedom2blog.com wrz4all.com
    Remove "." in title

    el_jentel1 <3 | WGTools.Com | dedicated fan of jayfella

  6.     
    #5
    Member
    Yeah "." is the main problem //// But i am using Auto Poster
    So Is There any other solution except changing the font ??

  7.     
    #6
    Member
    Here in The CSS :


    PHP Code: 
    body {
        
    font-familyArialHelvetica;
        
    font-size70%;
        
    color#000000;
        
    margin0px;
        
    padding0px;
        
    background#FFFFFF url(images/body.gif) repeat-x top;
    }
    .
    left-option {
        
    floatleft;
    }
    .
    right-option {
        
    floatright;
    }
    .
    download {
        
    background#eaeed2 url(images/post-style/download.gif) no-repeat left 1px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #DAE1B0;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    warning {
        
    background#d5c3c3 url(images/post-style/warning.gif) no-repeat left 1px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #C5ABAB;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    note {
        
    background#f4f3f3 url(images/post-style/note.gif) no-repeat left 1px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #eeeeee;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    alert {
        
    background#FFE5BF url(images/post-style/alert.gif) no-repeat 5px 8px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #FFCB7D;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    info {
        
    background#BFE5FF url(images/post-style/info.gif) no-repeat 5px 8px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #66C1FF;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    click {
        
    background#d9e7f0 url(images/post-style/click.gif) no-repeat left 1px;
        
    padding12px 3px 12px 40px;
        
    clearboth;
        
    width70%;
        
    margin-top5px;
        
    margin-bottom5px;
        
    border1px solid #B1CDE0;
        
    font-size12px;
        
    line-height17px;
        
    color#272727;
        
    font-weight500;
    }
    .
    pullquote-left {
        
    fontnormal 24px/30px "Times New Roman"GeorgiaTahoma"Trajan Pro";
        
    color#000000;
        
    margin10px 12px 5px 5px;
        
    padding12px 5px;
        
    floatleft;
        
    width30%;
        
    text-alignleft;
        
    border-top1px solid #CCCCCC;
        
    border-bottom1px solid #CCCCCC;
    }
    .
    pullquote-right {
        
    fontnormal 24px/30px "Times New Roman"GeorgiaTahoma"Trajan Pro";
        
    color#000000;
        
    margin10px 5px 0px 12px;
        
    padding12px 5px;
        
    floatright;
        
    width30%;
        
    text-alignright;
        
    border-top1px solid #CCCCCC;
        
    border-bottom1px solid #CCCCCC;
    }



    /* caption */


    .caption-img-left {
        
    displayblock;
        
    margin10px 15px 5px 5px;
        
    padding5px;
        
    floatleft;
        
    background#F3F3F3;
        
    width40%;
        
    border1px solid #EFEFEF;
    }
    .
    caption-img-left p {
        
    font-size1em;
        
    color#666666;
        
    padding0px;
        
    clearboth;
        
    displayblock;
        
    margin0px;
        
    widthauto;
    }

    .
    caption-img-left em {
        
    font-size11px;
        
    color#333333;
        
    margin0px;
        
    padding0px;
        
    clearboth;
        
    font-styleitalic;
        
    font-familyArialTahoma"Lucida Sans";
        
    line-height18px;
        
    text-decorationnone;
        
    displayblock;
        
    visibilityinherit;
        
    width100%;
    }
    .
    caption-img-right em {
        
    font-size11px;
        
    color#333333;
        
    margin0px;
        
    padding0px;
        
    clearboth;
        
    font-styleitalic;
        
    font-familyArialTahoma"Lucida Sans";
        
    line-height18px;
        
    text-decorationnone;
        
    displayblock;
        
    visibilityinherit;
        
    width100%;
    }

    .
    caption-img-right {
        
    displayblock;
        
    margin10px 5px 5px 15px;
        
    padding5px;
        
    floatright;
        
    background#F3F3F3;
        
    width40%;
        
    border1px solid #EFEFEF;
    }
    .
    caption-img-right p {
        
    font-size1em;
        
    color#666666;
        
    margin0px;
        
    padding0px;
        
    clearboth;
        
    widthauto;
    }

    .
    caption-img-right img {
        
    clearboth;
        
    margin0px;
        
    padding0px;
        
    displayblock;
        
    width100%;
    }
    .
    caption-img-left img {
        
    clearboth;
        
    margin0px;
        
    padding0px;
        
    displayblock;
        
    width100%;
    }


    /* caption end */ 





    .post-navigator .alignleft {
        
    floatleft;
        
    width98%;
        
    margin-bottom5px;
        
    displayblock;
        
    positionrelative;
    }
    .
    post-navigator .alignright {
        
    floatright;
        
    width98%;
        
    displayblock;
        
    positionrelative;
    }

    pre {
        
    overflowscroll;
        
    padding5px;
        
    displayblock;
        
    border3px solid #CCCCCC;
        
    font-family"Courier New"Couriermonospace;
        
    font-size12px;
        
    color#333333;
        
    background#FFFFFF;
        
    margin8px 0px;
        
    clearboth;
        
    width90%;
        
    height60px;
    }

    dl {
        
    padding-left10px;
        
    font-size1.1em;
        
    margin-top8px;
        
    margin-bottom8px;
        
    font-familyArialHelveticasans-serif;

    }

    dt {
    margin-bottom5px;
    margin-top0px;
    font-weight400;
    font-familyArialHelveticasans-serif;
    font-size1.1em;
    }

    dd {
    font-styleitalic;
    margin-bottom8px;
    margin-left0px;
    font-familyArialHelveticasans-serif;
    font-size1.1em;

    }

    .
    post-meta blockquote {
        
    clearboth;
        
    margin10px 30px 10px 15px;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    font-size14px;
        
    color#000000;
        
    font-weightbold;
        
    padding5px;
        
    line-height24px;
        
    border-left5px solid #000000;
    }

    .
    comment-box blockquote {
        
    clearboth;
        
    margin10px 30px 10px 15px;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    font-size14px;
        
    color#F9F9F9;
        
    font-weightbold;
        
    padding5px;
        
    line-height24px;
        
    border-left5px solid #FFFFFF;
    }
    .
    comment-box blockquote blockquote {
        
    clearboth;
        
    margin10px 30px 10px 15px;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    font-size12px;
        
    color#F9F9F9;
        
    font-weightbold;
        
    padding5px;
        
    line-height24px;
        
    border-left5px solid #FFFFFF;
    }
    .
    comment-box-alt blockquote {
        
    clearboth;
        
    margin10px 30px 10px 15px;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    font-size14px;
        
    color#333333;
        
    font-weightbold;
        
    padding5px;
        
    line-height18px;
        
    border-left5px solid #333333;
    }
    .
    comment-box-alt blockquote blockquote {
        
    clearboth;
        
    margin10px 30px 10px 15px;
        
    font-family"Trebuchet MS"ArialVerdanaHelveticasans-serif;
        
    font-size12px;
        
    color#333333;
        
    font-weightbold;
        
    padding5px;
        
    line-height18px;
        
    border-left5px solid #333333;
    }

    code {
        
    font-family"Courier New"Couriermonospace;
        
    font-size12px;
        
    color#333333;
    }

    .
    alignleft {
        
    text-alignleft;
        
    floatleft;
    }
    .
    alignright {
        
    text-alignright;
        
    floatright;
    }
    .
    center {
        
    text-aligncenter;
        
    margin0px auto;
        
    clearboth;
    }
    img.alignleft {
        
    padding4px;
        
    floatleft;
        
    margin-right10px;
        
    margin-top10px;
    }
    img.alignright {
        
    padding4px;
        
    floatright;
        
    margin-top10px;
        
    margin-left10px;
    }
    img.center {
        
    padding4px;
        
    displayblock;
        
    margin5px auto;
        
    clearboth;
    }
    h1h2h3h4h5h6 {
        
    font-family"Trebuchet MS""Times New Roman"Tahoma;
        
    text-transformcapitalize;
        
    letter-spacing: -1px;
    }

    #wrapper {
        
    width900px;
        
    margin-rightauto;
        
    margin-leftauto;
    }
    #header {
        
    floatleft;
        
    width900px;
        
    padding-top6px;
        
    positionrelative;
    }
    #header img {
        
    border-width0px;
    }
    .
    header-left {
        
    floatleft;
        
    width390px;
        
    padding-top10px;
        
    padding-bottom20px;
    }
    .
    header-left h1 {
        
    font-size25px;
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width390px;
        
    color#000000;
        
    line-height30px;
    }
    .
    header-left h1 a {
        
    color#000000;
        
    text-decorationnone;
    }
    .
    header-left h1 a:hover {
        
    color#990000;
        
    text-decorationnone;
    }
    .
    header-left p {
        
    font-size15px;
        
    font-weightbold;
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width390px;
        
    line-height18px;
        
    color#333333;
    }

    .
    header-right {
        
    floatright;
        
    width500px;
    }
    #navigator {
        
    backgroundurl(images/navigator.gifno-repeat center center;
        
    floatleft;
        
    width880px;
        
    padding-right10px;
        
    padding-left10px;
        
    margin-top12px;
        
    margin-bottom8px;
        
    height32px;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
    }
    #navigator ul {
        
    floatleft;
        
    margin0px;
        
    padding0px;
        list-
    style-typenone;
    }
    #navigator ul ul {
        
    margin0px;
        
    padding0px;
        
    floatleft;
    }
    #navigator ul ul ul{
        
    margin0px;
        
    padding0px;
        
    floatleft;
    }
    #navigator ul li {
        
    floatleft;
        
    font-size14px;
        
    color#FFFFFF;
        
    displayinline;
        
    font-weightbold;
        
    margin0px;
        
    padding0px;
    }

    #navigator ul ul li {
        
    padding0px;
        
    floatleft;
        
    font-size14px;
        
    color#FFFFFF;
        
    displayinline;
    }
    #navigator ul ul ul li {
        
    padding0px;
        
    floatleft;
        
    font-size14px;
        
    color#FFFFFF;
        
    displayinline;
    }
    #navigator li a {
        
    text-aligncenter;
        
    padding-right12px;
        
    padding-left12px;
        
    color#FFFFFF;
        
    text-decorationnone;
        
    text-transformcapitalize;
        
    displayblock;
        
    margin0px;
        
    height32px;
        
    line-height32px;
        
    floatleft;
    }
    #navigator li a:hover {
        
    color#FFFFFF;
        
    text-decorationnone;
        
    text-transformcapitalize;
        
    padding-right12px;
        
    padding-left12px;
        
    background#292929 url(images/navs.gif) center center;
        
    text-aligncenter;
        
    displayblock;
        
    margin0px;
        
    line-height32px;
        
    height32px;
        
    floatleft;
    }
    #ads-vertical {
        
    margin0px;
        
    padding5px 0px;
        
    floatleft;
        
    width900px;
        
    text-aligncenter;
    }

    #content {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width900px;
        
    positionrelative;
    }
    #product-blog {
        
    width615px;
        
    positionrelative;
        
    padding-top1em;
        
    border-right1px solid #eeeeee;
        
    padding-bottom3em;
        
    floatleft;
    }
    #product-blog-home {
        
    floatleft;
        
    width900px;
        
    positionrelative;
    }
    #frontpage-blog {
        
    floatleft;
        
    width620px;
        
    positionrelative;
        
    padding-top0.7em;
    }
    #frontpage-sidebar {
        
    floatright;
        
    width277px;
        
    positionrelative;
        
    padding-top1em;
    }

    #product-blog h2 {
        
    floatleft;
        
    width600px;
        
    font-size18px;
        
    line-height23px;
        
    color#000000;
        
    margin8px 0px;
        
    padding0px;
        
    letter-spacing: -1px;
    }

    #product-sidebar {
        
    width277px;
        
    positionrelative;
        
    padding-top1em;
        
    floatright;
    }
    #product-sidebar-home {
        
    floatleft;
        
    width900px;
        
    positionrelative;
        
    padding-top1em;
    }
    .
    product-item {
        
    backgroundurl(images/products.gifno-repeat;
        
    displayblock;
        
    floatleft;
        
    height181px;
        
    width179px;
        
    margin-right7px;
        
    margin-bottom5px;
        
    padding10px;
    }
    .
    product-item a {
        
    color#A80000;
        
    text-decorationunderline;
    }
    .
    product-item a:hover {
        
    color#CC0000;
        
    text-decorationnone;
    }


    .
    product-item p {
    }
    .
    p-items {
        
    floatleft;
        
    width179px;
        
    margin0px 0px 3px;
        
    padding0px;
    }
    .
    wrap-item {
        
    floatleft;
        
    width179px;
    }

    .
    p-feedback {
        
    floatleft;
        
    margin0px;
        
    padding0px 10px 0px 17px;
        
    backgroundurl(images/comment.gifno-repeat left 1px;
        
    displayblock;
    }
    .
    p-readmore {
        
    floatleft;
        
    width76px;
        
    margin0px;
        
    padding0px 0px 0px 14px;
        
    backgroundurl(images/feed.gifno-repeat left 2px;
        
    displayblock;
    }
    .
    product-item img {
        
    clearboth;
        
    width125px;
        
    height125px;
        
    border-width0px;
        
    margin-bottom3px;
    }

    #box1 {
        
    margin-right32px;
    }
    #box2 {
        
    margin-right34px;
    }
    #box3 {
    }

    .
    post-meta {
        
    floatleft;
        
    width610px;
        
    padding-bottom25px;
    }
    .
    post-meta h1 {
        
    font-size32px;
        
    line-height38px;
        
    color#000000;
        
    margin0px;
        
    padding0px;
        
    floatleft;
    }
    .
    post-meta h1 a {
        
    color#A21300;
        
    text-decorationnone;
    }
    .
    post-meta h1 a:hover {
        
    color#000000;
        
    text-decorationnone;
    }
    .
    post-static {
        
    font-size13px;
        
    line-height19px;
        
    margin0px;
        
    padding0px 0px 2px;
        
    floatleft;
        
    width610px;
        
    border-bottom1px solid #efefef;
    }
    .
    post-static {
        
    color#990000;
        
    text-decorationnone;
        
    font-weightbold;
    }
    .
    post-static a:hover {
        
    color#333333;
        
    text-decorationunderline;
        
    font-weightbold;
    }
    .
    post-content img {
        
    border-width0px;
        
    margin-right10px;
    }
    .
    post-ads {
        
    floatleft;
        
    width600px;
        
    font-size13px;
        
    line-height22px;
        
    overflowhidden;
        
    padding0px;
    }
    .
    post-content {
        
    floatleft;
        
    width600px;
        
    padding-top14px;
        
    padding-bottom20px;
        
    font-size12px;
        
    line-height20px;
        
    padding-right10px;
        
    overflowhidden;
    }
    .
    post-content ul ul {
        
    margin0px;
        
    padding0px;
    }
    .
    post-content h1 {
        
    margin0px 0px 5px;
        
    padding0px 0px 3px;
        
    font-size17px;
        
    font-weightbold;
        
    line-height20px;
        
    color#000000;
    }
    .
    post-content h2 {
        
    margin0px 0px 5px;
        
    padding0px 0px 3px;
        
    font-size17px;
        
    font-weightbold;
        
    line-height20px;
        
    color#000000;
    }
    .
    post-content h3 {
        
    margin0px 0px 5px;
        
    padding0px 0px 3px;
        
    font-size17px;
        
    font-weightbold;
        
    line-height20px;
        
    color#000000;
    }
    .
    post-content h4 {
        
    margin0px 0px 5px;
        
    padding0px;
        
    font-size18px;
        
    font-weightbold;
        
    line-height24px;
    }
    .
    post-content h5 {
        
    margin0px 0px 5px;
        
    padding0px;
        
    font-size16px;
        
    font-weightbold;
        
    line-height19px;
    }
    .
    post-content h6 {
        
    margin0px 0px 5px;
        
    padding0px;
        
    font-size14px;
        
    font-weightbold;
        
    line-height18px;
    }


    .
    post-content a {
        
    color#063E6A;
        
    text-decorationunderline;
        
    font-weightbold;
    }
    .
    post-content a:hover {
        
    color#004993;
        
    text-decorationnone;
        
    font-weightbold;
    }
    .
    post-cat {
        
    padding3px;
        
    floatleft;
        
    width600px;
        
    font-size13px;
        
    line-height18px;
        
    color#000000;
        
    font-weightbold;
    }
    .
    post-cat a {
        
    text-decorationnone;
        
    color#990000;
        
    font-weightnormal;
    }

    .
    post-cat a:hover {
        
    text-decorationunderline;
        
    color#003366;
        
    font-weightnormal;
    }
    .
    comm-count {
        
    floatleft;
        
    width580px;
        
    padding-left18px;
        
    backgroundurl(images/comment.gifno-repeat left center;
    }
    .
    cat {
        
    floatleft;
        
    width600px;
        
    padding0px;
    }

    .
    social {
        
    floatleft;
        
    width595px;
        
    font-size13px;
        
    line-height30px;
        
    text-transformcapitalize;
        
    background#EFEFEF;
        
    height30px;
        
    border1px solid #dedede;
        
    margin-top10px;
    }

    .
    social a {
        
    color#666666;
        
    text-decorationnone;
        
    padding-right12px;
        
    padding-left12px;
        
    border-right1px solid #D6D6D6;
    }
    .
    social a:hover {
        
    color#000000;
        
    text-decorationunderline;
        
    padding-right12px;
        
    padding-left12px;
        
    border-right1px solid #D6D6D6;
    }
    .
    clear-fix {
        
    floatleft;
        
    height25px;
        
    width610px;
    }




    #post-navigator {
        
    color#000000;
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width580px;
    }
    #post-navigator-single {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width580px;
        
    font-size13px;
        
    line-height20px;
    }
    .
    wp-pagenavi {
        
    floatleft;
        
    width580px;
        
    padding-top8px;
        
    padding-bottom8px;
        
    font-size12px;
    }
    .
    pages {
        
    font-size11px;
        
    color#000000;
        
    background#f8f8f8;
        
    padding2px 5px;
        
    border1px solid #dddddd;
        
    margin-right5px;
        
    font-weightbold;
    }
    .
    current {
        
    background#FFFFFF;
        
    padding2px 4px;
        
    border1px solid #CCCCCC;
        
    margin-left4px;
        
    color#000000;
    }

    #post-navigator a {
        
    color#FFFFFF;
        
    background#000000;
        
    padding2px 4px;
        
    margin0px 0px 0px 3px;
        
    text-decorationnone;
        
    border1px solid #666666;
    }
    #post-navigator a:hover {
        
    color#000000;
        
    background#EEEEEE;
        
    padding2px 4px;
        
    margin0px 0px 0px 3px;
        
    text-decorationnone;
        
    border1px solid #CCCCCC;
    }
    #post-navigator-single .alignleft {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width45%;
        
    overflowhidden;
        
    height20px;
    }
    #post-navigator-single .alignright {
        
    margin0px;
        
    padding0px;
        
    floatright;
        
    width45%;
        
    overflowhidden;
        
    height20px;
    }
    #post-navigator-single a {
        
    color#000000;
        
    padding5px 8px;
        
    margin0px 0px 0px 3px;
        
    text-decorationunderline;
        
    font-weightbold;
    }
    #post-navigator-single a:hover {
        
    color#003366;
        
    padding5px 8px;
        
    margin0px 0px 0px 3px;
        
    text-decorationnone;
        
    font-weightbold;
    }






    #comment-template {
        
    margin0px;
        
    padding0px 0px 10px;
        
    floatleft;
        
    width610px;
    }
    #comment-template h4 {
        
    font-size17px;
        
    color#FFFFFF;
        
    margin20px 0px;
        
    padding5px 12px;
        
    floatleft;
        
    line-height24px;
        
    displayinline;
        
    background#333333;
        
    border1px solid #000000;
    }
    #comment-template h5 {
        
    font-size17px;
        
    color#FFFFFF;
        
    margin20px 0px;
        
    padding5px 12px;
        
    floatleft;
        
    line-height24px;
        
    displayinline;
        
    background#990000;
        
    border1px solid #990033;
    }
    #comment-template h5 a {
        
    color#FFFFFF;
        
    text-decorationnone;
    }
    #comment-template h5 a:hover {
        
    color#FFFFFF;
        
    text-decorationunderline;
    }
    #comment-template h6 {
        
    font-size17px;
        
    color#FFFFFF;
        
    margin20px 0px;
        
    padding5px 12px;
        
    floatleft;
        
    line-height24px;
        
    displayinline;
        
    background#990000;
        
    border1px solid #990033;
    }


    .
    comment-box {
        
    floatleft;
        
    width548px;
        
    color#FFFFFF;
    }
    .
    comment-box a {
        
    color#CCCCCC;
        
    text-decorationunderline;
    }
    .
    comment-box a:hover {
        
    color#EEEEEE;
        
    text-decorationnone;
    }

    .
    top-cb {
        
    backgroundurl(images/top.gifno-repeat bottom;
        
    floatleft;
        
    height13px;
        
    width548px;
    }
    .
    center-cb {
        
    backgroundurl(images/center.gifrepeat-y;
        
    floatleft;
        
    width518px;
        
    padding-right15px;
        
    padding-left15px;
        
    font-size12px;
        
    line-height17px;
    }
    .
    author {
        
    font-size17px;
        
    floatleft;
        
    width518px;
        
    line-height17px;
        
    font-family"Trebuchet MS"Verdanasans-serif"Courier New";
        
    font-weightbold;
    }
    .
    date {
        
    floatleft;
        
    width518px;
        
    font-size12px;
    }
    .
    text {
        
    floatleft;
        
    width518px;
        
    padding-top5px;
        
    padding-bottom10px;
        
    font-size13px;
        
    line-height20px;
    }

    .
    bottom-cb {
        
    backgroundurl(images/bottom.gifno-repeat top;
        
    floatleft;
        
    width548px;
        
    height36px;
        
    margin-bottom5px;
    }


    .
    comment-box-alt {
        
    floatleft;
        
    width548px;
        
    color#121212;
    }
    .
    comment-box-alt a {
        
    color#A02C1C;
        
    text-decorationunderline;
    }
    .
    comment-box-alt a:hover {
        
    color#333333;
        
    text-decorationunderline;
    }

    .
    top-cb-alt {
        
    backgroundurl(images/top-alt.gifno-repeat bottom;
        
    floatleft;
        
    height13px;
        
    width548px;
    }
    .
    center-cb-alt {
        
    backgroundurl(images/center-alt.gifrepeat-y;
        
    floatleft;
        
    width518px;
        
    padding-right15px;
        
    padding-left15px;
        
    font-size12px;
        
    line-height17px;
    }

    .
    bottom-cb-alt {
        
    backgroundurl(images/bottom-alt.gifno-repeat top;
        
    floatleft;
        
    width548px;
        
    height36px;
        
    margin-bottom5px;
    }
    .
    ping {
        
    padding3px;
        
    floatleft;
        
    width550px;
        
    border1px solid #CCCCCC;
        
    background#F9F9F9;
        
    font-size13px;
        
    line-height21px;
        
    color#121212;
        
    margin-bottom3px;
    }
    .
    ping-alt {
        
    padding3px;
        
    floatleft;
        
    width550px;
        
    border1px solid #F7f7f7;
        
    background#FFFFFF;
        
    font-size13px;
        
    line-height21px;
        
    color#121212;
        
    margin-bottom3px;
    }
    .
    ping a {
        
    color#990000;
        
    text-decorationnone;
    }
    .
    ping-alt a {
        
    color#990000;
        
    text-decorationnone;
    }
    #comment-form {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width610px;
    }
    #comment-form p {
        
    margin-bottom10px;
        
    margin-top0px;
        
    font-size14px;
        
    color#000000;
        
    font-family"Trebuchet MS"Verdanasans-serif"Courier New";
        
    font-weightbold;
    }
    #comment-form label {
        
    font-size15px;
        
    color#000000;
        
    font-weightbold;
        
    font-family"Trebuchet MS"ArialVerdanaHelveticasans-serif;
        
    line-height18px;
        
    margin0px;
        
    padding0px;
    }

    .
    sb-box {
        
    width300px;
        
    padding7px;
        
    border1px solid #CCCCCC;
        
    font-size13px;
        
    color#000000;
    }
    #comment-form .sbb {
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    font-size14px;
        
    font-weightbold;
        
    color#000000;
        
    margin0px;
        
    padding5px 12px;
    }
    #comment-form #policy {
        
    font-size13px;
        
    color#666666;
        
    margin-top12px;
        
    margin-bottom0px;
        
    font-familyArialTahoma"Lucida Sans";
        
    line-height20px;
        
    font-weightnormal;
    }

    .
    com-{
        
    width520px;
        
    padding10px;
        
    height300px;
        
    font-size13px;
        
    line-height18px;
        
    color#000000;
        
    margin-top5px;
        
    border1px solid #CCCCCC;
    }
    .
    sidebar-box {
        
    floatleft;
        
    width277px;
        
    backgroundurl(images/bottom-sidebar.gifno-repeat bottom;
        
    padding-bottom25px;
        
    color#222222;
        
    margin-bottom10px;
    }
    .
    sidebar-box select {
        
    margin0px;
        
    padding4px;
        
    width210px;
        
    border1px solid #dedede;
        
    font-size13px;
        
    color#000000;
        
    background#FFFFFF;
        
    font-family"Trebuchet MS"Tahoma"VAGRounded BT"Verdana;
        
    line-height120%;
        
    font-weightbold;
    }
    .
    sidebar-box table {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width97%;
    }


    .
    sidebar-box h3 {
        
    font-size17px;
        
    line-height28px;
        
    color#FFFFFF;
        
    backgroundurl(images/main-sidebar.gifno-repeat bottom;
        
    margin0px;
        
    floatleft;
        
    height34px;
        
    width237px;
        
    padding-left40px;
        
    font-family"Trebuchet MS"Verdanasans-serif"Courier New";
    }
    .
    box {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding10px 20px;
        
    floatleft;
        
    width237px;
        
    font-size13px;
        
    line-height18px;
        
    color#000000;
    }
    .
    box a {
        
    color#A21300;
        
    text-decorationnone;
    }
    .
    box a:hover {
        
    color#A21300;
        
    text-decorationunderline;
    }
    .
    box img {
        
    margin-top5px;
        
    border-width0px;
    }

    .list {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding10px 20px 5px;
        
    floatleft;
        
    width237px;
        list-
    style-typenone;
    }
    .list 
    img {
        
    border-width0px;
    }
    .list 
    ul {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width227px;
        list-
    style-typenone;
    }
    .list 
    li {
        
    font-size13px;
        
    line-height18px;
        
    color#666666;
        
    margin0px 0px 5px;
        
    padding0px;
        
    floatleft;
        
    width237px;
    }
    .list 
    ul li {
        
    font-size13px;
        
    line-height18px;
        
    color#666666;
        
    margin5px 0px 0px;
        
    padding0px;
        
    floatleft;
        
    width227px;
    }
    .list 
    li a {
        
    backgroundurl(images/dot.gifno-repeat left 3px;
        
    padding-left10px;
        
    color#000000;
        
    text-decorationnone;
        
    margin0px;
        
    padding-top1px;
        
    padding-bottom1px;
    }
    .list 
    li a:hover {
        
    backgroundurl(images/dot.gifno-repeat left 3px;
        
    padding-left10px;
        
    color#A21300;
        
    text-decorationunderline;
        
    padding-top1px;
        
    padding-bottom1px;
    }
    .list 
    li table {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width95%;
    }




    .
    nolist {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding10px 20px 5px;
        
    floatleft;
        
    width237px;
        list-
    style-typenone;
    }

    .
    nolist ul {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width227px;
        list-
    style-typenone;
    }

    .
    nolist li {
        
    font-size13px;
        
    line-height24px;
        
    color#999999;
        
    margin0px 0px 5px;
        
    padding0px;
        
    floatleft;
        
    width237px;
    }
    .
    nolist ul li {
        
    font-size13px;
        
    line-height24px;
        
    color#666666;
        
    margin5px 0px 0px;
        
    padding0px;
        
    floatleft;
        
    width227px;
    }
    .
    nolist li a {
        
    color#000000;
        
    text-decorationnone;
        
    margin0px;
        
    padding-top1px;
        
    padding-bottom1px;
    }
    .
    nolist li img {
        
    border-width0px;
    }
    .
    nolist li a:hover {
        
    color#A21300;
        
    text-decorationunderline;
        
    padding-top1px;
        
    padding-bottom1px;
    }

    #getflickr {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding10px 20px 5px;
        
    floatleft;
        
    width237px;
        list-
    style-typenone;
    }
    #getflickr  li {
        
    font-size13px;
        
    line-height24px;
        
    color#999999;
        
    margin0px 0px 5px;
        
    padding0px;
        
    floatleft;
    }
    #getflickr li img {
        
    margin0px 10px 10px 0px;
        
    padding5px;
        
    floatleft;
        
    height96px;
        
    width96px;
        
    border1px solid #DEDEDE;
    }
    #getflickr li img:hover {
        
    margin0px 10px 10px 0px;
        
    padding5px;
        
    floatleft;
        
    height96px;
        
    width96px;
        
    border1px solid #CCCCCC;
        
    background#f9f9f9;
    }






    .
    adlist {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding10px 5px 5px 10px;
        
    floatleft;
        
    width262px;
        list-
    style-typenone;
    }
    .
    adlist img {
        
    border-width0px;
        
    margin0px 5px 5px 0px;
        
    padding0px;
        
    floatleft;
    }
    .
    adlist p {
        
    margin0px;
        
    padding8px 0px 0px 8px;
        
    floatleft;
        
    width254px;
        
    font-size13px;
        
    line-height18px;
        
    color#000000;
    }
    .
    adlist p a {
        
    color#990000;
        
    text-decorationunderline;
    }
    .
    adlist p a:hover {
        
    color#CC0000;
        
    text-decorationnone;
    }



    #themeswitcher {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding4px 20px 0px;
        
    floatleft;
        
    width237px;
        
    font-size11px;
        
    line-height18px;
        
    color#232323;
        
    list-style-typenone;
    }
    #themeswitcher select {
        
    font-family"Trebuchet MS"Verdanasans-serif"Courier New";
        
    font-size12px;
        
    font-weightbold;
        
    color#222222;
        
    width230px;
        
    border-top1px solid #DADADA;
        
    border-right1px solid #eeeeee;
        
    border-bottom1px solid #eeeeee;
        
    border-left1px solid #eeeeee;
    }
    .
    sidebar-box form {
        
    backgroundurl(images/bd-sidebar.gifrepeat-y;
        
    margin0px;
        
    padding5px 20px 0px;
        
    floatleft;
        
    width237px;
        
    font-size11px;
        
    line-height18px;
        
    color#232323;
        
    list-style-typenone;
    }
    .
    sidebar-box p {
        
    margin-top5px;
        
    margin-bottom0px;
    }
    .
    sbm-{
        
    padding1px;
        
    width230px;
        
    font-family"Trebuchet MS"Verdanasans-serif"Courier New";
        
    font-size13px;
        
    font-weightbold;
        
    color#111111;
        
    border1px solid #CCCCCC;
    }
    #footer {
        
    backgroundurl(images/footer.gifno-repeat;
        
    floatleft;
        
    height83px;
        
    width880px;
        
    margin-bottom5px;
        
    margin-top5px;
        
    padding15px 10px 10px;
        
    font-size13px;
        
    line-height20px;
        
    color#000000;
        
    text-aligncenter;
    }
    #footer-bot img {
        
    border-width0px!important;
    }

    #footer a {
        
    color#990000;
        
    text-decorationnone;
        
    font-weightbold;
    }
    #footer a:hover {
        
    color#910000;
        
    text-decorationunderline;
        
    font-weightbold;
    }
    #footer-bot {
        
    margin0px;
        
    padding0px 0px 5px;
        
    floatleft;
        
    width900px;
        
    positionrelative;
    }
    #footer-bot .sidebar-box {
        
    floatleft;
        
    width277px;
        
    backgroundurl(images/bottom-sidebar.gifno-repeat 11px bottom;
        
    padding-bottom25px;
        
    color#222222;
        
    margin-bottom0px;
        
    padding-right11px;
        
    padding-left11px;
    }





    /* s-rank */

    #sr_wrapper {
        
    font-family:VerdanaArial"Times New Roman"sans-serif;
        
    font-size11px;
        
    margin:0px 0 10px;
        
    display:block;
    }
    #sr_wrapper a, #sr_wrapper a:hover, #sr_wrapper a:visited {
        
    text-decoration:none;
        
    font-size:11px;
        
    background:none;
        
    border0;
        
    margin0;
        
    line-height:20px;
    }
    #sr_about {
        
    font-size:8px;
        
    clear:none;
        
    display:block;
        
    margin-left:5px;
        
    margin-top:25px;
        
    width:70px;
    }
    .
    sr_rank_container {
        
    width70px;
        
    height30px;
        
    displayblock;
        
    text-aligncenter;
        
    floatleft;
        
    margin-left0px;
        
    margin-right12px;
    }
    .
    sr_rank_bar {
        
    width:42px;
        
    border0;
        
    padding0;
        
    margin0;
        
    font-size0;
        
    displayblock;
    }
    .
    sr_rank_border {
        
    width:70px;
        
    border1px solid #dedede;
        
    padding0;
        
    margin0;
        
    text-aligncenter;
        
    displayblock;
    }
    .
    sr_rank_bar_filled {
        
    height3px;
        
    padding0;
        
    margin0;
        
    border0;
        
    displayblock;
    }
    .
    sr_rank_text {
        
    line-height:1.3em;
    }
    .
    wp-polls {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width96%;
    }
    .
    wp-polls form {
        
    margin0px;
        
    padding0px;
        
    floatleft;
        
    width100%;


  8.     
    #7
    Banned
    Website's:
    FusionWarez.info SmokeHost.net Leechers.co
    code tag FTW

  9.     
    #8
    Member
    Which autoposter are you using???

    Yeah, and code it lol.

  10.     
    #9
    Member
    Sorry I Forgot To Code It !!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wordpress Sidebar HElp
    By HyDra_92 in forum Web Development Area
    Replies: 3
    Last Post: 4th Jun 2012, 07:02 PM
  2. Sidebar Help on Wordpress
    By Boss in forum Wordpress
    Replies: 1
    Last Post: 4th Apr 2012, 02:07 PM
  3. How to Center a WordPress Post Title?
    By kaylog in forum Wordpress
    Replies: 20
    Last Post: 16th Mar 2012, 05:45 PM
  4. Wordpress Sidebar Slowing things down...
    By MasterDKR in forum Wordpress
    Replies: 11
    Last Post: 3rd Jan 2011, 03:06 AM
  5. How to change the URL with the Title Name of the post
    By tamildragon in forum Webmaster Discussion
    Replies: 1
    Last Post: 18th Dec 2010, 04:06 PM

Tags for this Thread

BE SOCIAL