Hi, there.


My network member is using table-tag in text-box, because this is easy to design in the box.

so, like this.

however, Ning add this CSS code in content.css.

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
    bordermedium none;
}
This CSS code disappear the border in text-box!!
I want to remove this CSS code!!
Thanks,
Sho Allan

Tags: border, hideen, remove, table

Views: 245

Reply to This

Replies to This Discussion

 if you want table borders to show on your entire network just add this code to your NC custom code box

<style>

td, th { border: 5px solid }
}
</style>

hi, George :D


I tried add the code, but not working.

text-box entire is using IFRAME, so we can not customize CSS code.

Thanks,
Sho Allan

I thought you wanted the table borders visible after Saving in your Text box.  It works perfectly for me just plain white

The only place it is visible is in the text box. You add this at the beginning for just profiles .xg_widget_profiles_profile   Or this for just your main page .xg_widget_main_index_index

example main page

.xg_widget_main_index_index td, th { border: 5px solid }

you can even add color { border: 5px solid black; }

Sorry it didn't work for you sho allan.

you have a great day :)

George's tip worked for me as long as you class="borderedtable in the actual table.

<table border="1" bordercolor="#0000FF" style="background-color: #ffffff;" width="100%" cellpadding="3" cellspacing="3" class="borderedtable">

http://creators.ning.com/forum/topics/where-is-table-border-in-text...

How about this

<table border="5">
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
</table>

Hi, Bernard :D

this is good idea!!
I need to use border tag in table!!

Thanks a lot :D

SHO ALLAN

RSS

Latest Activity

Kos replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"ahhh now that makes sense.  Thanks for clarifying :)"
37 minutes ago
Strumelia replied to FedMedic's discussion '3.0 Why is all my text centered?'
"Thanks so much, and please DO let me know what their support team is like, when you first make use…"
1 hour ago
SM replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"Hi Suzie, I'll try to post something more logical with screen shots. But, you'll see -…"
1 hour ago
SM replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"Hi Kos, the reason for the code is to have elements only display on the home page. By default, Ning…"
1 hour ago
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'
"it seems a few of us have the same concerns/questions i can see a reason for secrecy as in you…"
1 hour ago
soaringeagle replied to Phil McCluskey's discussion 'Introducing the Spam Folder'
"this is wonderful news but can u define "content" does it include comments on…"
1 hour ago
FedMedic replied to FedMedic's discussion '3.0 Why is all my text centered?'
"Hi Strumelia! Thank you! I'm still working with various tools and toys and it's amazing!…"
2 hours ago
Suzie Nielsen replied to SM's discussion 'How to Target the First Page of your Site with CSS'
"SM ,Oh I see now... This sounds awesome! I might try but now the code for it is in snippets in five…"
2 hours ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service