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

MyFreeCams Profile Help!

  • ** 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.

AmberCutie

ACF Owner & Admin. (I don't work for CB.)
Staff member
Cam Model
Mar 1, 2010
30,924
15
126,200
0
AmberLand (Seattle, WA)
Twitter Username
@amberlynnegirl
MFC Username
AmberCutie
ManyVids URL
https://www.manyvids.com/Profile/1000458969/AmberCutie/
Ok, first off, I don't know why so many new girls feel the MFC profile is so important to the point where they freak out and search out people to pay to help them. The built in MFC profile editor is simple and easy to use, and you DON'T need some elaborate CSS design to set up your MFC profile. Just answer the questions in the "edit profile" section of your admin pages, or leave them blank if you don't want them to appear, and use the "customize profile" link in your admin pages to change the appearance as you desire. You don't HAVE to have a fancy designed profile to let your viewers know what you're all about. The most important aspect of your MFC career is being ON cam and entertaining, not so much what's on your profile...

BUT, if you do want something fancy for some reason, let this thread be the place that you ask questions and find help for it.

Attention all MFC profile editors! Post a reply here if you have advice, services for hire, or helpful links for HTML and css design.

A few girls have gone to this site for basic help with HTML and CSS - http://www.w3schools.com/

I am going to direct all new models to this thread for info since we see at least 1 per week popping up asking for desperate "HELP!" on their MFC profiles. :)

Take it away, folks!
 
@lovelicks69 - tested the code and it works just fine.
MFC works great with hover effects and CSS. I've used your codes (just copy and paste) with my markup editor and the browser result was 3 hearts with hover effects. I tend to believe it is a copy paste issue on your end or maybe you didn't close some tags.
Visited your MFC profile page too and I didn't see those particular hearts installed so I can't help you further (inspecting the used markup).
Good luck
 
  • Like
Reactions: samijanemfc
Upvote 0
can anyone link me to a page that explains how to make a navigation bar? i want one that stays on the screen as you scroll down and people can click to take to each individual section. I get the basics of it, the bit i dont understand is how to mark each section of my page, i assume this is done in the html? everything i find online is set up to link to separate website pages or offsite links

thanks in advance!
 
Upvote 0
can anyone link me to a page that explains how to make a navigation bar? i want one that stays on the screen as you scroll down and people can click to take to each individual section. I get the basics of it, the bit i dont understand is how to mark each section of my page, i assume this is done in the html? everything i find online is set up to link to separate website pages or offsite links

thanks in advance!

Hello @MiaFoxUK , two types of markup are required.
The CSS which makes the nav bar (menu) sticky and HTML markup.
Yes you will also need to add IDs to the sections in order to trigger the on-page links from menu.

This is an example, you can adapt this to your project.

The CSS for making the menu sticky (floating)
.mymenu{display:block;width:100%;height:auto;margin:0 auto;position:fixed;top:0;left:0;z-index:500;text-align:center;}

- position:fixed does the job

The HTML for the sticky menu:
<div class="mymenu">
<a href="#AboutMe">About Me</a>
<a href="#Section-1">Section 1</a>
<a href="#Section-2">Section 2</a>
<a href="#Section-3">Section 3</a>
</div>

As you may notice the same class is called in both markups mymenu

Now you will have to use the same ID present in anchor links with the name of your sections.
example:

<div id="AboutMe">
<p>This is the content for About Me section</p>
</div>

<div id="Section-1">
<p>This is the content for Section 1</p>
</div>

<div id="Section-2">
<p>This is the content for Section 2</p>
</div>

<div id="Section-3">
<p>This is the content for Section 3</p>
</div>

Note: the anchor links from sticky menu must have a related ID of the sections.
<a href="#AboutMe">About Me</a> will point (jump to) <div id="AboutMe">
<a href="#Section-1">Section 1</a> will point (jump to) <div id="Section-1">
<a href="#Section-2">Section 2 </a> will point (jump to) <div id="Section-1">
<a href="#Section-3">Section 3</a> will point (jump to) <div id="Section-3">

