PDA

View Full Version : Can someone please fix my html and css?


subhadeepgayen
04-21-2008, 10:01 AM
Please fix the blue bar length (it is too short) in this link:
http://rfurdzik4.zikbay.com/Ad/13/Member/rfurdzik4
Also the link is pushing too much to the right. Please send me the new CSS.

Vincent Blouin
04-21-2008, 02:59 PM
Inside the css file : http://rfurdzik4.zikbay.com/App_Themes/Blue/RF.css

notice that block :

.AdTitle
{
line-height:25px;
text-align:left;
font-weight:bold;
height:27px;
background-image:url(Images/left-top-hor.gif);
color:#013F72;
border-left:#C5CCCF 1px solid;
border-right:#C5CCCF 1px solid;
padding-left: 15px;
margin-bottom: 10px

}


add width : 880px; in that block, it worked in my browser.

so here is the modified block :

.AdTitle
{
line-height:25px;
text-align:left;
font-weight:bold;
height:27px;
background-image:url(Images/left-top-hor.gif);
color:#013F72;
border-left:#C5CCCF 1px solid;
border-right:#C5CCCF 1px solid;
padding-left: 15px;
margin-bottom: 10px;
width : 880px;
}


link pushing too much to the right, I didn't get that

Piczo-Expert
04-21-2008, 04:01 PM
If you can send me your files and I'll make them right ;)))
Good luck!