PDA

View Full Version : Blog Tech Help



Masters
September 5th, 2006, 02:56 AM
I need help with the alignment of my blog columns. The right drops to the bottom and I can't figure it out. I've tried for hours to figure whats the problem but finally gave in to ask for help.

Any Techie out there that can lend a brother a hand?. I'll exchange you for tons of free products.

Either something is missing or a code is not closed. Please help.

Thanks,

http://jvgold.blogspot.com/

edesigner
September 5th, 2006, 03:52 PM
yeah there some problem with the CSS.

I could help you, if i had access to your code.

kasodo
September 5th, 2006, 04:02 PM
This?

/*
Adjusts existing templates to accomodate bar.
--------------------------------------------*/
html body
{
margin:0;
padding-top:0;
padding-left:0;
padding-right:0;
}

body #header {margin-top:50px;}
#wrap2 {margin-top:30px;}
#wrapper {padding-top:30px !important;}
#wrap {padding-top:30px;}
#main-top {margin-top:10px;}

html>body #wrap {padding-top:30;}
html>body #wrap2 {margin-top:0px;}
#wrap4 {margin-top:60px !important;}

#space-for-ie {
display:none;
_border:0 !important;
_display:block;
}

#wrap #wrap2 #wrap3
{
margin-top:-30px;
}

body #wrap #wrap2 #header
{
margin-top:0;
}

/* for Tekka */
#rightcontent {margin-top:30px !important;}
#leftcontent {_margin-top:30px !important;}

#Main #Title {margin-top:30px !important;}



/*
The bar.
--------------------------------------------*/


#b-navbar
{
width:100%;
padding-bottom:5px;
border-bottom:1px solid #024;
min-height:24px;
font:x-small "Trebuchet MS",Verdana,Arial,Sans-serif !important;
color:#47a;
font-size/* */:/**/small !important;
font-size: /**/small !important;
margin-bottom:10px;
position:absolute !important;
top:0;
left:0;
z-index:1;
display:block !important;
}


#b-navbar a img
{
border:none;
display:inline !important;
}

@media all
{
#b-navbar #b-logo
{
position:absolute !important;
top:3px;
left:5px;
width:80px;
height:24px;
border-width:0;
}

#b-logo img
{
display:inline !important;
}

#b-search
{
background:#147 url("../../img/navbar/corner.gif") no-repeat left bottom;
margin:0 0 0 100px;
padding:4px 7px;
line-height:1em;
font-size:85%;
text-align:left;
}

#b-more
{
float:right;
padding-top:2px;
display:block !important;
}
}
@media handheld
{
#b-navbar #b-logo
{
top:0;
left:0;
}

#b-search
{
display:none !important;
}

#b-more
{
display:none !important;
}
}

#b-more a
{
margin-left:4px;
}

#b-query
{
margin-right:.25em;
width:12em;
}

/* hide from IE5-Mac \*/
#b-query
{
font-size:x-small !important;
}
/* end hide */

#b-searchbtn, #b-searchallbtn
{
position:relative;
top:-1px;
margin-right:.5em;
vertical-align:middle;
}

#b-this
{
display:block !important;
}

#b-this a
{
margin-right:.5em;
white-space:nowrap;
text-decoration:none;
line-height:1em;
}

#b-this a:hover
{
color:#fff;
text-decoration:underline;
}

@media all
{
#b-sms
{
display:none !important;
}
}
@media handheld
{
body div.b-mobile {
display:block;
}

#b-sms
{
display:inline !important;
margin:0 0 0 0;
padding:0 7px;
line-height:1em;
font-size:100%;
text-align:left;
}

#b-sms a
{
margin-right:.5em;
white-space:nowrap;
text-decoration:none;
line-height:1em;
}

#b-sms a:hover
{
color:#fff;
text-decoration:underline;
}
}
/*
drop down for the flag as objectionable button
*/
@media all
{
#flagi
{
border-style:solid;
border-width:1px;
position:absolute;
visibility:hidden;
z-index:300;
right: 28px;
top: 25px;
width: 145px;
padding: 3px;
}
}
@media handheld
{
#flagi
{
display:none !important;
}
}

#flagtop
{
z-index: 301;
position: absolute;
background:no-repeat;
top: -5px;
left: 45px;
height: 5px;
width: 9px;
}
#top-filler
{
z-index: 301;
width:130px;
height: 6px;
position: absolute;
top:-6px;
left:0;
}
#flagi-body
{
color:#000;
font-weight:bold;
line-height: 15px;
font-size: 11px;
text-align: center;
font-family:"Trebuchet MS", Vedana, Arial, Sans-serif;
}
#flagi-body a
{
text-decoration:none;
}

#flagi-body a:hover
{
color:#fff;
text-decoration:underline;
}

Masters
September 5th, 2006, 04:09 PM
Kasodo,

What about This?

What do I do? do I copy and paste in html?.

Thanks

edesigner
September 5th, 2006, 04:12 PM
Not actually. The css generates the html which you see on your browser. Correcting the CSS file is the only way.

Stephen

Masters
September 5th, 2006, 04:22 PM
Stephen,

Can you can check the codes by using Page source and tell me what exactly is wrong with it instead of me pasting the entire html here.

Thanks

Masters
September 5th, 2006, 05:40 PM
Thanks for all your considerations. I've finally got it to work. A little tweaking and it workd. Thanks again.

SinoMan
September 6th, 2006, 08:32 AM
Not actually. The css generates the html which you see on your browser. Correcting the CSS file is the only way.

Stephen

CSS generates HTML? :shock:

alien23
February 5th, 2007, 10:00 AM
I need help with the alignment of my blog columns. The right drops to the bottom and I can't figure it out. I've tried for hours to figure whats the problem but finally gave in to ask for help.

Any Techie out there that can lend a brother a hand?. I'll exchange you for tons of free products.

Either something is missing or a code is not closed. Please help.

Thanks,

http://jvgold.blogspot.com/

I tried accessing your blog, but it is not showing anything now.....!