AmberCutie's Forum
An adult community for cam models and members to discuss all the things!

How the hell do you center your MFC Profile

  • ** WARNING - ACF CONTAINS ADULT CONTENT **
    Only persons aged 18 or over may read or post to the forums, without regard to whether an adult actually owns the registration or parental/guardian permission. AmberCutie's Forum (ACF) is for use by adults only and contains adult content. By continuing to use this site you are confirming that you are at least 18 years of age.
Status
Not open for further replies.

Poker_Babe

Inactive Cam Model
Oct 31, 2010
3,182
5,964
213
Earth
thecamgirlreport.blogspot.com
Twitter Username
@Poker_Babe69
Tumblr Username
Pokerbabe69
MFC Username
A_Poker_Babe
Streamate Username
PokerCutie
Chaturbate Username
Poker_Babe
Clips4Sale URL
https://www.clips4sale.com/studio/78365/poker-princess--clip-store
Miss_Lollipop said:
Ok im a CSS dummy.

Placing this code directly into my CSS doesn't work...
Do i need more in the html section?
Or is it that it should be placed in a certain part of my CSS?

Thanks for any help!
Miss Lolli, perhaps it would help out if you pasted a snippet from the CSS on your page where you pasted this code. I don't know the answer off the top of my head but if I saw your code I could probably help you out!
 
  • Like
Reactions: Miss_Lollipop
Evvie said:
Miss_Lollipop said:
Ok im a CSS dummy.

Placing this code directly into my CSS doesn't work...
Do i need more in the html section?
Or is it that it should be placed in a certain part of my CSS?

Thanks for any help!
Miss Lolli, perhaps it would help out if you pasted a snippet from the CSS on your page where you pasted this code. I don't know the answer off the top of my head but if I saw your code I could probably help you out!

ummm so i have NO idea how CSS works. This is the code I have in there.

Code:
a:link,a:active,a:hover { 
	color:#330066;
}

a:visited   {
	color:#660099;
}

body {
   width: 1024px !important;
   margin: auto !important;
}

body {
	background-color: #;
        background-image:url('http:imageshack.usaimg383273brickwalls.jpg');
        background-repeat:repeat-both;
}
body,td {
 color: #000000;
 font-family: 'Verdana';
 font-weight: normal;
 font-style: normal;
 font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffffff;
	filter:alpha(opacity=30);
}
.container {
	color: #000000;
	position:relative;
	border: 4px solid #000000;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}

#lolli-links
{
	background:#808080;
	display:block;
	height:48px;
	margin:auto;
	margin-top:2px;
	padding:4px;
	text-align:center;
	width:1100px;
}
#page-footer{position:fixe
 
Miss_Lollipop said:
Evvie said:
Miss_Lollipop said:
Ok im a CSS dummy.

Placing this code directly into my CSS doesn't work...
Do i need more in the html section?
Or is it that it should be placed in a certain part of my CSS?

Thanks for any help!
Miss Lolli, perhaps it would help out if you pasted a snippet from the CSS on your page where you pasted this code. I don't know the answer off the top of my head but if I saw your code I could probably help you out!

ummm so i have NO idea how CSS works. This is the code I have in there.

Code:
a:link,a:active,a:hover { 
	color:#330066;
}

a:visited   {
	color:#660099;
}

body {
   width: 1024px !important;
   margin: auto !important;
	background-color: #;
        background-image:url('http:imageshack.usaimg383273brickwalls.jpg');
        background-repeat:repeat-both;
}
body,td {
 color: #000000;
 font-family: 'Verdana';
 font-weight: normal;
 font-style: normal;
 font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffffff;
	filter:alpha(opacity=30);
}
.container {
	color: #000000;
	position:relative;
	border: 4px solid #000000;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}

#lolli-links
{
	background:#808080;
	display:block;
	height:48px;
	margin:auto;
	margin-top:2px;
	padding:4px;
	text-align:center;
	width:1100px;
}
#page-footer{position:fixe
Please try this for your body centering code!
 
Miss_Lollipop said:
Evvie said:
Miss_Lollipop said:
Ok im a CSS dummy.

Placing this code directly into my CSS doesn't work...
Do i need more in the html section?
Or is it that it should be placed in a certain part of my CSS?

Thanks for any help!
Miss Lolli, perhaps it would help out if you pasted a snippet from the CSS on your page where you pasted this code. I don't know the answer off the top of my head but if I saw your code I could probably help you out!

ummm so i have NO idea how CSS works. This is the code I have in there.

Code:
a:link,a:active,a:hover { 
	color:#330066;
}

a:visited   {
	color:#660099;
}

body {
   width: 1024px !important;
   margin: auto !important;
	background-color: #;
        background-image:url('http:imageshack.usaimg383273brickwalls.jpg');
        background-repeat:repeat-both;
}
body,td {
 color: #000000;
 font-family: 'Verdana';
 font-weight: normal;
 font-style: normal;
 font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #ffffff;
	filter:alpha(opacity=30);
}
.container {
	color: #000000;
	position:relative;
	border: 4px solid #000000;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}

#lolli-links
{
	background:#808080;
	display:block;
	height:48px;
	margin:auto;
	margin-bottom:2px;
	padding:4px;
	text-align:center;
	width:1100px;
}


#lolli-links2
{
	background:#808080;
	display:block;
	height:48px;
	margin:auto;
	margin-top:2px;
	padding:4px;
	text-align:center;
	width:1100px;
}
#page-footer{position:fixe
Please try this to center your profile AND to add header links like you have footer links!

On your HTML, copy your footer HTML. Paste it, but change the name from "lolli-links" to "lolli-links2" (otherwise, have one HTML section for a header and one for a footer. The one named "lolli-links" will be the footer. The one named "lolli-links2" will be the header).
 
kiraduh said:
could someone help me center mine also. haha I tried but im not very good at this type of thing
http://profiles.myfreecams.com/kiraduh
The image "tip menu & videos" is too wide. It is pushing the layout beyond the body width (1024px) and "breaking" it. You can either create a new image or set a bigger width for the body.

Poker_Babe said:
Can anyone help me to make my "container" just solid black? PLEASE.
I've been practicing with my premium account.
http://profiles.myfreecams.com/Got_The_Nutz
Try this:
Code:
table {background:#000}
 
Status
Not open for further replies.