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.

Cascading ( CSS ) StyleSheets Need HELP pls !

2 posters

Go down

Solved Cascading ( CSS ) StyleSheets Need HELP pls !

Post by sasamatovic Wed 17 Feb - 0:40

Hello,
sorry for my bad english ... I have forum on forumotion (serbian-eagles.lightbb.com) and my forum is on left side of screen but i want to set forum in center of screen ... pls help me :S tnx
In CSS Stylesheet i have written it :

body {
width: 997px;
}

This is all ok but i want it on center of screen like this forum http://www.delagano.tk/ ... tnx Smile
avatar
sasamatovic
New Member

Posts : 4
Reputation : 0
Language : Serbian

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by Sanket Wed 17 Feb - 7:40

It is in the center.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by sasamatovic Wed 17 Feb - 8:05

How ?
Cascading ( CSS )  StyleSheets Need HELP pls ! Howe
avatar
sasamatovic
New Member

Posts : 4
Reputation : 0
Language : Serbian

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by Sanket Wed 17 Feb - 8:54

edit: I will give you a solution, just a minute.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by Sanket Wed 17 Feb - 8:59

Code:
body {margin-left: auto; margin-right: auto;}

Add this code to your css, see if it works.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by sasamatovic Wed 17 Feb - 14:56

I solved the problem ! tnx
Just write this :
Code:
body {
width: 997px;
margin-left: auto;
margin-right: auto;
}


Last edited by Sanket on Wed 17 Feb - 15:00; edited 2 times in total (Reason for editing : Bold & Color Removed)
avatar
sasamatovic
New Member

Posts : 4
Reputation : 0
Language : Serbian

Back to top Go down

Solved Re: Cascading ( CSS ) StyleSheets Need HELP pls !

Post by Sanket Wed 17 Feb - 14:58

Bold and Color are reserved for moderation, like this, so please keep to the default font

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Cascading ( CSS )  StyleSheets Need HELP pls ! 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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