The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Table around my thread

5 posters

Go down

Solved Table around my thread

Post by Opius May 3rd 2013, 2:45 pm

When I type there's a table inside of it instead of being a black background, when it originally was a black, and I didn't even mess with the settings it just randomly did it in the middle of a long conversation I was typing. Even if I start an entire new post.
Table around my thread Previewhvj
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by SLGray May 3rd 2013, 8:29 pm

I do not see a table in the screenshot. Do you mean the border around the area where you type the message?


Table around my thread Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 3rd 2013, 10:06 pm

I edited my post yeah the border around my post.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by Mati May 3rd 2013, 11:09 pm

Please provide your forum URL
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Solved Re: Table around my thread

Post by Sir Chivas™ May 3rd 2013, 11:32 pm

Hi,

If you're seeking help, please remember to always provide your forum URL. Wink

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 12:44 am

Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 2:22 am

Add this to your CSS:
Code:
td.spaceRow {
border-style: none !important;
background-color: #141414 !important;
}

bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 2:35 am

E-Mark wrote:Add this to your CSS:
Code:
td.spaceRow {
border-style: none !important;
background-color: #141414 !important;
}

bye
I added it but it didn't fix it, or do anything to it .
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 2:42 am

They're working fine. bye

Or you want to remove it?
Add this instead of the code above:
Code:
td.spaceRow {
display: none;
}
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 2:48 am

E-Mark wrote:They're working fine. bye

Or you want to remove it?
Add this instead of the code above:
Code:
td.spaceRow {
display: none;
}
I added that code removed the old 1, and it still didn't fix it, here I'll show you http://vapor.userboard.net/t5-vapor-gaming-league
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by SLGray May 4th 2013, 2:53 am

Guests can not see that page.


Table around my thread Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 2:56 am

SLGray wrote:Guests can not see that page.
my bad I changed the permission.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 2:57 am

I thought it was this one, xD:
Table around my thread Previe10

Is this what you mean by?
Table around my thread Dsa10

If not, well yeah, wait for SLGray, since he gets you. bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 3:01 am

Table around my thread Dsa10
yes this 1 my bad, I thought they both were related sorry man, I should of been more descriptive.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 3:03 am

Its ok huhohi loul.

Add this to your CSS: (Change the #000 to any color hex number/color to change the border color)
Code:
.forumline {
border: 2px #000 solid !important;
}

Or if you want to remove it, add this instead:
Code:
.forumline {
border: none !important;
}

bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 3:11 am

E-Mark wrote:Its ok huhohi loul.

Add this to your CSS: (Change the #000 to any color hex number/color to change the border color)
Code:
.forumline {
border: 2px #000 solid !important;
}

Or if you want to remove it, add this instead:
Code:
.forumline {
border: none !important;
}

bye
man it's still doing the same thing man, if you want I trust ya, you can have admin pannel and change it up for me I don't mind.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 3:13 am

Here, last.
Replace the last code you put with this one:

Code:
.bodyline, .forumline {
border: none !important;
}

bye
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 3:15 am

E-Mark wrote:Here, last.
Replace the last code you put with this one:

Code:
.bodyline, .forumline {
border: none !important;
}

bye
It did nothing man haha
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by SLGray May 4th 2013, 3:28 am

Add the code to the top of your CSS.


Table around my thread Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 3:30 am

Here, this should end everything! Hahahaha. xD.
Code:
.bodyline, .forumline {
border: none !important;
}
.forumline {
background-color: initial !important;
}


Last edited by E-Mark on May 4th 2013, 3:41 am; edited 1 time in total
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 3:40 am

ugh, it still doesn't work man, I should just give ya admin maybe more visual with the website content will help you out.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by SLGray May 4th 2013, 3:46 am

Send the information in a private message.


Table around my thread Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 3:46 am

Table around my thread Untitl10

They're gone :o:.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 3:52 am

E-Mark wrote:Table around my thread Untitl10

They're gone :o:.
Like there is that black background and that's normal then it goes to the lighter grey.
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 3:55 am

Mehehehe. I misunderstand again the problem, i thought it's the border, since you agreed on the screenshot i provide when i box that part.

Add this to your CSS:
Code:
td.row1 {
background-color: black !important;
}

Smile
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by Opius May 4th 2013, 4:00 am

E-Mark wrote:Mehehehe. I misunderstand again the problem, i thought it's the border, since you agreed on the screenshot i provide when i box that part.

Add this to your CSS:
Code:
td.row1 {
background-color: black !important;
}

Smile
it works now man sorry for the bad description solved
Opius
Opius
New Member

Male Posts : 15
Reputation : 1
Language : English
Location : Troy Illinois

http://www.RapidReflex.net/

Back to top Go down

Solved Re: Table around my thread

Post by E-Mark May 4th 2013, 4:01 am

It's alright thumleft.
Glad to hear.
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

Solved Re: Table around my thread

Post by SLGray May 4th 2013, 4:04 am

Topic Solved & Locked


Table around my thread Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum