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

line break in css? Empty line break in css?

Post by Leaf August 21st 2010, 2:52 am

What is the code for adding a line break in css?
Leaf
Leaf
Forumember

Male Posts : 381
Reputation : 0
Language : English
Location : Jersey shore

http://www.clubpenguinhut.com

Back to top Go down

line break in css? Empty Re: line break in css?

Post by KingOfSports August 21st 2010, 3:18 am

Example:

Code:
#span4 {
  display: block;
}
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

line break in css? Empty Re: line break in css?

Post by Leaf August 21st 2010, 5:03 am

so this is how I put the code?
#page-footer:after{
content: "ClubPenguinHut.com © 2010. All Rights reserved
#span4 {
display: block;

} Portions © Club Penguin™ Disney Online Studios Canada Inc. © 2010. All rights reserved.";
font-size: 13px;
font-Comic Sans Ms: small-caps;
font-family :;
position: relative;
rig
Leaf
Leaf
Forumember

Male Posts : 381
Reputation : 0
Language : English
Location : Jersey shore

http://www.clubpenguinhut.com

Back to top Go down

line break in css? Empty Re: line break in css?

Post by Guest August 21st 2010, 7:35 am

Leaf wrote:so this is how I put the code?
#page-footer:after{
content: "ClubPenguinHut.com ©️ 2010. All Rights reserved
#span4 {
display: block;

} Portions ©️ Club Penguin™️ Disney Online Studios Canada Inc. ©️ 2010. All rights reserved.";
font-size: 13px;
font-Comic Sans Ms: small-caps;
font-family :;
position: relative;
rig

????? You want to add a copyright for your forum ? So , try this CSS code :
Code:
#page-footer:after{
content: " Portions ©️ Club Penguin™️ Disney Online Studios Canada Inc. ©️ 2010. All rights reserved.";
font-family: georgia;
font-size: 13px;
color: #000000;
}

#page-footer{text-align: center !important;
float: center !important;}

Good luck bye
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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