Of course you can style-up the links inside the sticky menu via CSS markup
My reply might look complex but it is not.
 
Upvote 0
@MiaFoxUK true, google it is a "two-edged sword" sometimes , one more reason for which I NEVER make suggestions to models to use google search nor suggest learning HTML from other online sources if those sources DO NOT OFFER support for related platforms (Chaturbate or MyFreeCams)...
 
Last edited:
Upvote 0
@MiaFoxUK true, google it is a "two-edged sword" sometimes , one more reason for which I NEVER make suggestions to models to use google search nor suggest learning HTML from other online sources if those sources DO NOT OFFER support for related platforms (Chaturbate or MyFreeCams)...
Hi Dan,
I have been extensively searching, and I truly don't mean to annoy anybody, I've read several things about how it isn't necessary to have a custom profile - back when I did niteflirt I wrote my entire page with HTML, but this was 12 years ago and it certainly didn't look as fancy and cool as some of the amazing ones I have seen! (I did alright, but, I don't remember it as well, and, it's just much different now)

I scrolled though what I think are some of you custom pages - Is it OK to ask to pay for you or someone to design my profile for me? The content of my profile I am happy with - however, I would like to have more fun 'sparkle' and various things I see on really cool model pages, lol. It's just neat and..I want one too!

I have a lot of professional modeling photos as well as selfies, which I think could be a fun mix, but I know my modeling photos will likely be best in this type of page - Do you custom design for models, or know anyone who does? Or are you selling the designs you have already? Is it possible to kindof, alter these a bit if so?

I'm sos sorry if this is a redundant question, a lot of my searches come up with posts form years ago, and info from years ago. I've seen an offer to pay a yearly fee - I'd prefer to pay a flat fee if possible - if necessary to purchase my own website to host images I could do that I suppose - I had that back when I was using niteflirt - but ended dup letting my site go after years of inactivity.

What are your thoughts/suggestions, or can you send me to someone who may be able to help me? I am not entirely HTML illiterate, but as I said, my skills are outdated and I'd really love to collaborate with an artist and make something really awesome.

My email is vividlygeneric@aol.com, I'm not sure if replies here go there or not.

And if this is not allowed or what you are doing, please let me know and I apologize!!!

Thank you so much!
Amy :)
 
Upvote 0
Hi Dan,
I have been extensively searching, and I truly don't mean to annoy anybody, I've read several things about how it isn't necessary to have a custom profile - back when I did niteflirt I wrote my entire page with HTML, but this was 12 years ago and it certainly didn't look as fancy and cool as some of the amazing ones I have seen! (I did alright, but, I don't remember it as well, and, it's just much different now)

I scrolled though what I think are some of you custom pages - Is it OK to ask to pay for you or someone to design my profile for me? The content of my profile I am happy with - however, I would like to have more fun 'sparkle' and various things I see on really cool model pages, lol. It's just neat and..I want one too!

I have a lot of professional modeling photos as well as selfies, which I think could be a fun mix, but I know my modeling photos will likely be best in this type of page - Do you custom design for models, or know anyone who does? Or are you selling the designs you have already? Is it possible to kindof, alter these a bit if so?

I'm sos sorry if this is a redundant question, a lot of my searches come up with posts form years ago, and info from years ago. I've seen an offer to pay a yearly fee - I'd prefer to pay a flat fee if possible - if necessary to purchase my own website to host images I could do that I suppose - I had that back when I was using niteflirt - but ended dup letting my site go after years of inactivity.

What are your thoughts/suggestions, or can you send me to someone who may be able to help me? I am not entirely HTML illiterate, but as I said, my skills are outdated and I'd really love to collaborate with an artist and make something really awesome.

My email is vividlygeneric@aol.com, I'm not sure if replies here go there or not.

And if this is not allowed or what you are doing, please let me know and I apologize!!!

Thank you so much!
Amy :)

