+ Reply to Thread
Results 1 to 2 of 2

Thread: ad just html code
      
   

  1. #1
    bannacom's Avatar
    bannacom is offline Sergeant
    Join Date
    Jun 2006
    Posts
    26

    Arrow ad just html code

    Hi ,
    this is what bluevoda created
    Code:
    // -->
    </SCRIPT>
    <STYLE type="text/css">
    a.oldtorank:link {color: #800000;text-decoration: none;}
    a.oldtorank:visited {color: #800000;text-decoration: none;}
    a.oldtorank:active {color: #800000;text-decoration: none;}
    a.oldtorank:hover {color: #00FF00;text-decoration: underline;}
    a.dadasfx:link {color: #FF8000;text-decoration: none;}
    a.dadasfx:visited {color: #FF8000;text-decoration: none;}
    a.dadasfx:active {color: #FF0000;text-decoration: none;}
    a.dadasfx:hover {color: #FF8000;text-decoration: underline;}
    a.contact:link {color: #808080;font-style: italic;text-decoration: none;}
    a.contact:visited {color: #808080;font-style: italic;text-decoration: none;}
    a.contact:active {color: #FF0000;font-style: italic;text-decoration: none;}
    a.contact:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
    a.forum:link {color: #808080;font-style: italic;text-decoration: none;}
    a.forum:visited {color: #808080;text-decoration: none;}
    a.forum:active {color: #FF0000;font-style: italic;text-decoration: none;}
    a.forum:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
    </STYLE>
    And this is what I need
    Code:
    // -->
    </SCRIPT>
    <STYLE type="text/css">
    a.oldtorank:link {color: #800000;text-decoration: none;}
    a.oldtorank:visited {color: #800000;text-decoration: none;}
    a.oldtorank:active {color: #800000;text-decoration: none;}
    a.oldtorank:hover {color: #00FF00;text-decoration: underline;}
    a.dadasfx:link {color: #FF8000;text-decoration: none;}
    a.dadasfx:visited {color: #FF8000;text-decoration: none;}
    a.dadasfx:active {color: #FF0000;text-decoration: none;}
    a.dadasfx:hover {color: #FF8000;text-decoration: underline;}
    a.contact:link {color: #808080;text-decoration: none;}
    a.contact:visited {color: #808080;text-decoration: none;}
    a.contact:active {color: #FF0000;text-decoration: none;}
    a.contact:hover {color: #808080;font-weight: bold;font-style: italic;text-decoration: none;}
    a.forum:link {color: #808080; text-decoration: none; font-size:11px; font-style: italic;}
    a.forum:visited {color: #808080; text-decoration: none; font-size:11px; font-style: italic;}
    a.forum:active {color: #FF0000; text-decoration: none; font-size:11px; font-style: italic;}
    a.forum:hover {color: #808080; text-decoration: none; font-size:11px; font-style: italic; font-weight: bold;  }
    </STYLE>
    How ???? HEPL PLS

  2. #2
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: ad just html code

    Please read the responses you already received in your identical post here:
    http://www.vodahost.com/vodatalk/add...html-code.html

    And please do NOT post the same thing more than once.

    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49