Hi Mikeday,
I have found one more issue
Css are not getting applied on some divs.
This is not that the css is not getting applied to all divs means base urls are set
these are few css lines which we are appling :
.rcl-long{
border:1px solid #000; border-top:none; border-right:0px; width:135px; height:145px; float:left; padding:10px; background-color:#bdbec0;
}
.rcl-long p{
margin-top:55px;
}
.rclh-long{
border:1px solid #000; border-top:none; border-right:0px; width:135px; height:115px; float:left; padding:10px; background-color:#bdbec0;
}
.rclh-long p{
margin-top:25px;
}
.rcrh-long{
border:1px solid #000; border-top:none; width:468px; height:115px; float:right; padding:10px;
}
I have found one more issue
Css are not getting applied on some divs.
This is not that the css is not getting applied to all divs means base urls are set
these are few css lines which we are appling :
.rcl-long{
border:1px solid #000; border-top:none; border-right:0px; width:135px; height:145px; float:left; padding:10px; background-color:#bdbec0;
}
.rcl-long p{
margin-top:55px;
}
.rclh-long{
border:1px solid #000; border-top:none; border-right:0px; width:135px; height:115px; float:left; padding:10px; background-color:#bdbec0;
}
.rclh-long p{
margin-top:25px;
}
.rcrh-long{
border:1px solid #000; border-top:none; width:468px; height:115px; float:right; padding:10px;
}