how do i get the %26lt; a href %26gt; links NOT bold and underlined and different colors when you see it and when you hover/click???
************and i know that the %26lt; / b %26gt; and the %26lt; / u %26gt; codes un-underline and un-bold things but theres a special code to make it a different color for the link and the hover color and to unbolde and un-underline it so dont give me that************************
no mean comments
im jsdut asking
:]
thanks lush you all
Myspace %26lt; a href %26gt; links?
%26lt;a href="URL"%26gt;%26lt;font style="font-weight:1px; text-decoration:none; font-color: blue"%26gt;TEXT HERE%26lt;/font%26gt;%26lt;/a%26gt;
Myspace %26lt; a href %26gt; links?
http://www.htmlcodetutorial.com/linking/...
Myspace %26lt; a href %26gt; links?
here is how to make a link %26lt;a href="http://www.myspace-codes.com.cn/"http://www.LUNKIURLHERE"%26gt;WORDS" THAT COME UP INSTEAD OF LINKS URL%26lt;/a%26gt;
Myspace %26lt; a href %26gt; links?
+++++ +++++ +++++
EXAMPLE(S):
+++++ +++++ +++++
%26lt;style type="text/css"%26gt;
a { color: green; font-size:14pt; font-style: italic; font-weight: bold; }
a:hover { color: orange; font-size:12pt; font-weight:normal; font-style: normal; }
a.nameOne { color: red; font-size:10pt; font-style: italic; font-weight: bold; }
a.nameOne:hover { color: blue; font-size:12pt; font-weight:normal; font-style: normal; }
a.nameTwo { color: blue; font-size:12pt; font-style: normal; font-weight: normal; }
a.nameTwo:hover { color: red; font-size:10pt; font-weight: bold; font-style: italic; }
%26lt;/style%26gt;
%26lt;a href="http://www.myspace.com/theshadowma... "%26gt; GLOBALIZED LINK %26lt;/a%26gt;
%26lt;a href="http://www.myspace.com/theshadowma... "%26gt; GLOBALIZED LINK %26lt;/a%26gt;
%26lt;a class="nameOne" href="http://www.myspace.com/theshadowma... "%26gt;nameOne A LINK %26lt;/a%26gt;
%26lt;a class="nameOne" href="http://www.myspace.com/theshadowma... "%26gt;nameOne B LINK %26lt;/a%26gt;
%26lt;a class="nameTwo" href="http://www.myspace.com/theshadowma... "%26gt;nameTwo A LINK %26lt;/a%26gt;
%26lt;a class="nameTwo" href="http://www.myspace.com/theshadowma... "%26gt;nameTwo B LINK %26lt;/a%26gt;
+++++ +++++ +++++
EXPLANATION
+++++ +++++ +++++
%26lt;style type="text/css"%26gt; ... %26lt;/style%26gt;
Insert all CSS related coding in between these tags as they control the default behavior of that objects or element
a { color: green; font-size:14pt; font-style: italic; font-weight: bold; }
Here we have defined (globally) what ALL the pages %26lt;a href%26gt; default behavior will be, (The link will be displayed with green text, with a font size of 14, and displayed in both bold and italic.)
a:hover { color: orange; font-size:12pt; font-weight:normal; font-style: normal; }
When some "hovers" above the globalized link, the link changes color to orage with a font size of 12 and all text decorations have been eliminated. (By using "font-weight: normal" and "font-style:normal" the text will revert back to its orginal CSS state
a.nameOne { color: red; font-size:10pt; font-style: italic; font-weight: bold; }
a.nameOne:hover { color: blue; font-size:12pt; font-weight:normal; font-style: normal; }
%26lt;a class="nameOne" href="http://www.myspace.com/theshadowma... "%26gt;nameOne A LINK %26lt;/a%26gt;
%26lt;a class="nameOne" href="http://www.myspace.com/theshadowma... "%26gt;nameOne B LINK %26lt;/a%26gt;
By adding a class to an individual link, that specific link (and any others classed the same way), ONLY that link will be affected by it. To class a link, first the preceding tag must be declared: a, the class of the link be defined: .nameOfTheClass (notice the ".") and the behavior of that link is defined.
+++++ +++++ +++++
MORE INFO / CONTACT
+++++ +++++ +++++
If you need further help click on one of the links above!! or http://www.myspace.com/theshadowmaster
No comments:
Post a Comment