HTML_LOVERS

Created on: February 01, 2005, 01:06pm
Description:

UNDER CONSTRUCTION SOME LINKS MAY NOT WORK, PLEASE BE PATIENT

Basic Text & Marquees

You can set text styles with either HTML or CSS. HTML is fine for styling odd words or sentences, but if you want to alter bigger blocks of text it's often easier to use CSS, and if you want to alter text or links already on your VF page you will need to, as you can't get to those things to put HTML tags around them.

Styling text with HTML:

<i> Italic Text </i>
<b> Bold Text </b>
<u> Underline Text </u>
<> <>Struck Out Text </></>
<div align="center"> Centered Text </div>
<font color="orange"> Orange Text </font>
<font color="#990000"> Red Text set with a Hex Code</font>
<font size="1"> Small Text </font>
<font size="4"> Bigger Text </font>
<font face="Times New Roman, Times, Serif">Times New Roman Text </font>
<br />Line Break in Text...
Like this, starting on a new line.

Combining HTML font tags.

If you want to change color, size and / or font face, you can do it all in the same tag:
<font style="font-size:12px; color:red"> Red, Size 12px Text </font>
<font style="font-size:16px; font-family:Georgia;"> Georgia Size 16px Text </font>
<font style="font-family:'Courier New'; color:orange;"> Courier Size 1 Orange Text </font>

Making Text Links

To make a text link, you need the [ URL ] of the page you want to link to, and this code:
<a href="http://www.insert_your_url_here.com/"> WHAT YOU WANT YOUR LINK TO SAY </a>

Styling text with CSS:

CSS styles follow a different syntax to HTML. Rather than going directly around the bit of text you want to format, you put them in between style tags, which can be in a whole different part of your profile. To affect all the text in your profile, apply the styles to "html, body", like this:
<style type="text/css">
html, body {
color: red;
font-family: Georgia;
font-size: 8pt;
font-weight: bold;
font-style: italic;
text-decoration: underline; letter-spacing: 5px;
font-variant: small-caps;
}
</style>

Styling links with CSS:

Links have 3 different states- a:link (unvisted) a:visited (visited, duh!) and a:hover (while the mouse is hovered over it). You can use CSS to change all of them separately if you like:
<style type="text/css">
a:link { color: red; text-decoration: none; }
a:visited { color: green; text-decoration: overline; }
a:hover { color: orange; background: white; text-decoration: none; }
</style>

Scrolling Marquees.

You can use marquees to make text or images scroll. <marquee> Scrolling Marquee </marquee>

<marquee behavior="scroll" direction="right"> Going Right </marquee>

<marquee behavior="scroll" direction="up">Up, Anyone?</marquee>

Marquees have other behaviors... *NB You may have to refresh to see the slide marquee, and Firefox doesn't support it (it scrolls instead).

<marquee behavior="slide"> Sliding Marquee* </marquee>

<marquee behavior="alternate"> Alternating Marquees Kind of Bounce </marquee>

You can change the speed using scrollamount:

<marquee scrollamount="4"> Scrollamount 4 </marquee>

<marquee scrollamount="20"> Scrollamount 20 </marquee>

Scrolldelay lets you make your marquees pause:
<marquee scrolldelay="500" scrollamount="100"> Scrolldelay 500 </marquee>

I simply combined left and right on the same page from being lazy.. lol. Ill edit the coding when the time comes.

Please click on the proper link to find where you would like the anchor nav to go.

Basic Anchor Design Top Anchor Design Bottom Anchor Design

Instructions

