Hi AnGella
I would like to think I am a pretty talented css developer, but I am totally lost when it comes to ning and the help hasn't been much. I am trying to add html and jquery to my header, I am using the code for loading html below header that ning supplys and I have added my css to the advanced area, but nothing shows up.
This is the code I have placed in the Analytics Box:
I think I just need a little help and I'll be on my way, but I am stuck, could you offer any suggestions/help on why this is not working and what needs to be done?
Comment Wall (3 comments)
You need to be a member of Ning Developer Docs to add comments!
Join Ning Developer Docs
I would like to think I am a pretty talented css developer, but I am totally lost when it comes to ning and the help hasn't been much. I am trying to add html and jquery to my header, I am using the code for loading html below header that ning supplys and I have added my css to the advanced area, but nothing shows up.
This is the code I have placed in the Analytics Box:
My additional CSS:
#slider-container {
background: #fff url(http://www.jabstudio.com/ynevano/images/slide-back.jpg) no-repeat top left;
width:1349px;
height:245px;
margin:0 auto;
padding:0;
}
img{border:none;}
/* Easy Slider */
#slider{
float:left;
margin-left:197px;
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{
width:707px;
height:245px;
overflow:hidden;
}
/* // Easy Slider */
I think I just need a little help and I'll be on my way, but I am stuck, could you offer any suggestions/help on why this is not working and what needs to be done?