Hello, all,
Long time etc. etc. ! Launched new network a couple of weeks ago - all good. Opportunities are available for industry bodies to sponsor, and having got my first today, I'm darned if I cant get rid of a random blank line above the group description.
This wouldn't bother me normally, but as someone is paying for the link, I'd like it to format nicely.
If anyone has any tips, I'd be much obliged....
timbo
If you need to see the site, it's at entertainingsustainability.com . And also, while I'm here, we need Group Events. If you see the site, you'll see why....
Tags:
Hi,
it is known that Ning rich text editor loves to add extra <p></p> and it will cause blank lines like shown in your photo.
I think you can just go into your group , edit group details , click on HTML for the group details , and manually remove the <p></p> tags.
OR
You can use this code to remove it from all groups:(put this in My network > custom code)
<script type="text/javascript">
if(x$('.xg_widget_groups_group_show').length){
x$('.group_details p').each(function(){
var ploc = x$(this);
var getpvalue = x$(this).html();
if(getpvalue == '' || getpvalue == ' ' || getpvalue == 'undefined'){
x$(ploc).remove();
} else {
}
});
}
else{
}
</script>
Permalink Reply by Tim Atkinson on November 14, 2012 at 1:08am 
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox© 2013 Created by Ning.
