Visually appealing Listings are a great way to attract new customers and keep your current ones coming back for more. With HTML, you can make your Flirt Profile, Listings, and NF Mail even more enticing!
Flirt Profiles can contain up to 7000 characters and Listings can contain up to 14000, and each will display in two widths -- 775 pixels and 1075 pixels -- depending on the screen resolution of the viewer. 775px will look great even on smaller screens (laptops and tablets) and 1075px will look great on larger screens! If you want your Flirt Profile and listings to have a fixed width, we suggest using 775px.
Jump ahead to:
Supported Tags & Attributes
HTML Basics
Formatting Text & Fonts
Embedding Links, Images, and Video
The following HTML and HTML5 tags and attributes are supported on Flirt Profiles and Listings. Flirt Profiles can contain up to 7000 characters and Listings can contain up to 14000 characters.
HTML | HTML5 | |||||
Tag | Attribute | Tag | Attribute | |||
<a> <abbr> <area> <b> <bdo> <bdi> <big> <blink> <blockquote> <br> <center> <cite> <code> <col> <colgroup> <dd> <del> <dfn> <div> <dl> <dt> <em> <embed> <figcaption> |
<figure> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hgroup> <hr> <i> <img> <ins> <kbd> <li> <map> <mark> <marquee> <nav> <object> <ol> <p> <param> <pre> |
<q> <ruby> <rt> <s> <samp> <small> <span> <strike> <strong> <sub> <sup> <table> <tbody> <td> <tfoot> <th> <thead> <time> <tr> <tt> <u> <ul> <var> <wbr> |
align allowNetworking alt autostart background base behavior bgcolor border bordercolor cellpadding cellspacing classid codebase color cols colspan coords datetime dir direction face FlashVars height href id label |
lang link loop menu name quality rows rowspan salign seamlesstabbing scale shape size span src style target text title type usemap valign value vspace width wmode |
<audio> <details> <source> <summary> <track> <video> |
autoplay controls default height kind label loop media muted open poster preload src srclang type width |
Note: Sorry, Javascript and CSS are not currently supported.
Note: While we are actively working on the ability to include them, Emojis are not currently supported in Profile and Listing HTML code. When an Emoji is placed, the Emoji and everything after it will be stripped once the Profile/Listing is submitted.
Here are some basic HTML tags that will get you started. Give 'em a try -- you'll see immediate results!
Line Breaks & Paragraphs
Description | Tag | Example HTML | Appearance |
line break | <br> | I look forward to fulfilling your fantasies.<br>Call me for the best phone sex. | I look forward to fulfilling your fantasies. Call me for the best phone sex. |
paragraph | <p> | <p> If I'm not available, please send NF Mail.</p> <p>I will get back to you as soon as I can.</p> | If I'm not available, please send NF Mail. I will get back to you as soon as I can. |
Bulleted & Numbered Lists
Description | Tag | Example HTML | Appearance |
bulleted (unordered) list with list items | <ul> <li></li> </ul> |
I have Fetish listings that focus on: <ul> <li>Foot and Shoe</li> <li>Lingerie & Stockings</li> <li>Leather & Latex</li> </ul> |
I have Fetish listings that focus on: • Foot and Shoe • Lingerie & Stockings • Leather & Latex |
numbered (ordered) list with list items | <ol> <li></li> </ol> |
My top 3 Fetish listings are: <ol> <li>Foot and Shoe</li> <li>Lingerie & Stockings</li> <li>Leather & Latex</li> </ol> |
My top 3 Fetish listings are: 1. Foot and Shoe 2. Lingerie & Stockings 3. Leather & Latex |
One of the easiest ways to draw attention to your Flirt Profile and listings is by simply accentuating your text or shaking things up with different fonts and colors!
Accentuating Text
Description | Tag | Example HTML | Appearance |
bold | <b></b> | Call me for the best <b>phone sex</b>! | Call me for the best phone sex! |
italics | <i></i> | Call me now for <i>the best</i> phone sex! | Call me now for the best phone sex! |
underline* | <u></u> | <u>I can fulfill your fantasies!</u> | I can fulfill your fantasies! |
centered text | <center></center> | <center>I love NiteFlirt!</center> | I love NiteFlirt! |
Note: Avoid underlining text as some users may confuse the underlined text for a link.
Font: Size, Color & Type Face
Description | Tag | Example HTML | Appearance |
size (1-7) | <font size=></font> | <font size="1">smallest (8pt)</font> <font size="2">smaller (10pt)</font> <font size="3">small (12pt)</font> <font size="4">medium (14pt)</font> <font size="5">big (18pt)</font> <font size="6">bigger (24pt)</font> <font size="7">biggest (36pt)</font> |
smallest (8pt) smaller (10pt) small (12pt) medium (14pt) big (18pt) bigger (24pt) biggest (36pt) |
color** | <font color=></font> | <font color="red">Here is some red text.</font><br> <font color="green">Here is some green text.</font><br> <font color="orange">Here is some orange text.</font><br> <font color="blue">Here is some blue text.</font> |
Here is some red text. Here is some green text. Here is some orange text. Here is some blue text. |
<font face=></font> | face* | <font face="Times New Roman">Here is an example of Times New Roman.</font> <font face="Arial">Here is an example of Arial.</font> <font face="Courier">Here is an example of Courier.</font> |
Here is an example of Times New Roman. Here is an example of Arial. Here is an example of Courier. |
multiple attributes | <font></font> | <font size="3" face="Courier" color="red">Here is some small red text in Courier.</font><br> <font size="6" face="Arial" color="purple">Here is bigger purple text in Arial.</font> |
Here is some small red text in Courier. Here is bigger purple text in Arial. |
Note: If you do not specify a font face or you specify a font face that's not compatible with the viewer's browser, the default font, which for most browsers is Arial, will be used.
Embedding Links, Images, and Video
Whether your pictures and videos are hosted by NiteFlirt in your File Manager or are hosted elsewhere, consider embedding photos into your Flirt Profile and Listings to help convince customers that calling you is the best choice they'll make all night!
You are permitted to use any hosting service that offers HTML code for your photos as long as it does not require you to link back to the hosting site. To avoid linking back to the hosting site, be sure to only use the <img src=...> portion of the code.
Embedded Links Images and Videos
Description | Tag | Example HTML | Appearance |
links | <a href=></a> | <a href="http://www.niteflirt.com">Clicking this text takes you to NiteFlirt.com!</a>/td> |
Clicking this text takes you to NiteFlirt.com! |
images | <img src=> | <img src="http://www.niteflirt.com/image.jpg"> |
![]() |
videos | <video src=></video> | <video src="https://www.videosite.com/videoID"></video> |
FAQ - Frequently Asked Questions
What if I don’t know how to use HTML?
While we hope the information in this article is enough to get you started, there are tons of free resources available online that offer basic HTML tutorials to get you customizing your Profile and Listings in no time!
Can NiteFlirt’s Customer Support team help troubleshoot my custom HTML code?
Sadly, no. While we’re always willing to answer any questions you may have,HTML support is outside our scope of service. For troubleshooting, we recommend double-checking your code to ensure all of your tags/attributes are supported. If formatting might be the issue, we recommend dropping your code into a free, online HTML validator.
How will my Flirt Profile and Listings appear on mobile web browsers?
NiteFlirt is mobile responsive which means all pages, including Profiles and Listings, will automatically adjust to the screen size of the device it is being viewed on!