Hello @KAMLEESI , Indeed it is not necessary to have a customized, visually appealing and interactive design if you have lots of "sponsors" who trow 3-5k tips each time you smile or lift a finger but for the less fortunate webcam performers such designs might open more opportunities for token-flow.

I am not sure I understand for which platform you need a custom profile design ... I've noticed you mentioned niteflirt but below your avatar I see the MyFreeCams icon .... a bit confused here.
A MFC custom design or a NiteFlirt design?
Anyway, both are in my (our) range of expertise.
I will send you an email to the address mentioned above.
Thank you
Dan N
 
  • Like
Reactions: samijanemfc
Upvote 0
Agreed! I like the look of the custom profiles - so it is for MFC, sorry for the confusion, was saying back when I did niteflirt years ago I was able to build it myself with my html knowledge, but is a different world now and I'm not up to par lol. Thank you, look forward to it!

Hello @KAMLEESI , Indeed it is not necessary to have a customized, visually appealing and interactive design if you have lots of "sponsors" who trow 3-5k tips each time you smile or lift a finger but for the less fortunate webcam performers such designs might open more opportunities for token-flow.

I am not sure I understand for which platform you need a custom profile design ... I've noticed you mentioned niteflirt but below your avatar I see the MyFreeCams icon .... a bit confused here.
A MFC custom design or a NiteFlirt design?
Anyway, both are in my (our) range of expertise.
I will send you an email to the address mentioned above.
Thank you
Dan N
 
Upvote 0
Upvote 0
Hi Dan! I didn't get your email? :( could you please try again? it isn't in junk - it was sent to ViViDLYGENERiC@aol.com right? (just to show the letters lol) maybe if you could try to send it there again and also copy giveuptome@gmail.com, that way I can check both, that'd be great. Thank you so much!!
-Amy :)
email sent again on all 3 emails
tho I don't think I got the wrong email address in the first place because it shows me your "avatar, profile pic" :) --- unless you have an evil cute tween which hides the emails from you :) kidding...

Note: maybe my first email got in spam folder because it was sent from my server with off.....@des....xpro.com
 
  • Like
Reactions: samijanemfc
Upvote 0
Anybody know if there is an issue embedding vimeo on profiles? I have a trailer made for a model to put on her profile but to protect her privacy, I wanted to use Vimeo's privacy settings. When I do this, I am just getting a message saying privacy settings don't allow it to be viewed here. I have the settings to "hide from vimeo.com" but embed turned on. Even when I set it to completely public, no age-gate, embed anywhere, it still gives the message with only an additional button to vimeo since it is then viewable on the site. I chose vimeo because it specifically provides (or is supposed to) the ability to upload videos only viewable from where you choose to embed it and can't be stumbled upon on the host site, but if I can't get it to work, I am open to hearing any other suggestions. Thanks!
 
Upvote 0
I don't know if it is better or not but Silvercowgirl (MFC) suggested RedTube service and it does the job. From what I know, the same problem might occur, if you set the privacy, I don't know if it will be visible on other platforms... I am sorry, I didn't test it enough, but it can be an option. Good luck... emmm...
BTW the guys from MFC said into a conversation that they like the idea of video teasers and they will develop the platform adding the option to upload a video teaser on model's profile page. I didn't asked SC for further details so I don't know more...
 
  • Like
Reactions: samijanemfc
Upvote 0
Ok so I'm JUST starting out with MFC and what I want to know is I have a ready to go image I want to use for the whole page, it has my about me rules and tips but I'm having difficulties figuring out how to have just the picture show. I don't want the basic template that the site has, I want to remove EVERYTHING but I can't figure it out for the life of me T_T Does anyone know how I can do this or should I try something else?
 
Upvote 0
I don't know if it is better or not but Silvercowgirl (MFC) suggested RedTube service and it does the job. From what I know, the same problem might occur, if you set the privacy, I don't know if it will be visible on other platforms... I am sorry, I didn't test it enough, but it can be an option. Good luck... emmm...
BTW the guys from MFC said into a conversation that they like the idea of video teasers and they will develop the platform adding the option to upload a video teaser on model's profile page. I didn't asked SC for further details so I don't know more...

Thanks for the info. I'll try that out and I'll do more experimentation with it to see if its an mfc or vimeo issue. Also, thanks for the heads up on mfc's plans. Hope something about that comes out relatively soon. Would make sense to have the option.

Ok so I'm JUST starting out with MFC and what I want to know is I have a ready to go image I want to use for the whole page, it has my about me rules and tips but I'm having difficulties figuring out how to have just the picture show. I don't want the basic template that the site has, I want to remove EVERYTHING but I can't figure it out for the life of me T_T Does anyone know how I can do this or should I try something else?

So if I understand correctly, you have one image file with all of the text and and the design that you want? The first thing to do would be to set all of the profile sections to hidden by going to Edit Profile -> Organize sections -> and drag all down to hidden. Next, you can go to customize profile -> advanced CSS settings and use this code:

body {background-color:white;} <----- Set the color to whatever you want the sides to be for people with larger screens.

.profile_row {display:none;}
<----- Just to make sure the rest of any MFC profile elements aren't showing.

#profile {
clear:both;
margin:auto;
background-image:url('your image link');
<----- Change "your image link" to the link of your image, but leave the single quote marks. You can use mfc image upload for hosting.
width:1000px; <----- Replace the width number with the width of your image in pixels.
height:1000px;} <----- Replace the height number with the height of your image in pixels.

Copy and paste all of the blue text, remove the red notes. This is a basic way of just replacing all of the parts with one image. If it doesn't work out right, let me know, but from my quick test it should be fine.
 
Upvote 0
Ok so I'm JUST starting out with MFC and what I want to know is I have a ready to go image I want to use for the whole page, it has my about me rules and tips but I'm having difficulties figuring out how to have just the picture show. I don't want the basic template that the site has, I want to remove EVERYTHING but I can't figure it out for the life of me T_T Does anyone know how I can do this or should I try something else?
It is possible but you will have to use additional CSS and HTML markup.
If you disable all MFC core functions i'd suggest a custom class added to the CSS markup and related HTML to render your edited image.
something like this:
CSS:
Code:
.my_image img{display:block;width:100%;height:auto;margin:0 auto 30px auto;text-align:center}

HTML:
Code:
<div class="my_image"><img src="your-image-url-path-here" alt="Model's Image"/></div>

The custom CSS class is adding responsive attributes to the wrapper and also makes the image using fluid width (responsive).

Note: the above codes does not remove/disable your profile page content. It is an example of the markup you should use after you disable everything. (tho I don't suggest this type of editing... the profile page will become non-interactive) :)
Good luck
 
Upvote 0
Quackit.com is such a good resource. All you have to do is go to the html scratchpad. Start working on a simple html bio that is already made. It is not stealing everything that you input will be changed. people who code do this all the time. all it is is inserting images from somewhere like tinypic or a similar website with your information. I was so lost when I first started making my own bio which was for cb but once i find out it was simple as inputting info it was a breeze.
 
  • Like
Reactions: Dan N
Upvote 0
Quackit.com is such a good resource. All you have to do is go to the html scratchpad. Start working on a simple html bio that is already made. It is not stealing everything that you input will be changed. people who code do this all the time. all it is is inserting images from somewhere like tinypic or a similar website with your information. I was so lost when I first started making my own bio which was for cb but once i find out it was simple as inputting info it was a breeze.
Agree but not entirely.
We are talking about MyFreeCams... yes the idea can be adapted but CB is using other markup format (inline css, and very restricted HTML tags) and the MyFreeCams tho is supporting inline css it is difficult to start playing with codes by yourself without any help.
I encourage models to DIY but time is not the model's best friend (diamond's are the girl's best friend... in this case, tokens...) .. camming time is about making money and less learning the markup codes.
For fast editing I'd suggest asking for a piece of code... If you have enough time at your disposal, than yea.... buy books, download software, learn coding from top to bottom, include some image editing tutorials too... and then you will be proud of what you have accomplished.
Learn the basics, test by yourself, become better, do better or simply ask someone to help you with... Dong, problem solved. :)
 