On your desired anchor nav webpage:

  • Right click,
  • View Source code or view page source,
  • scroll down till you see the words </center>
  • then below that you will see the following.
    • <style> .defaultpic, .userinfo, .leftnav, .profile_title, .likes_title, .dislikes_title, .music_title, .journal_entry, .thumbnail, .gallery, .videos, .buttons1, .buttons2, .buttons3, .topbar, .maintop img, .menu2, .comments, .rate, .friends { display: none; }

    Highlight to select this untill you scroll down and see this

      </div> </div>

    copy or cut all. then place into your profile or it is STRONGLY suggested you edit this and all other webpage, layout coding in NOTEPAD + +

    About NP++

    Coming soon...

    Borders


    Borders can be used around any table or image. Below are the codes to apply borders.
    In CSS:
    <style>
    table, .table {
    border: solid;
    border-width: thin;
    </style>

    Inline style:
    style="border: dashed; border-width: thin;

    NOTE: Please replace the struck out text with the attributes you desire.

    Styles



    groove
    inset
    outset
    ridge
    dotted
    dashed
    solid (default)
    double
    hidden
    none
    inherit

    Widths



    thin
    medium (default)
    thick


    Cursors


    Here are some basic cursors you can use for your profile.
    These are cursors from the regular windows program (i.e. The help program):

    move, e-resize, ne-resize, nw-resize, n-resize, se-resize, sw-resize, s-resize, w-resize, text, wait, help, crosshair

    Here are the hover examples:

    move
    e-resize
    ne-resize
    nw-resize
    n-resize
    se-resize
    sw-resize
    s-resize
    w-resize
    text
    wait
    help
    crosshair
    auto (default for hover)
    default (default arrow)


    This is the default CSS for the standard cursors:
    <style type="text/css">
    body {
    cursor: move;}
    </style>

    This is the inline style code to change the hover:
    style="cursor: move;

    Here is the code to link a custom (hosted) cursor:
    <style type="text/css">
    body {
    cursor: url("http://www.cursorurl.com/example.cur");}
    </style>


    NOTE: Please replace the struck out text with the attributes you desire.

    Coming soon...

    Coming Soon...

    Coming Soon...

    Coming Soon...

    Staff

    coming soon...

    Owner: MyMentalHell
    Members (2492): [view]
    Who Can Join: anyone can join
    Who Can Post: unmoderated
    Who Can View: anyone
    Who Can Upload Pics: Moderators
    Posts: 15104
    Posts Today: 6
    Posts This Week: 20
    Posts This Month: 110
    Affiliate Cults: Self-destructive_Layouts, Epic_Layouts, Panic_designs, ProfileDesign101
    Members Viewing (0):

    [Cult Statistics]
    [View All Cult Posts] [View Expanded Posts]
    [View Cult Gallery (1 pics)] [Edit Pictures] [Upload Pictures]
    [ Staff Only ]
    Subject
    Replies
    Started Last Comment
    Hiding stuff link
    1
    02/03/2010 05:34pm
    by Turbines__
    02/04/2010 03:17am
    by Kryss
    [View All Cult Posts] [View Expanded Posts]

    [ Rules and Guidelines ]
    Subject
    Replies
    Started Last Comment
    Official Chat Thread 3.0
    24
    10/21/2008 08:01am
    by Rotnac
    02/06/2010 09:29am
    by PlagueInfected
    RULES!!!
    0
    10/10/2005 08:34pm
    by MyMentalHell
    09/18/2009 11:41pm
    by Phinney
    [View All Cult Posts] [View Expanded Posts]

    [ General Discussion ]
    Subject
    Replies
    Started Last Comment
    User Titles
    12
    01/16/2010 03:11pm
    by MyMentalHell
    02/03/2010 12:01pm
    by takeawaymypain
    Cult question.
    4
    02/09/2010 10:10am
    by nano_byte
    02/09/2010 03:37pm
    by nano_byte
    Tutorials and such
    2
    02/08/2010 11:59pm
    by D3SUth3nurs3
    02/09/2010 12:11am
    by PlagueInfected
    can i please get a little help
    3
    02/08/2010 11:36pm
    by sanityassassin
    02/09/2010 12:00am
    by NathanxDemonication
    Nested Pages
    4
    02/08/2010 02:02pm
    by Sl33pWalkingElite
    02/08/2010 02:39pm
    by Sl33pWalkingElite
    Banner help
    4
    02/06/2010 04:15pm
    by ME_YOU_HATE
    02/08/2010 10:08am
    by PlagueInfected
    background help
    8
    02/05/2010 01:49pm
    by hardcoresynlover
    02/06/2010 10:17am
    by takeawaymypain
    Banners.
    7
    01/14/2010 07:03pm
    by GABIE
    02/06/2010 05:34am
    by takeawaymypain
    Cult Request
    9
    02/03/2010 08:09am
    by takeawaymypain
    02/05/2010 05:46am
    by takeawaymypain
    Banner On Profile
    11
    01/24/2010 12:18am
    by WakeUpHatesGirl
    02/04/2010 07:26pm
    by WakeUpHatesGirl
    It's Simple.
    4
    11/10/2009 04:25pm
    by MollieEatsAirplane
    02/04/2010 07:46am
    by Diaruemnus
    Trying to help my sister out
    7
    01/22/2010 04:44am
    by Hemera
    02/04/2010 01:50am
    by vampire_freak_lover_
    Hiding music player
    18
    02/01/2010 03:39am
    by GABIE
    02/03/2010 04:12pm
    by takeawaymypain
    Flashy User Titles?
    12
    01/21/2010 01:20pm
    by XxX4letterlieXxX
    02/03/2010 11:58am
    by takeawaymypain
    poll
    3
    02/01/2010 08:52pm
    by Homocidal_Teddy_Bear
    02/02/2010 03:31am
    by PlagueInfected
    link help
    5
    02/01/2010 03:07am
    by xlivE13x
    02/02/2010 03:26am
    by Kryss
    PHOTO HELP!!!
    1
    02/01/2010 08:47pm
    by BloodyValentineRoses
    02/01/2010 08:52pm
    by dark-freaks
    Help.
    5
    01/31/2010 02:37pm
    by Brittney_is_a_Riot
    02/01/2010 03:42pm
    by PlagueInfected
    cult layouts
    1
    02/01/2010 05:36am
    by rocker_bitch688
    02/01/2010 09:05am
    by PlagueInfected
    Resizing Pictures?
    10
    01/21/2010 07:47pm
    by D3SUth3nurs3
    01/31/2010 08:59pm
    by vampire_freak_lover_
    Can Someone Do Me A Favor?
    4
    01/26/2010 08:44pm
    by BloodyValentineRoses
    01/31/2010 05:56pm
    by PlagueInfected
    gif problem
    15
    01/04/2010 12:14pm
    by evil_bunny_
    01/31/2010 05:47pm
    by PlagueInfected
    .group_forum question
    3
    01/31/2010 10:33am
    by evil_bunny_
    01/31/2010 11:54am
    by vampire_freak_lover_
    journal layout
    1
    01/30/2010 07:07pm
    by rocker_bitch688
    01/30/2010 07:25pm
    by Naadia
    NOOB? xD
    9
    01/30/2010 08:54am
    by jeroentjevj
    01/30/2010 03:54pm
    by evil_bunny_
    Background images for new topic box
    3
    01/30/2010 06:41am
    by NoodleCake
    01/30/2010 10:31am
    by Kryss
    positoning help
    4
    01/29/2010 03:51pm
    by hardcoresynlover
    01/30/2010 10:17am
    by PlagueInfected
    HELP! Boxes. ( page 2 )
    36
    01/24/2010 08:20am
    by BadAssMeh
    01/29/2010 11:08pm
    by vampire_freak_lover_
    Music
    10
    01/22/2010 09:54am
    by Homocidal_Teddy_Bear
    01/29/2010 01:31pm
    by vampire_freak_lover_
    Preloading images?
    4
    01/29/2010 08:29am
    by _pixel
    01/29/2010 10:14am
    by _pixel
    Need a code.
    6
    01/26/2010 08:35pm
    by GABIE
    01/27/2010 12:28am
    by Kontrol-Freakz
    Spacing Help
    3
    01/25/2010 01:39pm
    by BloodyValentineRoses
    01/26/2010 01:11am
    by PlagueInfected
    Premade layout help?
    6
    01/25/2010 12:38pm
    by XxYour_cold_HorrorxX
    01/25/2010 03:09pm
    by XxYour_cold_HorrorxX
    No Subject
    6
    01/17/2010 10:15pm
    by GABIE
    01/21/2010 02:21am
    by GABIE
    oops.
    4
    01/20/2010 03:56am
    by kitten_xx
    01/20/2010 06:31pm
    by losted-freak
    CSS Fun
    8
    01/19/2010 12:20pm
    by Diaruemnus
    01/19/2010 09:12pm
    by Kontrol-Freakz
    Needing help with div. profile
    9
    01/17/2010 02:22pm
    by X-Doom_Doom-X
    01/19/2010 02:14pm
    by Kontrol-Freakz
    IE problems once again.
    1
    12/10/2009 07:50am
    by NathanxDemonication
    01/19/2010 02:13pm
    by Kontrol-Freakz
    Help trying to edit cult
    1
    01/18/2010 04:43am
    by GasolineRainbows
    01/19/2010 02:05am
    by GasolineRainbows
    help?
    2
    01/17/2010 11:24pm
    by rocker_bitch688
    01/17/2010 11:52pm
    by rocker_bitch688
    pictures post
    1
    01/17/2010 10:01pm
    by xS_C_R_E_A_Mx
    01/17/2010 10:39pm
    by Kontrol-Freakz
    More Help!
    2
    01/17/2010 09:41am
    by DropDead13
    01/17/2010 11:09am
    by DropDead13
    scroll bar colors
    2
    01/16/2010 08:27pm
    by xFANTASMAx
    01/16/2010 09:34pm
    by xFANTASMAx
    Image Maps + Anchoring Help Needed /:
    4
    01/13/2010 06:43pm
    by hellocaptain
    01/14/2010 04:54pm
    by jeroentjevj
    ..
    5
    01/13/2010 05:12pm
    by Death_to_all
    01/14/2010 01:31pm
    by jeroentjevj
    Help!
    3
    01/12/2010 07:34pm
    by DropDead13
    01/13/2010 07:14am
    by PlagueInfected
    Ok, so I forgot how to make a text box. V_V;
    1
    12/14/2009 11:46am
    by krave
    01/11/2010 09:35am
    by krave
    How to put staff pics in cult?
    3
    01/08/2010 05:35pm
    by GABIE
    01/10/2010 01:27am
    by Mysts
    Anchor Box Help
    1
    01/09/2010 03:10am
    by RAChiEP00
    01/09/2010 01:05pm
    by RAChiEP00
    Myspace
    2
    01/08/2010 09:26pm
    by Homocidal_Teddy_Bear
    01/08/2010 10:05pm
    by Homocidal_Teddy_Bear
    [View All Cult Posts] [View Expanded Posts]