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....

Views: 47

Reply to This

Replies to This Discussion

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>

Hi Elson,

Thank you so much! I'll give it a shot when I'm back at my PC....

Tim

RSS

Latest Activity

soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"actualy when using 5 rows its still there so what is going on? ok new thoery its loading as many as…"
2 hours ago
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"very minor bug but when u have  the profile icons rounded in the member box set to small and 2…"
2 hours ago
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"That's really good to hear about groups.  That's our site's main…"
2 hours ago
soaringeagle replied to Alex's discussion 'More styling in the Design Studio'
"sweet awesom e job tho im using text badges and have a feeling that wont look so sweet im gonna go…"
2 hours ago
Margie replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
"AGREE 100% on groups.  We are not interested in blogs.  Our groups are the main…"
2 hours ago
Thiago Santos de Moraes replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"The green background is not good to read."
3 hours ago
Strumelia replied to Shannon's discussion 'VOTE - NING 2.0 or NING 3.0'
"Huh??  Can you elaborate on this please?  or point us to where this is stated or shown?"
5 hours ago
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
"I coppied all the stuff you posted and I'll check a bit later when the head feels clearer. I…"
8 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service