Upvote 0
AHHHH! Thank you so much! That was super helpful but I'm running into a problem with the border of my page now. The border of my page IS white, but I entered a different color, like I put purple, that didn't work, then I put in the hex code for the color I wanted {body background-color:#E2A1FF;} but it still didn't do anything. Am I doing something wrong? And I'm having trouble with the little bars up top that says profiles.myfreecams and other things like that. I don't know how to disable those but is there a way I can disable that bar? Here's my profile to see what I'm talking about http://profiles.myfreecams.com/LoliKat


Thanks for the info. I'll try that out and I'll do more experimentation with it to see if its an mfc or vimeo issue. Also, thanks for the heads up on mfc's plans. Hope something about that comes out relatively soon. Would make sense to have the option.



So if I understand correctly, you have one image file with all of the text and and the design that you want? The first thing to do would be to set all of the profile sections to hidden by going to Edit Profile -> Organize sections -> and drag all down to hidden. Next, you can go to customize profile -> advanced CSS settings and use this code:

body {background-color:white;} <----- Set the color to whatever you want the sides to be for people with larger screens.

.profile_row {display:none;}
<----- Just to make sure the rest of any MFC profile elements aren't showing.

#profile {
clear:both;
margin:auto;
background-image:url('your image link');
<----- Change "your image link" to the link of your image, but leave the single quote marks. You can use mfc image upload for hosting.
width:1000px; <----- Replace the width number with the width of your image in pixels.
height:1000px;} <----- Replace the height number with the height of your image in pixels.

Copy and paste all of the blue text, remove the red notes. This is a basic way of just replacing all of the parts with one image. If it doesn't work out right, let me know, but from my quick test it should be fine.
 
