Line Break In CSS
2 posters
Page 1 of 1
Line Break In CSS
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:
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.
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.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Line Break In CSS
Hello,
Can you provide a link to your forum(in topics) & screenshots(optional) for us to see? Thanks.
Can you provide a link to your forum(in topics) & screenshots(optional) for us to see? Thanks.
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Re: Line Break In CSS
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.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Line Break In CSS
Thank you for providing the solution
Solved
Solved
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Line Break not working (HTML)
» How to make dotted line, one full line?
» Line under nav bar
» 2 Forumcolumns on 1 line.
» Spring break 2012 on Forumotion !
» How to make dotted line, one full line?
» Line under nav bar
» 2 Forumcolumns on 1 line.
» Spring break 2012 on Forumotion !
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum