I have a page with 3 sections
Section 1: Shows content in table format
Section 2: Shows content in table format
Section 3: Registration form which was designed in table format
I want to show table borders on section 1 and 2 but not section 3. How can I do it?
Currently, I have the below code in section 3 to Not to display the border. However, when I put this code, the borders on section 1 and 2 tables were also removed. Can someone help with this?
<STYLE>
td.confluenceTd { border-left: 0px solid rgb(200,200,200);
border-top: 0px solid rgb(200,200,200);
border-right: 0px solid rgb(200,200,200);
border-bottom: 0px solid rgb(200,200,200);
}
.wiki-content h2 { font-weight: bold;
font-size: 4px;
color: red}
</STYLE>
Hi
You code does not target "section 3" specifically - it targets ALL the td.confluenceTd elements on the page
When yo say it's a section - do you mean you use a "Section" macro in Confluence?
Alex
Do you have a DIV macro or Confluence source editor plugin may be?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.