Upvote 0
AHHHH! Thank you so much! That was super helpful but I'm running into a problem with the border of my page now. The border of my page IS white, but I entered a different color, like I put purple, that didn't work, then I put in the hex code for the color I wanted {body background-color:#E2A1FF;} but it still didn't do anything. Am I doing something wrong? And I'm having trouble with the little bars up top that says profiles.myfreecams and other things like that. I don't know how to disable those but is there a way I can disable that bar? Here's my profile to see what I'm talking about http://profiles.myfreecams.com/LoliKat
You did some minor mistakes there.
First one is this:
Code:
#header {
  bodybackground-color:##E2A1FF;
}
It will never work. The correct version of the markup should be this
Code:
body{background-color:#E2A1FF;}

Second... you can add border via css and not to entire page (I assume you thought the same as me but you use the wrong words)
Like this:
Code:
#profile {
  clear:both;
  margin:auto;
  background-image:url(https://img.mfcimg.com/photos2/231/23155185/320-601-127-358-10417929.jpg);
  width:1200px;
  height:2700px;
border:3px solid #E2A1FF;
}
border:3px solid #E2A1FF;
I will try and overlook the wrongs of this editing but I do offer a fix for your request.
To disable the links add this codes at the very end of your CSS:
Code:
#footer_bar, #header_bar {display:none;}
 
Upvote 0
AHHHH! Thank you so much! That was super helpful but I'm running into a problem with the border of my page now. The border of my page IS white, but I entered a different color, like I put purple, that didn't work, then I put in the hex code for the color I wanted {body background-color:#E2A1FF;} but it still didn't do anything. Am I doing something wrong? And I'm having trouble with the little bars up top that says profiles.myfreecams and other things like that. I don't know how to disable those but is there a way I can disable that bar? Here's my profile to see what I'm talking about http://profiles.myfreecams.com/LoliKat

To add to what Dan said, the error is that you have {bodybackground-color:#E2A1ff;}. We want to edit the background color of the body tag. The property we want to change will always be inside the { }. The object whose property we are editing will always be before the { } so the way you currently have it, it is trying to change the property "bodybackground-color:" on the div "header". To fix it, simply copy/paste the bodybackground-color:#e2a1ff to the line above where it says #header and then put a space after body and { } around only the background-color part.

Side note: after looking at your profile, I would add a margin:0px; just to zero out the default margins on the body. Making the code look like this:

body {background-color:e2a1ff;margin:0px;}

I will try and overlook the wrongs of this editing but I do offer a fix for your request.
To disable the links add this codes at the very end of your CSS:
Code:
#footer_bar, #header_bar {display:none;}

This is how I would do this too, and I assume you are not trying to have a border so this will remove the gaps on the top and bottom and leave your desired color on the sides.
 
Upvote 0
Ok, first off, I don't know why so many new girls feel the MFC profile is so important to the point where they freak out and search out people to pay to help them. The built in MFC profile editor is simple and easy to use, and you DON'T need some elaborate CSS design to set up your MFC profile. Just answer the questions in the "edit profile" section of your admin pages, or leave them blank if you don't want them to appear, and use the "customize profile" link in your admin pages to change the appearance as you desire. You don't HAVE to have a fancy designed profile to let your viewers know what you're all about. The most important aspect of your MFC career is being ON cam and entertaining, not so much what's on your profile...

BUT, if you do want something fancy for some reason, let this thread be the place that you ask questions and find help for it.

Attention all MFC profile editors! Post a reply here if you have advice, services for hire, or helpful links for HTML and css design.

A few girls have gone to this site for basic help with HTML and CSS - http://www.w3schools.com/

I am going to direct all new models to this thread for info since we see at least 1 per week popping up asking for desperate "HELP!" on their MFC profiles. :)

Take it away, folks!

My first profile email was sent 3 years ago to you, of course :)))))
I know it's annoying, I suppose it's the hype of all the stuff going on. You see so many lovely and bling profiles like yours and you think : hey, I am sure she has shit loads of spare time, why not bug her, ey ?
My official apologies, being a new model means pestering people for a good while without paying attention to all that info out there .
I have paid 3 people to do profiles for me and all paid work was in vain. Until I discovered that MFC members know HTML. And they are sweet too. So my profile is being done by a member who I love dearly and is willing to help just because.
I'd say ask around in your room, you never know who will jump in to help.
 
Upvote 0
You see so many lovely and bling profiles like yours
Hehe mine is so non blingy though, it's just the basic layout with graphics stuck in the About Me section. :D
 
Upvote 0
Hey guys,

I just joined the forum (/wave to everybody), and will be reading through this topic, and others germane to the the topic of profile development as time permits this weekend/next week. But I did have a few questions to ask to get me pointed in the right direction. I'm looking to do a profile page for a friend of mine, and I want to ensure she will have full functionality. I don't think the "wipe the sections and upload stacking image files" method is going to work.

Firstly, I'm a self-taught designer, having learned both HTML and CSS from books, and a lot of trial and error. It's been about a year since I've done anything, so I need to brush up on HTML, and learn the changes with HTML 5.

From my understanding, all HTML and CSS must be within the profile entry portions. No external CSS pages can be referenced?

Second, how well do the profile pages work with HTML 5? I'm not writing a page from the ground floor up, so I need to know if there are any markup limitations inherent with the coding MFC uses. Normally, it would just be an issue of the browser(s) parsing my code, and things working or not would be dependent on how the browsers observed certain tags, etc. But anybody who remembers working with something like Myspace knows that not everything that is written necessarily works, though it should. Most of what I've seen with the HTML 5 changes, thus far, won't have any real application for what I'm wanting to do. But if there are any landmines out there that I should know of in advance, it would be helpful.

Thank you for your responses in advance. I look forward to being an active, contributing member, and one that can help out with coding questions once my own knowledge is up-to-date. I have some cobwebs to blow off first. :haha:
 
