Use HTML to make your Flirt Profile, listings, and NF Mail attractive and effective! Visually appealing listings are a great way to gain new customers and keep your current ones coming back for more.
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:
A Full List of Supported Tags & Attributes
HTML Basics
Formatting Text & Fonts
Embedding Links, Images, and Video
Supported HTML
The following HTML and HTML5 tags and attributes are supported on Flirt Profiles and Listings.
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 |
JavaScript of any kind is not supported.
HTML Basics
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:
|
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:
|
Formatting Fonts
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> |
* 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. |
*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.
**To change the color of a link, you must place your font tags inside the link tags (e.g. <a><font></font></a>).
Embedding Links, Images, and Video
Whether your pictures and videos are hosted by NiteFlirt in File Manager or are hosted elsewhere*, consider embedding pictures into your Flirt Profile and listings to help convince customers that calling you is the best choice they'll make all night!
Embedded Items**
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> |
*If your images and videos are not hosted by NiteFlirt in File Manager, you are permitted to use any hosting service that offers HTML code for your photos and does not require you to link back to them. To avoid linking back to the hosting site, be sure to only use the <img src=...> portion of the code.
** Source URLs for links, images, and video must be absolute by beginning with "http://" or "https://"
Although we are always willing to help you with any questions you may have, we are unable to provide HTML-related assistance. We suggest finding a website or online tutorial that offers basic HTML tips and troubleshooting.