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.

Line Break In CSS

2 posters

Go down

Solved Line Break In CSS

Post by inallsorts June 4th 2014, 9:45 am

Greetings everyone,

I have coded a CSS script to place at the bottom center of my forum. For the life of me, I can't figure out how to Insert a line break so I can place another text underneath It.

Here's the code:
Code:
.copyright:after {
    content: "TEXT GOES HERE";  
    float: center;
    color: #000099;
    text-shadow: 0 0 0px black;
}

Put simply, I want to place a line break so that I can Insert another text underneath "TEXT GOES HERE".

All help Is greatly appreciated.
avatar
inallsorts
Forumember

Posts : 246
Reputation : 8
Language : English

Back to top Go down

Solved Re: Line Break In CSS

Post by Jophy June 4th 2014, 1:08 pm

Hello,

Can you provide a link to your forum(in topics) & screenshots(optional) for us to see? Thanks.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Line Break In CSS

Post by inallsorts June 6th 2014, 8:33 am

Jophy wrote:Hello,

Can you provide a link to your forum(in topics) & screenshots(optional) for us to see? Thanks.

It's fine, I used this code to achieve my objective:

Code:

.newline {
     display:block;
    }

Thanks for your offer of assistance though.
/Topic.
avatar
inallsorts
Forumember

Posts : 246
Reputation : 8
Language : English

Back to top Go down

Solved Re: Line Break In CSS

Post by Jophy June 6th 2014, 8:52 am

Thank you for providing the solution Smile

Solved
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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