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

HTML help for MFC profiles

  • ** 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.
Mar 21, 2016
31
15
8
I have a few questions pertaining to HTML on MFC... but let's start with how to turn an image into a link?
 
Not positive I understand your question, but I'll give it a shot.

If you wanted to embed my avatar somewhere, you'd use:
Code:
<img src="https://www.ambercutie.com/forums/data/avatars/l/5/5815.jpg"/>

If you wanted to embed my avatar, and make it so clicking my avatar would take you to mfc, you'd "wrap it" in a link, by putting the image tag inside a link tag:
Code:
<a href="http://www.myfreecams.com/"><img src="https://www.ambercutie.com/forums/data/avatars/l/5/5815.jpg"/></a>

A great introduction to basic HTML is here: http://www.w3schools.com/html/html_intro.asp
 
Lol thank you!! What I was actually meaning though was how do I get an image of my choice on my MFC page, to where if a person were to click on it that it would go straight to a link of my choice? Like how a lot of people have the amazon and twitter buttons. I want those but i want it a certain style (which i'll create myself) and i also have some unique ones. So all I'm asking for is the code to use for this with 'insert image link here' and 'insert link it will direct to here' type stuff :D I hope that made it more clear :3
 
Lol thank you!! What I was actually meaning though was how do I get an image of my choice on my MFC page, to where if a person were to click on it that it would go straight to a link of my choice? Like how a lot of people have the amazon and twitter buttons. I want those but i want it a certain style (which i'll create myself) and i also have some unique ones. So all I'm asking for is the code to use for this with 'insert image link here' and 'insert link it will direct to here' type stuff :D I hope that made it more clear :3

His second piece of code is what you're looking for.
Put the page you want it to link to (amazon, twitter etc..) where he has myfreecams.com

Put the URL of the image, where he has the url of his image (it ends with .jpg)

so <a href="INSERT LINK"><img src="Insert Image URL"></a>
 
  • Like
Reactions: Rosia and DrWangFei
Status
Not open for further replies.