Visually appealing listings are a great way to gain new customers and keep your current ones coming back for more. Use HTML in your listings and on your Flirt Profile to make them attractive and effective!
Listings can contain up to 14000 characters and Flirt Profiles can contain up to 7000.
Both listings and Flirt Profiles 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 Listing or Profile to have a fixed width, we suggest using 775px.
Here are some basic HTML tags that will get you started. Give it a try. You'll see immediate results!
Accentuating Text
|
Tag |
Description |
Example HTML |
Appearance |
|---|
|
<b></b> |
bold |
Call me for the best <b>phone sex</b>! |
Call me for the best phone sex! |
|
<i></i> |
italics |
Call me <i>now</i> for <i>the best</i> phone sex! |
Call me now for the best phone sex! |
|
<u></u> |
underline* |
<u>I can fulfill all of your fantasies!</u> |
I can fulfill all of your fantasies! |
|
<center></center> |
centered text |
<center>I love NiteFlirt!</center> |
I love NiteFlirt! |
* Avoid underlining text since some users will confuse the underlined text for a link.
Line Breaks & Paragraphs|
Tag |
Description |
Example HTML |
Appearance |
|---|
|
<br> |
line break |
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. |
|
<p> |
paragraph |
<p> If I'm not available, please send NF Mail. <p> I will get back to you as soon as I can. |
If I'm not available, please send NF Mail. I will get back to you as soon as I can. |
Font Tag: Text Size, Color & Type Face
You can use the size, color and face "attributes" of the <font> tag to change the appearance of your text.|
Tag |
Description |
Example HTML |
Appearance |
|---|
<font></font> |
size (1-7) |
<font size="1">smallest (8pt)</font><br> <font size="2">smaller (10pt)</font><br> <font size="3">small (12pt)</font><br> <font size="4">medium (14pt)</font><br> <font size="5">big (18pt)</font><br> <font size="6">bigger (24pt)</font><br> <font size="7">biggest (36pt)</font><br> |
smallest (8pt) smaller (10pt) small (12pt) medium (14pt) big (18pt) bigger (24pt) biggest (36pt) |
<font></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. |
<font></font> |
color** |
<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></font> |
multiple attributes |
<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 if you specify a font face which users don't have on their computers, then users will see the default font, which for most browsers is Arial.
** To change the color of a link, you must place your font tags inside the link tags (e.g. <a><font></font></a>).
Bullet & Number Lists|
Tag |
Description |
Example HTML |
Appearance |
|---|
<ul> <li></li> </ul> |
unordered (bullet) list with list items |
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
|
<ol> <li></li> </ol> |
ordered (number) list with list items |
I have Fetish listings that focus on: <ol> <li>Foot and Shoe</li> <li>Lingerie & Stockings</li> <li>Leather & Latex</li> </ol> |
I have Fetish listings that focus on:
-
Foot and Shoe
-
Lingerie & Stockings
-
Leather & Latex
|
Links
Links must be absolute—i.e. "href" attributes in <a> tags must begin with "http://".
o Correct:
+ <a href="http://www.mysite.com/content/mypage.html">My Link</a>
o Incorrect:
+ <a href="mypage.html">My Link</a>
+ <a href="/content/mypage.html">My Link</a>
Images
Image URLs must be absolute—i.e. "src" attributes in <img> tags must begin with "http://"
o Correct:
+ <img src="http://www.mysite.com/images/graphic.gif">
o Incorrect:
+ <img src="graphic.gif">
+ <img src="/images/graphic.gif">
The following HTML tags and attributes are supported on NiteFlirt listings and Flirt Profiles.
|
Tag |
Attribute |
|---|
<a> <area> <b> <big> <blink> <blockquote> <br> <center> <cite> <div> <em> <embed> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img> <li> <map> <marquee> <object> <ol> <p> <param> <pre> <samp> <small> <span> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul> <var> |
align allowNetworking alt autostart background base behavior bgcolor border bordercolor cellpadding cellspacing classid codebase color cols colspan coords direction face FlashVars height href id label link loop menu name quality rows rowspan salign seamlesstabbing scale shape size src style target text title type usemap valign value vspace width wmode |
JavaScript of any kind is not supported.
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.