MFC Profile Layouts & Graphics
I have been looking at alot of models profiles and they have these great graphics and pictures with writing all over them (with tippers, rules, etc) i feel so bad (im still rocking the generic green background) how do you create these, do you need a special software?
Re: MFC Profile Layouts & Graphics
Many girls use Photoshop but there are also many free graphics editors out there. Gimp is the first to come to mind but definitely not the only one.
Re: MFC Profile Layouts & Graphics
You know, I've done some decent work on my MFC profile, but I just made my pic the background and used a site to make glitter text graphics. But I still can't figure out how to make large text boxes and stuff like that.
Re: MFC Profile Layouts & Graphics
I use http://pixlr.com/ photo editor. I pick an image. you can get images from tumblr to use. and then you upload ur image to photobucket.com and then you put the link to the image in the about section.
Re: MFC Profile Layouts & Graphics
Thanks, TeenageAnnie! Can you make like, larger text boxes with that? I don't know if you know what I mean. For like, Rules, Tip Menu, stuff like that.
Re: MFC Profile Layouts & Graphics
Kim, what kind of boxes are you looking for like text within a large area? or Images with text in a large area?
I'm in the process of re-doing or completely scrapping my MFC profile layout so excuse the mess but let me know if the bottom section is what your looking to do and I'll help you out.
Re: MFC Profile Layouts & Graphics
Kim, what kind of boxes are you looking for like text within a large area? or Images with text in a large area?
I'm in the process of re-doing or completely scrapping my MFC profile layout so excuse the mess but let me know if the bottom section is what your looking to do and I'll help you out.
Re: MFC Profile Layouts & Graphics
Love your MFC profile Anika =)
Re: MFC Profile Layouts & Graphics
Quote:
Originally Posted by
Mistress Anika
Kim, what kind of boxes are you looking for like text within a large area? or Images with text in a large area?
I'm in the process of re-doing or completely scrapping my MFC profile layout so excuse the mess but let me know if the bottom section is what your looking to do and I'll help you out.
profiles.myfreecams.com/AnikaSnow
Yessss that's the type of thing I mean! What program did you use for that? Thanks hottie ;)
Re: MFC Profile Layouts & Graphics
Thanks Diamond :p
For that I'm using CSS3 Columns but you can also do it with divs and floats.
TO make the whole interest area into a 3 column layout
.interests_body { padding: 5px 5px 10px 10px;
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px; }
The other option would be something like this:
.col3 { border:solid 1px red;
width:30%;
padding: 10px;
float:left; }
<div class='col3'>
first colum section
</div>
<div class='col3'>
Section 2
</div>
<div class='col3'>
Section 3
</div>
Disregard all shameless promoting below
I'm also available for profile makeovers,
Re: MFC Profile Layouts & Graphics
Hey , I have been wanting to create my own css layout for my mfc profile ,but I do not know how to do it. I was wondering if anyone could give me pointers on how to create my own?
Re: MFC Profile Layouts & Graphics
I made a free profile a while back. I've been busy with other things, so it still throws some errors I need to fix, but it offers a lot of css effects to play with. You're welcome to look at it and steal anything from it you like!
Quote:
I've been playing around with some MFC profile designs that I'll be offering for free. I haven't bothered to build the host site for this, but I wanted to post my first design here for feedback. Feel free to use it, if you like!
Here's the demo. It uses a bunch of dummy content from my profile (e.g. main profile photo, wall posts, etc.), but none of that will show up on your profile if you use it.
Feel free to play with it, change it, edit it - do whatever you want with it!
To install it:
1) Go to
Edit Profile and make sure you've selected "
Use the new HTML layout." Click the
Use Layout button to save.
2)
Copy all of this CSS into
Custom CSS box under
Customize Profile.
3)
Copy all of this HTML into a text-editor. Change all of the red text to fit your needs. The top section indicates all of the buttons that will show up in the menu bar at the top of the profile page - you'll need to enter new URLs and names for the buttons. The bottom section creates a text box with a section title that will show up immediately under all of your basic details. If you don't have any text or images you want to put on your profile, you can just delete this part.
3) Go back to
Edit Profile and click
Step Four. Then
copy all of this HTML into
More About Me/Bio.
Please let me know what you think!
Re: MFC Profile Layouts & Graphics
Also, my current profile does some fun things with the basic info containers and animations: http://profiles.myfreecams.com/masontwenty
You're welcome to play with/steal that, too.
You can see the css here: http://freemfcprofiles.com/masontwenty.css
Re: MFC Profile Layouts & Graphics
That is so awesome :D!!!! Thankyou so much :3!
Re: MFC Profile Layouts & Graphics
For graphics check out canva.com, you may find some use for it for other things as well.
Re: MFC Profile Layouts & Graphics
You're the best, Sabihah! You are also crazy hot and my new MFC girlcrush. Hope you don't mind :) Appreciate the source code-I know enough to play around, but I always eff something up when I try to start from scratch.