Upvote 0
Hey guys,

I just joined the forum (/wave to everybody), and will be reading through this topic, and others germane to the the topic of profile development as time permits this weekend/next week. But I did have a few questions to ask to get me pointed in the right direction. I'm looking to do a profile page for a friend of mine, and I want to ensure she will have full functionality. I don't think the "wipe the sections and upload stacking image files" method is going to work.

Firstly, I'm a self-taught designer, having learned both HTML and CSS from books, and a lot of trial and error. It's been about a year since I've done anything, so I need to brush up on HTML, and learn the changes with HTML 5.

From my understanding, all HTML and CSS must be within the profile entry portions. No external CSS pages can be referenced?

Second, how well do the profile pages work with HTML 5? I'm not writing a page from the ground floor up, so I need to know if there are any markup limitations inherent with the coding MFC uses. Normally, it would just be an issue of the browser(s) parsing my code, and things working or not would be dependent on how the browsers observed certain tags, etc. But anybody who remembers working with something like Myspace knows that not everything that is written necessarily works, though it should. Most of what I've seen with the HTML 5 changes, thus far, won't have any real application for what I'm wanting to do. But if there are any landmines out there that I should know of in advance, it would be helpful.

Thank you for your responses in advance. I look forward to being an active, contributing member, and one that can help out with coding questions once my own knowledge is up-to-date. I have some cobwebs to blow off first. :haha:

Nope, no external CSS, no @import ...

Indeed some HTML5 tags are not accepted by MFC core platform but not something to worry about.
<aside> , <section> , <video>, <nav> and few others will not work...
From my point of view those tags are not a problem. Successfully you can use CSS3, custom class and id elements for styling stuff.
Reflect, border radius, animations, text shadow, box shadow, mask, shapes and almost all CSS3 will work nicely with MFC.
Self-hosted fonts (Google webfont library works)
Note: tho most updated browsers are able to render the majority of html css markup it is not a bad idea to use browser prefix to CSS elements when available....some users might use old and non-updated browser versions. If you are familiar with CSS grid layout, it is a good suggestion to use it --- awesome for responsiveness of the page/layout
Good luck and let me know what you did when time comes. :)
 
  • Like
Reactions: samijanemfc
Upvote 0
Hiya! I'm currently trying to figure out how to do a scrolling profile bar, where all the graphics I currently have on my profile are in the bar, and I want to have a Nav Bar that goes across my page evenly. I'm not trying to do anything too complicated with a scrolling profile bar other than it being black or able to have a "wall paper" added to it or a frame. Could somebody help me with this? I'm not that great at code and had a friend do my basic profile and have only been adding graphics to it over time, since.
 
Upvote 0
Hiya! I'm currently trying to figure out how to do a scrolling profile bar, where all the graphics I currently have on my profile are in the bar, and I want to have a Nav Bar that goes across my page evenly. I'm not trying to do anything too complicated with a scrolling profile bar other than it being black or able to have a "wall paper" added to it or a frame. Could somebody help me with this? I'm not that great at code and had a friend do my basic profile and have only been adding graphics to it over time, since.

You will need to wrap all your graphics into a div element and add a piece of css too...
the basic code looks like this:
The html:
<div class="my_content"> all the graphics here and other content</div>
The css:
.my_content{display:block;width:100%;height:1200px;overflow:auto;}
width:100% makes the div full width
height:1200px; makes the div height 1200px --- you can use any value there, smaller or bigger than the one I've used

to css you can also add background image, margin values, padding values and to customize the scrollbar you will need additional CSS.
I am not familiar with your design so i can assist with exactly what you asked... the basic simple stuff.
Your friend should assist you if you think it is to complex.

Nav bar -- if you want a sticky one, you already have an example code here
https://www.ambercutie.com/forums/threads/myfreecams-profile-help.17582/page-11#post-816438
 
  • Like
Reactions: samijanemfc
Upvote 0