Basic question:
How to add custom images to MFC profile?First of all, let's define the "MFC" as MyFreeCams profile.
Second, MFC core platform doesn't use double quotes in html code and most simple html code for image will look like this:
<img src='image-url-path'/>
where "image-url-path" is the direct http address of your hosted image.
If you notice, I didn't use double quotes, MFC will strip them out.
Next question and a logic one will be:
Where to add the html code for image to show in my profile?- go to your profile settings, Edit Profile and add the html code wherever you want. Most users choose "About Me/Bio" section.
(not recommended if your image is to wide)
_________________________________
dictionary:
html -
Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pagescss-
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language