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.

Rows(Forum Lines)

3 posters

Go down

In progress Rows(Forum Lines)

Post by DeathDunk98* January 8th 2014, 4:11 am

how to make my Rows (Forum Lines) gradient colored and how to set line between them!
Help please!
Rows(Forum Lines) Untitl25
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by Akkii January 8th 2014, 4:30 pm

Can you provide your forum URL?
Akkii
Akkii
Forumember

Male Posts : 710
Reputation : 107
Language : English,HTML, CSS,Photoshop,Javascript!
Location : Here on Forumotion!

http://www.csshelp.net

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 8th 2014, 6:56 pm

DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 9th 2014, 7:33 pm

help please!
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 9th 2014, 7:38 pm

For lines (CSS):
Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
    border-bottom:  1px solid YOUR COLOR;
}
You can change the 1px. This determines the size of the line.


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 9th 2014, 7:42 pm

and how to make that gradient color thing or whatever ? Sad
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 9th 2014, 7:47 pm

You will need to get an gradient image and add it to the background of those areas.  The code I give will work, just add this to it:
Code:
background-image:  url("IMAGE'S URL");


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 9th 2014, 7:48 pm

I'm a begginer in forumotion, can you make it all for me because I have no idea where to search for gradient image and where to put the code Sad
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 9th 2014, 7:52 pm

Administration Panel > Display > Colors & Pictures > Colors
CSS Stylesheet Tab
Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
        border-bottom:  1px solid YOUR COLOR;
        background-image:  url("IMAGE'S URL");
    }
For the image, you can request one here - https://help.forumotion.com/f31-graphic-requests .  Make sure to read the rules & guidelines for that section -  https://help.forumotion.com/t122215-rules-of-the-graphic-design-section .


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 9th 2014, 8:26 pm

Help!
Rows(Forum Lines) 4kity
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 9th 2014, 11:42 pm

We need to see your forum.  Take it off of maintenance.


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 10th 2014, 12:50 am

here's my forum: http://www.islamishendrit.halofight.com , I took it off the maintenace
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 10th 2014, 1:52 am

Remove the code I gave and add this one:
Code:
td.row1, td.row3, td.rows3.over:hover {
        border-bottom:  1px solid YOUR COLOR;
        background-image:  url("IMAGE'S URL");
}


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 10th 2014, 2:25 am

Not fixed, same problem again!!
Rows(Forum Lines) Untitl26
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by SLGray January 10th 2014, 2:26 am

Did you remove the first code I gave you?


Rows(Forum Lines) 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Rows(Forum Lines)

Post by DeathDunk98* January 10th 2014, 2:30 am

YES!
DeathDunk98*
DeathDunk98*
Forumember

Posts : 479
Reputation : 3
Language : Shqip

Back to top Go down

Back to top


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