Welcome To Graphics N Codes & Stuff
« Search Results »

Welcome Guest. Please Login or Register.
Nov 21, 2009, 11:47am



Welcome Graphics Artists With Coders To Graphics N Codes & Stuff!

Graphics N Codes & Stuff


Graphics N Codes & Stuff Daily With Monthly Events!

Florida
Summer


ShoutMix chat widget

Monthly With Weekly Awards Winners Here

Graphics N Codes & Stuff RuneScape Writer Scribbles: A Writing Forum ¢¾Elizabeth's Life¢¾ The Userbar Depot Free To Advertise Members 4 U Silent Designs V2 Studio Zero Charmed Skins The Dog Pound DoooDLE Graphics Support Sentral - Support, Coding, Graphics, Assistance with your Board and Advertising. Crib Forums ProIndex - Index of many ProBoards! Free To Advertise Ominous Designs Writhed Resources /></a>
<a href= Graphic Lovers Community Pure Entertainment MB

©skin,side banners and banner by anny @ atomicc&Slighly Insane

Please when you make a new post and with every post, you have to reply to other members posts before posting to every new post you make!


Welcome To Graphics N Codes & Stuff
  • Must Read Rules Guidelines
  • Forum Help With Answers
  • Staff Wanted Apply Within
  • Affiliate With Us Forum
  • Photo Bucket
  • Image Shack
  • Wimg Host
  • Dynamic Drive
  • NotePad's Web Design
  • Cool Text
  • The JavaScript Source
  • The Generator Blog
  • Button Generator
  • dafont.com (Fonts)
  • MySpace Color Codes
  • Ripway
  • BraveNet


  • I Respect The Members Privacy Of Their Profiles
    & Their Writings , Graphics, & Codes In The Boards Of The Forums, So The Boards Stays Locked!
    The Same Respect To The Admin, Asst Admins, & Mods From Guests & Members!

    Guests & Members Can Read The Inside Of The Forums!
    Guests Have To Register To An Member To Get Inside The Boards Of The Forums & To Write If Your Here To Only Look Why Be Here!
    Members Have To Sign In To Get Inside The Boards Of The Forums & To Write Otherwise You Be Considered As A Guest!

  • Help & Answers

    Guests & Members Read Help & Answers To Get Suggestions, Help, Forgot Password Or If The Forum Looks Dissorted Or X's Please!



  • Graphics N Codes Admin. graphicswoman

    Graphics Artists N Coders Asst. Admins.

    Graphics Artists Elite Mods.

    Coders Elite Mods.

    Graphics Artists Global Mods.

    Coders Global Mods.

    Graphics Artists Mods.

    Coders Mods.

    Graphics Artists Helpers

    Coders Helpers

    Staff Help Wanted


    Welcome To Graphics N Codes & Stuff :: Search Results
    100 Most Recent Posts100 Results Found

    Result 1 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Moderation Shortcuts James (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Moderation Shortcuts James
    « Result #1 on Nov 16, 2009, 11:40pm »

    Global Headers or Footers


    Code:<script type="text/javascript">
    <!--
    /*
    Moderation Shortcuts - James [Wedge]
    */
    var c = false;
    document.onkeyup=function(e){
    if(e.which == 17) c=false;
    }
    document.onkeydown=function(e){
    if(e.which == 17) c=true;
    var id = (location.href.match(/thread=(\d+)($|&)/)? RegExp.$1 : '');
    var bd = (location.href.match(/board=(.+?)($|&)/)? RegExp.$1 : '');
    if(e.which == 88 && c == true)
    window.location="/index.cgi?board="+bd+"&action=lockthread&thread="+id;
    if(e.which == 77 && c == true)
    window.location="/index.cgi?action=movetopic&board="+bd+"&thread="+id;
    if(e.which == 89 && c == true)
    window.location="/index.cgi?board="+bd+"&action=unlockthread&thread="+id;
    }
    //-->
    </script>

    Hokey cokey, ctrl+x locks a thread, and ctrl+y unlocks the thread. ctrl+m moves the thread.

    If you think of others, feel free to post them here and someone can add them so long as the header stays intact
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 2 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Justin's PM Bar (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Justin's PM Bar
    « Result #2 on Nov 12, 2009, 4:12pm »

    Just a PM bar i asked for help on back in August, so thought I'd post it, got alot of help from Wedge, Alex and Wrighty, so yeah .

    Live Preview: http://justintest20.proboards.com

    Image Preview:
    http://jsimages.99k.org/images/pm_bar.JPG

    Code:


    Code:<table id="pmbar" class="bordercolor" align="center" width="92%" height="5%" cellpadding="0" cellspacing="1" style="position: relative; bottom: 1px;">
    <tr>
    <td id="Left_Cell" class="menubg" width="100%">
    </td>
    <td class="menubg" width="50%">
    </td>
    </tr>
    </table>

    <script type="text/javascript">
    <!--

    //Created by Justin
    //Special thanks to Studio Zero!
    //don't repost without permission

    var Left_Cell=document.getElementById('Left_Cell');
    if(pb_username=="Guest"){
    Left_Cell.innerHTML='Hello Guest, Please <a href=\"/index.cgi?action=login\">login</a> or <a href=\"/index.cgi?action=register\">Register</a>';
    }else if(pb_username!="Guest"){
    var Message_Font=document.getElementsByTagName('font').item(2).innerHTML;
    var New_Messages=(Message_Font.match(/<\/a>, (.+?) (is|are) new./i))? RegExp.$1 : '';
    var Total_Messages=(Message_Font.match(/>(.+?) message(s)?<\/a>/i))? RegExp.$1 : '';
    Left_Cell.innerHTML='Welcome <a href=\"/index.cgi?action=viewprofile\">' + pb_displayname + '</a>, you have<a href=\"/index.cgi?action=pm\"> ' + New_Messages + '</a> new messages';
    }
    document.getElementsByTagName('body').item(0).insertBefore(document.getElementById('pmbar'), document.getElementsByTagName('table').item(0).nextSibling);

    //-->
    </script>




    Global Headers
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 3 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Thanksgiving Holiday Harvest (Read 6 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Thanksgiving Holiday Harvest
    « Result #3 on Nov 8, 2009, 12:21am »

    Thanksgiving Holiday Harvest
    By Lori Triggs
    Copyrighted Nov. 7, 2009

    Fall has came while October was here now gone
    leaves have changed with colors of splendor,
    besides have fallen to the ground in the wind.

    On these November days it is cool outside
    lay a pumpkin or few pumpkins around the house
    with corn husks to decorate for Thanksgiving holiday fun.

    For this thanksgiving let's not be selfish
    so make a traditional thanksgiving dress like the
    Indians with setters making turkey and all the original foods.

    We will make whipped creamy potatoes
    with garlic and pepper even some dill,
    plus we are making sweet potatoes as well.

    Taste as sweet is corn on the cob rich with butter
    something not as sweet is yams in syrup,
    both cooked to their desires and tastes.

    Let's sweeten this deal by making pie by adding sugar and spice
    to apple pie with Cherry pie the two favorites,
    to remembering all the starving people in the
    world with no food or jobs even homes on this day.

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 4 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Thanksgiving Holiday Harvest (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Thanksgiving Holiday Harvest
    « Result #4 on Nov 8, 2009, 12:19am »

    Thanksgiving Holiday Harvest
    By Lori Triggs
    Copyrighted Nov. 7, 2009

    Fall has came while October was here now gone
    leaves have changed with colors of splendor,
    besides have fallen to the ground in the wind.

    On these November days it is cool outside
    lay a pumpkin or few pumpkins around the house
    with corn husks to decorate for Thanksgiving holiday fun.

    For this thanksgiving let's not be selfish
    so make a traditional thanksgiving dress like the
    Indians with setters making turkey and all the original foods.

    We will make whipped creamy potatoes
    with garlic and pepper even some dill,
    plus we are making sweet potatoes as well.

    Taste as sweet is corn on the cob rich with butter
    something not as sweet is yams in syrup,
    both cooked to their desires and tastes.

    Let's sweeten this deal by making pie by adding sugar and spice
    to apple pie with Cherry pie the two favorites,
    to remembering all the starving people in the
    world with no food or jobs even homes on this day.

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 5 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Graphics Contest Is Gradients Best In Design (Read 5 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Graphics Contest Is Gradients Best In Design
    « Result #5 on Nov 4, 2009, 11:42pm »

    Graphics Contest Is Gradients Best In Design

    In all styles and colors even shapes by Nov. 25

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 6 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Code Contest Is Avatar For Every Day (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Code Contest Is Avatar For Every Day
    « Result #6 on Nov 4, 2009, 11:35pm »

    Code Contest Is Avatar For Every Day Of The Week

    Make a avatar for each day of the week of the 7 days one for Mon,
    than one for Tues, than one for Weds so on by Nov. 25.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 7 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: AD Contest Is Thanksgiving Design (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     AD Contest Is Thanksgiving Design
    « Result #7 on Nov 4, 2009, 11:16pm »

    AD Contest Is Thanksgiving Design

    50 words or less with Thanksgiving design by Nov. 25.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 8 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: [CB] Additional colour picker. Jim (Read 7 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     [CB] Additional colour picker. Jim
    « Result #8 on Oct 27, 2009, 10:29pm »

    Description: This adds a box to the right of your UBBC tags, replacing the drop-down colour selector in favor of a box with 6x6 previews of all the colours you choose to have.

    Preview: http://i35.tinypic.com/a0cah.jpg

    Code:

    Global Footers:
    <style type="text/css">
    <!--

    font div {
    float: right;
    }
    font table tr td div {
    float: none;
    }

    -->
    </style>
    <script type = "text/javascript">
    <!--

    //Colour picker
    //Create by James [a_leon]

    var boxWidth = 88;
    var boxBorderColor = "#000000";

    var HexArr = [
    "FF4545","F0387A","FB6C3A","FEBC5E",
    "BEFD51","54EC40","47FEB7","4BBBFA",
    "6282FA","C763F5","F958EF","F85858",
    "EF6395","FB835A","FBC374","CDFA7F",
    "8FF082","75FDC8","78C9F7","7C96FA",
    "D485F8","FA8BF3","F57474","EF8AAE",
    "FB9A78","FDCD89","D8FB9B","ACEEA3",
    "A3F5D5","92D2F6","93A9FA","DAA3F3",
    "F6A1F1","FC9B9B","EFADC5","FCAB8E",
    "FFDAA5","E1F9B7","BCF0B6","C0FCE4",
    "A1D2EE","ACBBF2","D3AEE5","EDB9EA"
    ];

    if (document.all && !navigator.userAgent.match(/Opera/i)) {
    boxWidth += 4;
    }

    function createElem(elem, isNew, AttObj) {
    if (isNew) {
    elem = document.createElement(elem);
    }
    if (AttObj) {
    for(key in AttObj) {
    if (key == "style") {
    for(a in AttObj[key]) {
    elem.style[a] = AttObj[key][a];
    }
    } else {
    for(a in AttObj[key]) {
    elem.setAttribute(a, AttObj[key][a]);
    }
    }
    }
    }
    if (isNew) {
    return elem;
    }
    }

    function addEvent(obj, type, fn) {
    if (obj.addEventListener) {
    obj.addEventListener(type, fn, false);
    }
    else if(obj.attachEvent) {
    obj["e" + type + fn] = fn;
    obj[type + fn] = function() {
    obj["e" + type + fn](window.event);
    }
    obj.attachEvent("on" + type, obj[type + fn]);
    }
    }

    var colSel = document.getElementsByTagName("select");
    for (var s = 0; s < colSel.length; s ++) {
    if (colSel.item(s).name == "color") {
    var BBCell = colSel.item(s).parentNode;

    var cDiv = createElem("div", 1, {
    style: {
    styleFloat: "right",
    width: boxWidth + "px",
    padding: "1px",
    border: "1px solid " + boxBorderColor
    }
    });

    for (var h = 0; h < HexArr.length; h ++) {
    var boxDiv = createElem("div", 1, {
    style: {
    styleFloat: "left",
    width: "6px",
    height: "6px",
    margin: "1px",
    backgroundColor: "#" + HexArr[h]
    },
    set: {
    id: HexArr[h]
    }
    });
    boxDiv.appendChild(document.createTextNode(" "));

    addEvent(boxDiv, "mouseover", function() {
    this.style.cursor = "pointer";
    });
    addEvent(boxDiv, "mouseout", function() {
    this.style.cursor = "auto";
    });
    addEvent(boxDiv, "click", function() {
    add("[color=", "[/color]", this.id);
    });

    cDiv.appendChild(boxDiv);
    }
    BBCell.removeChild(colSel.item(s));
    BBCell.insertBefore(cDiv, BBCell.firstChild);
    }
    }

    //-->
    </script>


    --------------------------------------------------------------------------------


    Created this for SSDv6, but they decided not to use it in v7. Works in IE, Fx, Opera, Chrome and Safari. I realize that some of the functions are a bit overkill for this code, but they were originally designed to be with an entire forum of coding, I just decided to leave them in instead.
    « Last Edit: Oct 27, 2009, 10:31pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 9 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Life of Sturgweber Syndrome (Seizures) Patient (Read 8 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Life of Sturgweber Syndrome (Seizures) Patient
    « Result #9 on Oct 22, 2009, 10:19pm »

    Life of Sturgeweber Syndrome (Seizures) Patient
    By Lori Triggs
    Copyrighted 15, 2009
    True Story Of I And Other Sturgeweber Syndrome Patients

    I am the only one that walks besides talks with the highest IQ out of over 6,000 people
    the two others are a the oldest woman she can walk,
    but she mentally retarded in her 50's,
    the oldest man can walk, but is mentally retarded and
    has a child with Sturgeweber Syndrome
    plus he has the highest IQ for a guy, but I beat his IQ so I smarter than him.

    Every Sturgeweber Syndrome patients has a port drink birthmark
    on their face or neck or face and neck like I not a fire burn
    or been out in the sun too long,
    the only way to get it covered up is specialized make up costs couple $300 to 400 dollars
    or get laser surgery many time 1,500 dollars each time years worth.

    Sturgeweber Syndrome patients are bed ridden or in wheelchairs besides using walkers
    most are retarded or cannot speak at all they are incoherent,
    they are vegetables staring at anything even blind.

    Sturgeweber Syndrome patient has grand-mal seizures
    sometimes gets petite-Mal's seizures
    with medications sustained can only controlled by
    VNS stimulator pacemaker to the brain maintains the rest,
    well taking vitamin C to maintain immunities from illnesses.

    Medications can cost from $10 to $100's of dollars of a month
    Keppra $400 dollars a month for a bottle,
    Zonegran $80's of dollars a month for a bottle
    Vimpat $300 a month for a bottle,
    Phenobarbital $10 dollars a bottle I get two bottles 64.8 and 16.2
    now can you count.

    If you do not want the Sturgeweber Syndrome
    there is a brain operation at a price
    take out all the damaged area be in a wheelchair
    as a vegetable the rest of your life or bedridden with no seizures.

    I not another static join Sturgeweber Syndrome Foundation
    to be a member or be a spoke person I have been asked,
    I told them no same with Epilepsy Foundation
    I told them to stick it where the sun do not shine
    he was the founder of the Epilepsy Foundation Of NJ,
    I am me only me not somebody's money maker.

    Sturgeweber Syndrome patients are not to be bullied as targets
    because the way we look or act with seizures,
    even our disability in walkers plus in wheelchairs
    bullies keep on walking keeping mouth shut, while hands down to the side.

    Bullies you know who you are!

    Sturgeweber Syndrome Foundation Website

    http://www.sturge-weber.org/

    If you want info on Sturgeweber Syndrome (Seizures)

    [image]
    « Last Edit: Oct 24, 2009, 10:33pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 10 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: XuzI's Colored Blank Userbars (4) (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     XuzI's Colored Blank Userbars (4)
    « Result #10 on Oct 19, 2009, 10:30pm »

    [image]

    [image]

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 11 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Customizable Table by ..::XuzI::.. (Read 19 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Customizable Table by ..::XuzI::..
    « Result #11 on Oct 17, 2009, 6:17pm »

    Everything in red should/can be customized. Please do not remove copyright, unless you put it at the bottom of your forum instead.

    Live Preview: http://xuzitestforum.proboards.com/index.cgi?
    Placement: Main Header
    --------------------------------------------------------------

    <center>
    <html>
    <head>
    <meta content="text/html; charset=ISO-8859-1"
    http-equiv="content-type">
    </head>
    <body>
    <table
    style="text-align: left; background-color:red; width: 730px; height: 160px;"
    border="1" cellpadding="2" cellspacing="2">
    <tbody>
    <tr>
    <td style="background-color: red;">Newest Member:</td>
    <td style="background-color: red;">XuzI</td>
    </tr>
    <tr>
    <td style="background-color: red;">Forum Rules:</td>
    <td style="background-color: red;">Click Here To Read</td>
    </tr>
    <tr>
    <td style="background-color: red;">Total Posts:</td>
    <td style="background-color: red;">18,501</td>
    </tr>
    <tr>
    <td style="background-color: red;">Total Members:</td>
    <td style="background-color: red;">85</td>
    </tr>
    <tr>
    <td style="background-color: red;">Birthdays Today:</td>
    <td style="background-color: red;">5</td>
    </tr>
    <tr align="center">
    <td colspan="2"><small><small><small>Table
    Made By XuzI</small></small></small></td>
    </tr>
    </tbody>
    </table>
    <br>
    </body>
    </html>
    </center>
    « Last Edit: Oct 17, 2009, 6:27pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 12 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Good Warning Avatar 100x 75 (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Good Warning Avatar 100x 75
    « Result #12 on Oct 11, 2009, 3:44pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 13 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Good Warning Avatar 160 x 120 (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Good Warning Avatar 160 x 120
    « Result #13 on Oct 11, 2009, 3:35pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 14 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Memorie's "Self Esteem" Side Bar Help (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Memorie's "Self Esteem" Side Bar Help
    « Result #14 on Oct 11, 2009, 3:10pm »

    http://brokenintopieces.proboards.com/index.cgi

    The sidebar is in the middle, and I want it on the top. Help?
    If you need codes, just tell me!

    Global Header:

    Code:<script type="text/javascript">
    <!--
    /*
    PM Bar v2
    This code was created by Animus of RPGC
    */
    var td=document.getElementsByTagName('td');
    var insertTable = document.getElementsByTagName("table")[0].insertRow(2);
    var insertCell = insertTable.insertCell(0);

    var alrt="yes";
    insertCell.className = "windowbg";
    insertCell.height = "18px"
    insertCell.align = "center";

    var cellC = " | <a href='/index.cgi?action=pm&view=2'>Outbox</a> | <a href='/index.cgi?action=pmprefs'> Prefs </a> | <a href='/index.cgi?action=pmsend'> Send message </a> )</font>";

    if(td[2].innerHTML.match(/, (\d+)\ (are|is) new./i)){
    var newPM = RegExp.$1;
    }
    if(pb_username=='Guest'){
    insertCell.innerHTML="<font size=1> welcome guest ( <a href='/index.cgi?action=login'>Login</a> | <a href='/index.cgi?action=register'>Register</a> )";
    }
    else if(newPM<1){
    insertCell.innerHTML="<font size =1>( <a href='/index.cgi?action=pm'>No new messages</a>" + cellC;
    }
    else if(newPM>1){
    insertCell.innerHTML="<font size=1>( <a href='/index.cgi?action=pm'>" + newPM + " New Private Messages!!</a>" + cellC;
    if(!location.href.match(/action=pm/) && alrt=="yes"){
    alert("You have "+ newPM +" New Private Messages!!!");
    }}
    else if(newPM==1){
    insertCell.innerHTML="<font size=1>( <a href='/index.cgi?action=pm'>1 New Private Message!!</a>" + cellC;
    if(!location.href.match(/action=pm/) && alrt=="yes"){
    alert("You have 1 New Private Message!!!");
    }}
    //-->
    <!--
    document.getElementsByTagName("font")[1].style.display='none';
    document.getElementsByTagName("td")[2].style.display='none';
    //-->
    </script>

    <script type="text/javascript">
    <!--
    /* fix text menus by ross */

    var startChar = ''; //Start character
    var dividerChar = '-'; //Dividing Character(s);
    var endChar = ''; //End character

    //no need to edit below
    var menu = document.getElementsByTagName('td').item(5).firstChild;
    var a = menu.innerHTML.replace(/^\n?(<.+?>)\[/, startChar+' $1');
    var b = a.replace(new RegExp('\\](<\/a>)(\\n|\\s|&nb'+'sp;)*$', 'i'), '$1 '+endChar);
    var c = b.replace(new RegExp('\\](<\/a>)(&nb'+'sp;|\\s)(<a.+?>)\\[', 'gi'),'$1 '+dividerChar+' $3');
    menu.innerHTML = c;
    //-->
    </script>

    <script>
    <!--
    /* Border-Around-Forum using Gradients - by Smangii */

    var hg = "titlebg"; // Class of the Header Gradient
    var mc = "#000000"; // Color of the middle portion
    var bg = "titlebg"; // Class of the Footer Gradient

    document.write('<table width="92%" cellspacing="1" cellpadding="0" class="272727" align="center"><tr><td width="100%" class="'+hg+'"></td></tr><tr><td width="100%" bgcolor="'+mc+'">')
    //-->
    </script>


    <script>
    <!--
    document.getElementsByTagName('font')[1].innerHTML='';
    document.getElementsByTagName('tr')[1].deleteCell(1);
    //-->
    </script>

    <style type="text/css">
    <!--
    a:hover {
    border-bottom: 1px dashed #557b9a;
    text-decoration: none;
    }
    //-->
    </style>



    <script>
    <!--
    /* Border-Around-Forum using Gradients - by Smangii */

    var hg = "464646"; // Class of the Header Gradient
    var mc = "575757"; // Color of the middle portion
    var bg = "464646"; // Class of the Footer Gradient

    document.write('<table width="90%" cellspacing="1" cellpadding="4" class="bordercolor" align="center"><tr><td width="100%" class="'+hg+'"></td></tr><tr><td width="100%" bgcolor="'+mc+'">')
    //-->
    </script>

    <!--Change Links and Title Font-->
    <style>
    .titletext,.titlebg font,.text1,a:link,a,a:visited,.cattext,.catbg {font-family: arial;}
    </style>

    <!--End Change Links and Title Font-->

    <script type="text/javascript">
    <!--
    // PM + Menu (Text Version)
    // Created By Eichi
    // This header must stay intact at all times for use.
    // This code may not be redistributed or reposted without creator's permission.

    // Do not edit below
    var TD = document.getElementsByTagName('td');

    // Choose your alignments here (make sure to make them opposite)
    var menuAlign = "left";
    var pmAlign = "right";
    var menu = TD[5].innerHTML;

    // Do not edit below
    if(menuAlign=="right" && pmAlign=="left"){
    if(TD[2].innerHTML.match("Hey, ")){
    TD[5].align = menuAlign;
    var userPM = TD[2].innerHTML.match(/action=pm">(\d+)/i); userPM = RegExp.$1;
    var usernPM = TD[2].innerHTML.match(/<\/a>,\s(\d+)\s/i); usernPM = RegExp.$1;
    var msgText = "message";
    var msgText2 = "message";
    if(usernPM == 1){ msgText="message"; } else {msgText="messages";}
    if(usernPM == 1){ msgText2="message"; } else {msgText2="messages";}
    TD[5].innerHTML = "<table cellspacing=0 width=100%><tr><td align="+pmAlign+"><font size=1>Total: "+userPM+" | New: "+usernPM+" | <a href=index.cgi?action=pm title='Check your PM inbox.'>PMs<\/a> </td><td align="+menuAlign+">"+menu+"</td></tr></table>";
    TD[2].style.display = "none";
    } else {
    if(TD[2].innerHTML.match("Welcome ")){
    TD[5].align = menuAlign;
    TD[5].innerHTML = "<table cellspacing=0 width=100%><tr><td align="+pmAlign+"><font size=1>Hello, Guest. Please <a href=index.cgi?action=login>Login</a> or <a href=index.cgi?action=register>Register</a>.</td><td align="+menuAlign+">"+menu+"</td></tr></table>"
    TD[2].style.display = "none";
    }}}
    if(menuAlign=="left" && pmAlign=="right"){
    if(TD[2].innerHTML.match("Hey, ")){
    TD[5].align = menuAlign;
    var userPM = TD[2].innerHTML.match(/action=pm">(\d+)/i); userPM = RegExp.$1;
    var usernPM = TD[2].innerHTML.match(/<\/a>,\s(\d+)\s/i); usernPM = RegExp.$1;
    var msgText = "message";
    var msgText2 = "message";
    if(usernPM == 1){ msgText="message"; } else {msgText="messages";}
    if(usernPM == 1){ msgText2="message"; } else {msgText2="messages";}
    TD[5].innerHTML = "<table cellspacing=0 width=100%><tr><td align="+menuAlign+">"+menu+"</td><td align="+pmAlign+"><font size=1>Total: "+userPM+" | New: "+usernPM+" | <a href=index.cgi?action=pm title='Check your PM inbox.'>PMs<\/a> </td></tr></table>";
    TD[2].style.display = "none";
    } else {
    if(TD[2].innerHTML.match("Welcome ")){
    TD[5].align = menuAlign;
    TD[5].innerHTML = "<table cellspacing=0 width=100%><tr><td align="+menuAlign+">"+menu+"</td><td align="+pmAlign+"><font size=1>Hello, Guest. Please <a href=index.cgi?action=login>Login</a> or <a href=index.cgi?action=register>Register</a>.</td></tr></table>"
    TD[2].style.display = "none";
    }}}
    //-->
    </script>
    <script type="text/javascript">
    <!--
    document.getElementsByTagName('td').item(2).style.display="none";
    //-->
    </script>

    <script type="text/javascript">
    <!--
    document.getElementsByTagName('font').item(1).style.display="none";
    //-->
    </script>

    <style type="text/css">
    <!--
    .catbg {text-align: center;}
    -->
    </style>

    <style type="text/css">
    <!--
    #forumjump { display: none; }
    -->
    </style>
    <br/>

    <!--
    ===================================
    HTML Left Side Tables for ProBoards - Smangii Style
    GLOBAL HEADERS
    ===================================
    //-->

    <!-- Start Main Table //-->

    <tr>
    <!-- Start Side Tables //-->
    <table align="top" width="150px" cellpadding="5">
    <table width="100%" cellpadding="0">
    <tr>
    <td>

    <!-- CUSTOM SIDE BOX #1 //-->
    <table align="top" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/welcome.png"><br>

    TEXT HERE

    </td>
    </tr>
    </table>
    <br />

    <!-- CUSTOM SIDE BOX #2 //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/news.png"><br>

    TEXT HERE

    </td>
    </tr>
    </table>
    <br />

    <!-- CUSTOM SIDE BOX #3 //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/staff.png"><br>

    <a href="http://brokenintopieces.proboards.com/index.cgi?action=viewprofile&user=admin" target="_blank"><img src="http://i85.photobucket.com/albums/k41/Rentlover4474/icon-6.jpg" border="0" alt="Photobucket"></a>

    <a href="http://brokenintopieces.proboards.com/index.cgi?action=viewprofile&user=brayley" target="_blank"><img src="http://i85.photobucket.com/albums/k41/Rentlover4474/vd.jpg" border="0" alt="Photobucket"></a>

    <a href="http://brokenintopieces.proboards.com/index.cgi?action=viewprofile&user=jenny" target="_blank"><img src="http://i85.photobucket.com/albums/k41/Rentlover4474/rach5.jpg" border="0" alt="Photobucket"></a>

    <a href="http://brokenintopieces.proboards.com/index.cgi?action=viewprofile&user=lia" target="_blank"><img src="http://i85.photobucket.com/albums/k41/Rentlover4474/Brookelle_Bones16-1-1.png" border="0" alt="Photobucket"></a>


    </td>
    </tr>
    </table>
    <br />

    <!-- CUSTOM SIDE BOX #2 //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/chat.png"><br>

    <!-- CBOX //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg"><IMG SRC="http://i618.photobucket.com/albums/tt270/Bella222009/cbox3.png"</td>
    </tr>
    <tr>
    <td class="windowbg" align="center">
    <!-- BEGIN CBOX - www.cbox.ws - v001 -->
    <div id="cboxdiv" style="text-align: center; line-height: 0">
    <div><iframe frameborder="0" width="150" height="225" src="http://www6.cbox.ws/box/?boxid=441466&boxtag=zgrwws&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"></iframe></div>
    <div><iframe frameborder="0" width="150" height="75" src="http://www6.cbox.ws/box/?boxid=441466&boxtag=zgrwws&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-top:0px" id="cboxform"></iframe></div>
    </div>
    <!-- END CBOX -->


    </td>
    </tr>
    </table>
    <br />


    <!-- CUSTOM SIDE BOX #2 //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/OTM.png"><br>

    TEXT HERE

    </td>
    </tr>
    </table>
    <br />

    <!-- CUSTOM SIDE BOX #2 //-->
    <table align="center" width="100%" class="bordercolor" cellpadding="4" cellspacing="1">
    <tr>
    <td align="center" class="titlebg">
    <td class="windowbg" align="center">
    <img src="http://i120.photobucket.com/albums/o183/Uniquesmoi/Banners%20Signatures%20Graphics/credits.png"><br>
    <center>
    -Skin By <a href="http://forum.smangii.com/index.cgi?action=viewprofile"/>Memorie(Do Not Steal)</a>
    <br>-Codes to respect owners</br></center>

    </td>
    </tr>
    </table>
    <br />

    <!-- Close Side Tables //-->
    </td>
    </tr>
    </table>
    </td>
    <td vAlign="top">

    <div id="wel"></div>
    <script type="text/javascript">
    <!--
    var welcomeTable = document.getElementsByTagName("table").item(0);
    document.getElementById("wel").appendChild(welcomeTable);
    //-->
    </script>

    <!-- END SIDE TABLES GLOBAL HEADERS HTML //-->

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 15 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Good Warning (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Good Warning
    « Result #15 on Oct 8, 2009, 10:41pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 16 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove Disable Smilies Checkbox by Richie (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove Disable Smilies Checkbox by Richie
    « Result #16 on Oct 7, 2009, 10:19pm »

    Location: Global Footer
    CB?: Yes


    Code:<script type="text/javascript">
    /* Remove Disable Smilies Checkbox - Global Footer */
    if(document.postForm && document.postForm.nosmiles)
    document.postForm.nosmiles.parentNode.parentNode.style.display="none";
    </script>

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 17 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Plain Colors Gradients (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Plain Colors Gradients
    « Result #17 on Oct 6, 2009, 10:46pm »

    [image]

    [image]

    [image]

    [image]

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 18 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Title on Image/Link Hover by SubDevo (Read 7 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Title on Image/Link Hover by SubDevo
    « Result #18 on Oct 6, 2009, 10:25pm »

    Title on Image/Link Hover by SubDevo
    Tested in IE, FF, Opera and Safari

    Some background...
    When you hover over an image (if using Internet Explorer), you will see a tooltip (hover text). IE uses the "alt" attribute for this. Other browsers (FF, Opera, Safari...) do NOT use "alt", and users of those browsers will NOT get any tooltips. Those browsers require the "title" attribute. What this code does is go through all images on a page, checks to see if it has a title. If it doesn't, it sets the "alt" of the image as the "title". Administrators (using non-IE browsers), will especially notice all the new tooltips on the "Customize Images" page. And members will appreciate having tooltips on the UBBC icons when posting. At last you will know what each of those images/codes do!

    You can optionally do this for all text links too. Why do that? On a lot of forums, they have their links set up so there is no change of the link on hover (color, underline etc.). A tooltip will help the user know exactly what link their mouse pointer is over.

    Enjoy!!!
    SubDevo

    Variable Descriptions:

    var remBrace=0; // Remove Brackets "[]"? 1=Yes, 0=No
    Set this to "1" to remove the "[]" from the tooltips.
    This is just a visual preference. I just threw this one in there, since I was looping through the images anyways.

    var doLinks=1; // Give Hover Titles to Non-Image Links? 1=Yes, 0=No
    Set this to "1", to give all the text links on your page a hover tooltip.

    Location: Global Footer
    Best place is at the bottom of your footer. So, it catches any images or links created by other codes.

    <script type="text/javascript">
    <!--
    /* Title on Image/Link Hover by SubDevo */
    /* Global Footer - Please leave this header intact. Do not repost. */
    /* http://interoceandesigns.proboards.com or http://lsdp.proboards.com */

    var remBrace=0; // Remove Brackets "[]"? 1=Yes, 0=No
    var doLinks=1; // Give Hover Titles to Non-Image Links? 1=Yes, 0=No

    var n=document.images; var a=document.links;
    for(var x=0;x<n.length;x++){with(n[x]){if(!title){title=(remBrace)?alt.replace(/\[|\]/g,""):alt;}}}
    if(doLinks){for(x=0;x<a.length;x++){with(a[x]){
    var nx=a[x]; while(nx.firstChild){nx=nx.firstChild;}
    if(!title&&nx.nodeName.match(/text/i)){title=nx.data;}}
    }}
    //-->
    </script>
    « Last Edit: Oct 6, 2009, 10:29pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 19 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Dragon Sigatures (Read 5 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Dragon Sigatures
    « Result #19 on Oct 4, 2009, 11:09pm »

    [image]

    [image]

    [image]

    [image]

    [image]

    [image]

    [image]
    « Last Edit: Oct 6, 2009, 10:54pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 20 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Naked In The Garden Background (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Naked In The Garden Background
    « Result #20 on Oct 4, 2009, 10:27pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 21 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Grand Tetaons Evening Background (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Grand Tetaons Evening Background
    « Result #21 on Oct 4, 2009, 10:20pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 22 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Flowers Of Irises Backgrounds (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Flowers Of Irises Backgrounds
    « Result #22 on Oct 4, 2009, 10:15pm »

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 23 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Naked In The Garden Avatar 160x120 (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Naked In The Garden Avatar 160x120
    « Result #23 on Oct 4, 2009, 10:12pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 24 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Grand Tetaons Evening Avatars 160x120 (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Grand Tetaons Evening Avatars 160x120
    « Result #24 on Oct 4, 2009, 10:11pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 25 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Flowers Of Irises Avatars 160x120 (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Flowers Of Irises Avatars 160x120
    « Result #25 on Oct 4, 2009, 10:09pm »

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 26 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Naked In The Garden Avatar 100x75 (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Naked In The Garden Avatar 100x75
    « Result #26 on Oct 4, 2009, 6:37pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 27 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Grand Tetaons Evening Avatars 100x75 (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Grand Tetaons Evening Avatars 100x75
    « Result #27 on Oct 4, 2009, 6:34pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 28 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Flowers Of Irises Avatars 100x75 (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Flowers Of Irises Avatars 100x75
    « Result #28 on Oct 4, 2009, 6:28pm »

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 29 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Grand Tetaons Evening (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Grand Tetaons Evening
    « Result #29 on Oct 4, 2009, 6:11pm »

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 30 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Flowers Of Irises (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Flowers Of Irises
    « Result #30 on Oct 4, 2009, 6:10pm »

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 31 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Graphics Contest Is On /Off Icons (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Graphics Contest Is On /Off Icons
    « Result #31 on Oct 1, 2009, 10:41pm »

    Graphics contest is on /off icons
    make designer on /off icons any style by Oct. 25.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 32 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Code Contest Is On /Off icon Code (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Code Contest Is On /Off icon Code
    « Result #32 on Oct 1, 2009, 10:30pm »

    Code Contest is on /off code

    make an on / off icon code, so if you want it on you can have the icons on you can if you want them off you can have them off when ever you want.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 33 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: AD Contest Is Fall Design (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     AD Contest Is Fall Design
    « Result #33 on Oct 1, 2009, 10:18pm »

    Ad contest is fall design
    to design a fall logo or banner by Oct 25.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 34 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove Email Field When Modifying Members Profiles (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove Email Field When Modifying Members Profiles
    « Result #34 on Sept 29, 2009, 3:13pm »

    Cross Browser?: Yes (Works In IE & FF)
    Location: Main Footers
    Description: This Completely removes the "email" field from the modify profile area when staff modify a member's account.
    made esp. since proboards removed the ability to modify member's emails, i thought there's no point to that field being there as staff might think they can modify their emails (out of sight, out of mind).

    <script type="text/javascript">
    /* Remove Email Field For Staff When Modifying Members Profiles - Open Source */

    if(document.modifyForm && document.modifyForm.email && !document.modifyForm.password)
    document.modifyForm.email.parentNode.parentNode.parentNode.style.display="none";
    </script>
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 35 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Two Sided Love (Read 13 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Two Sided Love
    « Result #35 on Sept 24, 2009, 11:35pm »

    Two Sided Love
    By Lori Triggs
    Copyrighted 24 2009

    Women think with their hearts,
    men think with their Johnson.

    Women think with their heads,
    men think with the wrong head, they have two heads.

    Women give love with men,
    men give screwing with women.

    Women want to touch men,
    men want to get abusive to women.

    Women want be emotional with men,
    men want to be unemotional with women.

    Women want have physical attraction with men,
    men want to give the abusive apart to women.

    Women want sex with men,
    men want to give rape to women.

    Women wants to talk to men,
    men want watch TV and screw women.

    Women want to eat out with men,
    men want a free ride from the women.

    Women want to go to movies with men,
    men want play games on computer.

    Women want children with the men,
    men are children.

    Women are independent,
    men are dependent.

    Women achieve goals,
    men half the time never finish their goals.

    Women are unselfish even caring to men,
    men are selfish besides uncaring to women.

    Women give true love to men,
    men give infatuation to woman.
    « Last Edit: Sept 28, 2009, 10:48pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 36 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Easy "Copy Affiliate Code" by Son Of Exodia (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Easy "Copy Affiliate Code" by Son Of Exodia
    « Result #36 on Sept 22, 2009, 3:37pm »

    Location: Global Header

    <script type="text/javascript">
    /* Easy "Copy Affiliate Code" Script by Son Of Exodia */
    /* Edited for compatibility with Firefox by Bass5098 */
    /* Open Source */

    var mini="http://i17.photobucket.com/albums/b67/Son_of_Exodia/DEF/V5/mini1.gif"; // The URL Of Your Min-Banner

    function CopyAffCode(){
    var title=document.title.split(/-/i)[0].replace(/'/g, "\\'");
    var text='<a href="http://'+location.host+'" target="_blank"><img src="'+mini+'" title="'+title+'" alt="" border="0" width="88" height="31"/></a>';
    if(window.clipboardData){
    alert('Please Press "Allow Access" On The Next Alert Box.');
    window.clipboardData.setData('text',text);
    alert('The Affiliate Code Has Been Copied To The Clipboard.\nPress "CTRL + V" To Paste It.');
    }else{
    prompt('The Affiliate Code Could Not Be Copied. Press "CTRL + C" To Copy It.:',text);
    }}
    </script>

    Red = The url of your mini-banner

    now depending on what you want users to click on to copy the code, use this:

    --------------------------------------------------------------------------------

    IMAGE:

    <a href="javascript:CopyAffCode();"><img src="http://i17.photobucket.com/albums/b67/Son_of_Exodia/DEF/V5/mini1.gif" title="Click To Copy Affiliate Code" alt="" border="0"/></a>

    --------------------------------------------------------------------------------

    TEXT:

    <a href="javascript:CopyAffCode();">Copy Affiliate Code</a>

    --------------------------------------------------------------------------------

    BUTTON:

    <input type="button" value="Copy Code" onclick="CopyAffCode();"/>

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 37 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Popup Login Box by beatson (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Popup Login Box by beatson
    « Result #37 on Sept 11, 2009, 7:05pm »

    What does it do?
    Adds a popup login box on your forum when any login link is clicked. Works with or without text menu's.
    Example: http://popuplogin.proboards.com (click login)
    Tested in: IE,FF,Chrome.

    You do not need to edit any of these codes if you don't want. You can edit where highlighted to change the background/font colour.

    Global Header

    <script type="text/javascript">
    var ie = 0;
    function closeloginbox()
    {
    document.getElementById('pbcloginbox').style.display = "none";
    }
    </script>
    <!--[if IE]>
    <script type="text/javascript">ie = 1;</script>
    <![endif]-->
    <style type="text/css">
    #pbcloginbox {
    position: absolute;
    width: 100%;
    top: 200;
    z-index: 100;
    }

    #pbcloginbox h1{ color: #007fff; font-size: 16px; margin: 1px; }

    #loginboxb {
    width: 600px;
    border: 1px solid #000;
    background: #FFF;
    margin: auto;
    }
    </style>
    <div id="pbcloginbox" style="display: none; text-align: center;">
    <div id="loginboxb" style="text-align: left;"><table width="100%"><tr><td>
    <h1>Login</h1></td><td valign="top" style="text-align: right;"><a href="javascript:void(0);" onclick="closeloginbox();">x</a></td></tr></table>
    <form target="_top" onsubmit="disable(this)" name="loginform" method="post" action="/index.cgi"><input type="hidden" value="login2" name="action"/><center><table width="500" cellspacing="3" cellpadding="0" border="0"><tbody><tr><td width="175">Username:</td><td width="175"><input type="text" maxlength="18" tabindex="1" size="20" name="username"/></td><td width="150"><a href="/index.cgi?action=register">Create New Account</a></td></tr><tr><td width="175">Password:</td><td width="175"><input type="password" tabindex="2" size="20" name="password"/></td><td width="150"><a href="/index.cgi?action=forgotpassword">Forgot Your Password?</a></td></tr><tr><td width="175">Stay logged in for:</td><td width="175"><select tabindex="3" name="minutes"><option value="15">15 minutes</option><option value="30">30 minutes</option><option value="60">1 hour</option><option value="120">2 hours</option><option value="240">4 hours</option><option selected="1" value="360">6 hours</option><option value="720">12 hours</option><option value="1440">1 day</option><option value="10080">1 week</option><option value="-1">Forever</option></select></td><td width="150"/></tr><tr><td width="175"/><td width="175"><input type="submit" tabindex="4" value=" Login "/></td><td width="150"/></tr></tbody></table></center></form>
    </div>
    </div>
    <script type="text/javascript">
    document.getElementById('pbcloginbox').style.display = "none";
    </script>


    Global Footers

    <script type="text/javascript">
    function showlogin()
    {
    document.getElementById('pbcloginbox').style.display = "";
    }

    </script>
    <script type="text/javascript">
    <!--

    /* Popup Login box by Beatson
    Do not repost or modify without permission from Beatson(creator)
    Created and owned by: http://pbcodes.com */


    var links = document.getElementsByTagName('a');
    for ( var i = 0; i < links.length; i ++ ) {

    if(links[i].href.match("action=login"))
    {
    links[i].href = "javascript:void(0);";
    if(ie==1)
    {
    links[i].setAttribute("onclick", function() {document.getElementById('pbcloginbox').style.display = "";} );
    }
    else
    {
    links[i].setAttribute("onclick", "showlogin();" );
    }
    }
    }
    //-->
    </script>

    Or the easy format, why do you have to separate codes in the footer? You could merge them into one really easily! And you have another in the header which could be added to the footer code.


    <script type="text/javascript">
    <!--

    /* Popup Login box by Beatson
    Do not repost or modify without permission from Beatson(creator)
    Created and owned by: http://pbcodes.com */

    document.getElementById('pbcloginbox').style.display = "none";

    function showlogin()
    {
    document.getElementById('pbcloginbox').style.display = "";
    }

    var links = document.getElementsByTagName('a');
    for ( var i = 0; i < links.length; i ++ ) {

    if(links[i].href.match("action=login"))
    {
    links[i].href = "javascript:void(0);";
    if(ie==1)
    {
    links[i].setAttribute("onclick", function() {document.getElementById('pbcloginbox').style.display = "";} );
    }
    else
    {
    links[i].setAttribute("onclick", "showlogin();" );
    }
    }
    }
    //-->
    </script>
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 38 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Individual Board Image Cell Highlight (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Individual Board Image Cell Highlight
    « Result #38 on Sept 3, 2009, 10:34pm »

    This code will allow you to give each individual board its own image cell highlight.

    Open Source - This code is open source, so feel free to redistribute it, re-post it, modify it or anything else you want to.

    Cross Browser.

    Main Footer.





    <script type="text/javascript">
    <!--

    /*Individual Board Image Cell Highlight - Open Source*/

    var Board_Images=[
    ["Board ID", "Board Image Highlight"],
    ["Board ID", "Board Image Highlight"],
    ["Board ID", "Board Image Highlight"],
    ["Board ID", "Board Image Highlight"] //No comma on last line
    ];

    if(window.mouseOverHighlightCell){
    function mouseOverHighlightCell(Board){
    for(var i=Board_Images.length-1;i>=0;i--){
    if(Board.firstChild.firstChild.href.match('board='+Board_Images[i][0]+'$')){
    Board.style.backgroundImage='url('+Board_Images[i][1]+')';
    }
    }
    }
    function mouseOutHighlightCell(Board){
    Board.style.backgroundImage='';
    }
    }

    //-->
    </script>





    If you wish to add an image highlight for more boards, then just continue to add this line:
    ["Board ID", "Board Image Highlight"],
    Just make sure that there is no comma at the end for the last line.
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 39 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Everlasting Earth (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Everlasting Earth
    « Result #39 on Sept 2, 2009, 4:11pm »

    Everlasting Earth
    By Lori Triggs
    Copyrighted August 31, 2009

    At one time earth land was plentiful and lush
    now earth land is deforested even unplentiful where is the lush,
    the animals with birds were plentiful while beautiful
    now the animals with birds are unplentiful or are instinct.

    At one time earth ocean was plentiful and beautiful
    now earth ocean is being deharvested while the coral reefs disappear,
    the mammals with fish even other sea life where plentiful besides beautiful
    now the mammals with fish even other sea life are deheavested or are instinct.

    At one time earth lakes with rivers plentiful and beautiful
    now earth lakes with rivers is being defished even poisoned not to drink,
    the fish with wildlife was plentiful while beautiful
    now the fish with wild life are unplentiful or instinct.

    Humans caused these things to the earth beside nature as well too
    well earth cannot fix its self every time especially when we caused it,
    earth is not everlasting, one day she will stop working too, same goes with the other planets.

    Only 2% water we can drink the rest we cannot drink
    it is ocean and pollution in the water think about that,
    if no animals, even birds or fish I say no food if their no food means no people!
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 40 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Everlasting Earth (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Everlasting Earth
    « Result #40 on Sept 2, 2009, 4:02pm »

    Everlasting Earth
    By Lori Triggs
    Copyrighted August 31, 2009

    At one time earth land was plentiful and lush
    now earth land is deforested even unplentiful where is the lush,
    the animals with birds were plentiful while beautiful
    now the animals with birds are unplentiful or are instinct.

    At one time earth ocean was plentiful and beautiful
    now earth ocean is being deharvested while the coral reefs disappear,
    the mammals with fish even other sea life where plentiful besides beautiful
    now the mammals with fish even other sea life are deheavested or are instinct.

    At one time earth lakes with rivers plentiful and beautiful
    now earth lakes with rivers is being defished even poisoned not to drink,
    the fish with wildlife was plentiful while beautiful
    now the fish with wild life are unplentiful or instinct.

    Humans caused these things to the earth beside nature as well too
    well earth cannot fix its self every time especially when we caused it,
    earth is not everlasting, one day she will stop working too, same goes with the other planets.

    Only 2% water we can drink the rest we cannot drink
    it is ocean and pollution in the water think about that,
    if no animals, even birds or fish I say no food if their no food means no people!
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 41 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Graphics Contest Designer UBBC Icons (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Graphics Contest Designer UBBC Icons
    « Result #41 on Aug 31, 2009, 4:25pm »

    Graphics Contest Designer UBBC Icons,
    Design ubbc icons with a graphic design on it and detail on it.
    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 42 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Code Contest Is Borders Around Forum (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Code Contest Is Borders Around Forum
    « Result #42 on Aug 31, 2009, 4:19pm »

    Code Contest Is Borders Around Forum,

    Make a code with borders to go around forum from 1 to 4 borders.

    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 43 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: AD Contest Is Summer (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     AD Contest Is Summer
    « Result #43 on Aug 31, 2009, 3:56pm »

    AD Contest Is Summer,
    The AD has to have a summer theme.
    Pm Admin. graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 44 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Nature's Sellout (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Nature's Sellout
    « Result #44 on Aug 26, 2009, 4:22pm »

    [image]

    Nature's Sellout
    By Lori Triggs
    Copyrighted August 26, 2009

    A sprinkling of sunshine to sellout on the plants
    While mother nature wrapped up in her shawl,
    She is watching nature’s splendors around her...
    It really is a paradise:

    A paradise of mother nature
    From earths dust on nature’s crust.

    The dewy drops on mushroom caps
    Are nothing less than mother nature tears,
    From rolling laughter... it’s perhaps:
    Mother nature with claps of thunder with lighting.

    Are mother nature tears throughout the years
    The crystal glow in woodland streams.

    Reflects the light of mother nature
    Instead of sunshine, as it seems,
    When mother nature showers fall to earth:
    When mother nature falls to the earth.

    It seems like sunshine on the streams
    The twinkling in the starry sky.

    Is nothing less than mother nature
    That interrupt the flares on high,
    The glow of nature’s moonlit blinks:
    The moonlit blinks are mother nature
    That twinkle high in starry sky.
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 45 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Who is the graphics artists? (Read 6 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Who is the graphics artists?
    « Result #45 on Aug 20, 2009, 11:12pm »

    Hey my graphics artists.....
    They enjoy creating forms of art on computer....
    well graphics...matter of fact this site was designed by me
    (well the banners, the icons, and so forth)
    It is a hobby of mine to decorate websites...
    If you are new to proboards and you have a proboards site and
    you are having a hard time adjusting the colors getting a good banner etc...
    They would be delighted to help...
    but you have to give me an idea of what you are wanting your site to look like....

    In this forum I will be posting examples of my work...
    any of it that you like you can freely grab it by right clicking and saving picture....
    If you need a banner and you want it done in a special way please feel free to request....
    They can also make banners for myspace and contact tables for myspace....

    I don't help people that are mean on their graphics!

    To see some of my big banners go to The official here or proboards website.

    My graphics artists happy to help is free all that they ask is that you place my website button on your site.... here is the code:
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 46 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Requesting Rules (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Requesting Rules
    « Result #46 on Aug 20, 2009, 10:54pm »


    The following are the rules for requesting.



    Rules





    •We work for free so don't try to rush people on doing something.

    •If your mean to someone and they don't fill your request because you want them to it is on you. Some people don't fill request for people that are mean to them.

    •No bashing the creator of your works image(s) if you don't like it. This will come back to hunt you from other GFXers on this site.

    •No PMing the person that is doing your work or who you want to do your work about your request.

    •You can only bump every 24 hours.

    •You can only have one request per topic.

    •You can only request every 24 hours.

    •If your site is a graphics site your request will be locked and ignore because you have GFXers on your site that can fill it for you.

    •If you want a type of brush that doesn't already come with GIMP, Photshop, and etc. please go here and make sure you get the type of brushes that you want for each graphics system since not everyone uses the same graphics system.

    •Go here to get the average size for the images.

    •You can also go here to get the wallpaper size for your computer/laptop.

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 47 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Important info! (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Important info!
    « Result #47 on Aug 20, 2009, 10:44pm »

    When providing me with a image you have to give me the address of that image which is called a url....I do not like getting a snatched image....another words a url from someone else's site without their permission...to provide me with a image for your graphics please upload the picture to an image host.....

    Here is two excellent image host sites that are totally free:

    [url=http://photobucket.com]Photobucket or
    [url=http://imageshack.us]Image Shack
    [url=http://wmg.com] Wmg

    You will need a image host to host your banners etc...

    *Please give me a valid email address to contact you with*

    Once I have created your banner I will upload it to my image host for only a week....
    I will send you an email with the url to your banner....
    after that week if I have not heard from you I will delete the banner...


    *I am a reasonable person... if you are not satisfied with your banner...
    I will then try once more to do it the way you want it....
    if it looks like I am not going to be able to do it the way you want it
    I will not waste my time or your time I will be honest.....*

    this service is totally free all that I ask is you advertise this site on your site....
    the code for this site is at the bottom....

    I don't help people that are mean on their graphics!
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 48 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: The Order Form for your Graphics (Read 15 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Re: The Order Form for your Graphics
    « Result #48 on Aug 20, 2009, 10:23pm »

    Add these to the wallpapers

    http://upload.wikimedia.org/wikipedia/en....dards2.svg.pn g

    Brushes


    If you want a certain type of brush you can go to here and and link it to your request. Make sure you get one for every type of graphic program or it could be a problem if you get only a brush for Photo Shop and someone that has GIMP or something else can't take up the request because the brush want work for their graphic program.

    PhotoShop Brushes: http://www.deviantart.com/#catpath=resources/applications/customshape&order=9

    GIMP: http://www.deviantart.com/#catpath=resources/applications/gimpbrushes&order=9

    Paint Shop Pro: http://www.deviantart.com/#catpath=resources/applications/pspbrushes&order=9

    Cinema 4D: http://www.deviantart.com/#catpath=resources/applications/cinema4d&order=9

    Illustrator: http://www.deviantart.com/#catpath=resou....brushes&order=9

    Flash: (Will come when I find some.)
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 49 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: The Order Form for your Graphics (Read 15 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     The Order Form for your Graphics
    « Result #49 on Aug 20, 2009, 5:09pm »

    *copy this and paste it on a new post*

    Fill out each field

    For a Large Banner
    (a large banner is usually 700 wide pixels and 200 height)

    http://i23.photobucket.com/albums/b392/p....ner700x200. gif

    Background Image

    http://i23.photobucket.com/albums/b392/p....nd1024x200 .gif

    Signature

    [image]

    Userbar

    [image]

    Stamp

    [image]

    Avatar

    [image]

    Mini Banner

    [image]

    Ubbc Icon

    [image]

    * Your Web Address
    * The hex code to each color (example: 000000 is black)
    * the url to the images you want to be used for the banner.
    * The text you want on it (what you want it to say) and the color of the text (again hex codes only for the color)
    * Where you want the text to be at on the banner?
    Aligned Left, center, top, bottom, or right
    * Any animation you want on the banner you must provide a url to the animated gif..

    Same as above except I can only do really small animations and the text doesn't need to be a lengthy line of words...Sweet short and simple! Mini banners Are mainly used for advertising....Not many images will fit on a mini banner... although you can have a background picture if you choose...

    Go to next post to receive some important news that might help you!
    « Last Edit: Aug 20, 2009, 10:22pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 50 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove Borders (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove Borders
    « Result #50 on Aug 17, 2009, 10:46pm »

    Crossbrowser, obviously.

    Place in Global Footer.

    Been requested a lot, so thought I'd might as well post it.
    Removes ALL the borders, AKA anything that is the "border color" when you modify a skin.


    Code:<script type="text/javascript">
    <!--
    // Remove all borders
    table = document.getElementsByTagName('table');
    for(i = 0; i < table.length; i ++) {
    table[i].cellSpacing = "0px";
    }
    //-->
    </script>

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 51 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: When The Love Is Gone (Read 6 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     When The Love Is Gone
    « Result #51 on Aug 14, 2009, 7:34pm »

    When The Love Is Gone
    Lori Triggs
    Larsen M. Callirhoe
    Copyrighted August 14, 2009

    How do we look back
    when yesterday is all we had.
    The dreams we shared.
    The smiles we had.
    Now it is all gone.

    For awhile love is all we could do
    Everything is now! For the moment;
    Everything is now and me
    centered around the worldly things,
    For awhile our love was strong
    But what is right became so wrong.

    Something happened along the way
    and yesterday is all we shared
    Daylight has come and gone,
    You just don't care, you saved your best
    for yourself when we were dating besides engaged.

    I did not found another guy
    that dances on the clouds with me.

    Don't be so brave
    my old friend
    We used to shared ourselves,
    had a few miscarriages with
    forced abortions because of you.

    Love was like chasing the miles
    like the starlight does travel
    thru empty space,
    You were out chasing the clouds away
    The rain came down on us,
    Don't you remember how the stars
    used to sing and dance for us.

    But that was so long ago
    Holding hands with your heart,
    Now our love only sheds tears with pain
    Now it seems all I use to do is look at a old
    pictures of the way it used to be.

    Sentimental fools
    we used to share a dance or two,
    That was so long ago
    Now we are getting old and grey.

    We look back
    and what did we really share,
    A past that is no more
    It is just a reflection,
    That bounces forever into eternity.

    Like a match that burns out
    so was the flame of our relationship.

    We both have moved on
    and are we happily in love
    with our new companions,
    Our new lovers are suffice
    Because I do not have a guy so far.

    What we shared was
    something beautiful,
    something special
    something so bad,
    something so painful.

    But now
    After The Love Is Gone
    I agreed with myself,
    I have moved on.

    Time is short
    so I toast a glass soda
    to you my old friend
    for no one can destroy
    the memories
    we once shared
    but only you.
    « Last Edit: Aug 23, 2009, 11:25pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 52 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Florida The Sunshine State (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Florida The Sunshine State
    « Result #52 on Aug 12, 2009, 3:13pm »

    Florida The Sunshine State
    By Lori Triggs
    Copyrighted August 8, 2009

    Florida mostly sunny all year long
    from October to May even in the 70's to 80's.
    than end of May to October it rains like to tomorrow and high or mid 90's.

    Florida has the most wet land birds with wet land animals
    alligators swimming with the thingyatiels for the catch of the day,
    besides the hawks with eagles and paragons flying in the air to see.

    Florida has forests with national forests
    where deer are grazing, black bears eating their fish they caught
    while the bob cats wait for their brail with the coyotes.

    Florida has botanical gardens
    where you see beautiful tropical flowers even ponds,
    besides butterflies with squirrels and other wildlife.

    Florida has sea shores besides the bays
    there are Islands that the rich besides the middle class live on,
    there is reef all along the bottom of Florida.

    Florida people from being in the sun their brains fried
    besides being born here making them stupid,
    but I say I think all southerners stupid from all the southern states.

    Florida 911 asks you the information still does not get it when you give it to them
    the police shoot first kill you, ask questions later after your dead,
    the emergency medical services works screw up on you or even kill you besides the hospitals.

    Florida people here are robbing banks, stores, home invasions and
    cars go through houses or stores once or twice a week,
    once they need the money the other people will do it, because they can do it.

    This is Florida the sunshine state
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 53 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Head/Base Table around Mini Profile - by Smangii (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Head/Base Table around Mini Profile - by Smangii
    « Result #53 on Aug 12, 2009, 2:20pm »

    Crossbrowser

    Surrounds your mini profile in a table with a head image, base image, and a repeating background (middle) image, or a solid background color.

    Global Footer

    Code:<script type="text/javascript">
    // Head/Base Table around Mini Profile - by Smangii

    var mp_head = "HEADER.gif"; // Header image URL
    var mp_mid = "MIDDLE.gif"; // Repeating background image URL (Optional)
    var mp_bg = "#FFFFFF"; // Background color of table, include # sign
    var mp_base = "BASE.gif"; // Base image URL
    var mp_width = "200px"; // Width of the table (or your header image width)
    var mp_align = "left"; // Choose left, right, or center

    if(location.href.match(/on=(displ|search2|viewpr|pmv|(user)?rece|cal\w+iew)/)){
    var td=document.getElementsByTagName('td')
    for (m=0;m<td.length;m++) {
    if (td[m].className.match(/windowbg/i) && td[m].width=="20%") {
    var mp = td[m].innerHTML;
    td[m].innerHTML = '<table align="center" cellspacing="0" cellpadding="0" width="'+mp_width+'"><tr><td><img src="'+mp_head+'"></td></tr><tr><td align="'+mp_align+'" style="padding: 4px; background-image: url('+mp_mid+'); background-color: '+mp_bg+';">'+mp+'</td></tr><tr><td><img src="'+mp_base+'"></td></tr></table>';
    }}}
    </script>

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 54 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Retro Banners (Read 3 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Retro Banners
    « Result #54 on Aug 5, 2009, 10:38pm »

    [image]

    [image]

    [image]

    [image]

    [image]

    [image]

    [image]
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 55 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Staff Note when Posting or Replying - by Smangii (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Staff Note when Posting or Replying - by Smangii
    « Result #55 on Jul 22, 2009, 10:38pm »

    <script type="text/javascript">
    <!--
    // Staff Note when Posting or Replying - by Smangii

    var note = "<b>Remember to read the rules before posting.</b>";

    var TD = document.getElementsByTagName('td');
    for(a=0;a<TD.length;a++){
    if(TD[a].className.match(/(windowbg|windowbg2)/i) && TD[a].innerHTML.match(/Message:/)){
    if(document.postForm){
    TD[a].innerHTML += '<p>'+note+'</p>';
    }
    if(TD[a-1].className.match(/titlebg/i) && TD[a].innerHTML.match(/Quick Reply/)) {
    TD[a].innerHTML += '<p>'+note+'</p>';
    }}}
    //-->
    </script>
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 56 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove links in locked threads (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove links in locked threads
    « Result #56 on Jul 20, 2009, 3:39pm »

    This code will replace all links in a thread that is locked with any predefined text. Useful if you get spammers & want to stop their links working. You could just give your mods lock powers, and use this code.

    Done as a request at PBS


    <script type = 'text/javascript'>
    /*
    Remove links in locked threads
    Created By Wrighty
    Do Not: Rip, Repost or Claim
    */

    var thread = {
    replace: 'Link Removed',
    image: /locked.gif/,
    status: false,
    locked: function(){
    if(location.href.match(/thread/))
    for(d = document.getElementsByTagName('td'), a = 0; a < d.length; a++)
    if(d[a].className == 'catbg' && d[a].width == '20%' && d[a].innerHTML.match(/Author/) && d[a].innerHTML.match(this.image))
    this.status = true;
    this.links();
    },
    links: function(){
    if(this.status)
    for(d = document.getElementsByTagName('td'), a = 0; a < d.length; a++)
    if(d[a].className.match(/windowbg/) && d[a].width == '20%')
    for(l = d[a+5].getElementsByTagName('a'), x = 0; x < l.length; x++)
    if(!l[x].href.match(new RegExp(location.host)))
    l[x].parentNode.replaceChild(document.createTextNode(this.replace), l[x]);
    }
    };
    if(location.href.match(/thread/))
    thread.locked();
    </script>

    Replace the red with the corresponding values:
    - image being the final ending part of your locked image URL.
    - replace being the text to replace the link with.

    Global Footer
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 57 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove On/Off Icons Column - By Smangii (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove On/Off Icons Column - By Smangii
    « Result #57 on Jul 19, 2009, 10:25pm »

    <script type="text/javascript">
    <!--
    // Remove On/Off Icons Column - By Smangii

    if(!location.href.match(/action/) || location.href.match(/action=home/)){
    var TD = document.getElementsByTagName("td");
    for(var i=0;i<TD.length;i++){
    if(TD[i].className=="titlebg" && TD[i].innerHTML.match(/(Forum Name|Sub-Boards)/i)){
    TD[i].colSpan="1"
    }
    if(TD[i].width=="66%" && TD[i].className=="windowbg2"){
    TD[i-1].style.display = "none";
    }}}
    -->
    </script>

    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 58 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Welcome To Music Chat Forum (Read 6 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Welcome To Music Chat Forum
    « Result #58 on Jul 13, 2009, 10:56pm »

    :) Welcome To Music Chat Forum,

    Come in &
    chat about or add your music stuff here.
    Please when you make a new post
    and with every post, you have to reply to
    other members posts before posting to
    every new post you make!

    Moderators: Admin. graphicswoman
    « Last Edit: Jul 13, 2009, 10:57pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 59 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Welcome To Myspace Codes Forum (Read 13 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Welcome To Myspace Codes Forum
    « Result #59 on Jun 28, 2009, 10:54pm »

    :) Welcome To Myspace Codes Forum,

    Come in &
    get or add codes
    to design your forum
    from the myspace codes
    use copy and past mode the code scripts with preview links.
    Please when you make a new post
    and with every post, you have to reply to other members posts
    before posting to every new post you make!

    Moderators: Admin. graphicswoman
    « Last Edit: Jul 2, 2009, 4:12pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 60 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Tabbed content by beatson (Read 6 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Tabbed content by beatson
    « Result #60 on Jun 28, 2009, 10:23pm »

    Put tabbed content anywhere on any board. (explained at bottom)

    Tested in: IE8 & FFv3
    Preview: http://ulstyle1.proboards.com/index.cgi?board=tabbed

    Global header

    <script type="text/javascript">
    <!--

    /* Beatsons Tabbed content - The Javascript */

    var maxtabs = 3; //how many tabs you have.

    /* No need to edit below here */


    function change_tab(id) {
    var e = document.getElementById(id);
    e.style.display = '';
    var i = 1;
    for (i=1;i<id;i++)
    {
    f = document.getElementById(i);
    f.style.display = 'none';
    }




    var a = id + 1;
    for (a=id+1;a>id && a<=maxtabs;a++)
    {
    g = document.getElementById(a);
    g.style.display = 'none';
    }

    }

    function hide() {
    var b = 2;
    for (b=2;b>1 && b<=maxtabs;b++)
    {
    h = document.getElementById(b);
    h.style.display = 'none';
    }

    }


    //-->
    </script>

    <style type="text/css">
    <!--

    /* Beatsons Tabbed content - The CSS */
    /*Edit below here if you know CSS */

    .container {
    width: 650px;
    text-align: center;
    }

    .tabs {
    margin: auto;
    text-align: left;
    }

    .tabberbg {
    background: #3e3e3e;
    width: 650px;
    padding: 5px;
    }

    .tabberbg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    .tabberbg ul li {
    display: inline;
    padding: 5px;
    }

    .tabberbg ul li a {
    margin: 0;
    color: #679fcb;
    padding: 5px;
    display: inline;
    text-decoration: none;
    border: 0;
    }

    .content_shown {
    width: 650px;
    margin: auto;
    background: #818181;
    text-align: left;
    padding: 5px;
    }

    .tabberbg ul li a:hover {
    background: #5a5a5a;
    color: #FFF;
    text-decoration: none;
    border: 0;
    }

    .tabberbg ul li a:visited {
    color: #679fcb;
    }
    //-->
    </style>


    Red = Important, change the number to how many tabs you want (see below) - If you want to use 3 or more different sets of tabbed content. Set the number to the content wich has the most tabs. For example: if content 1 has 2 tabs, content 2 has 3 tabs & content 3 has 5 tabs. Set the maxtabs to 5.


    Where ever you want the tabs to go.
    details explaned below.

    <div class="container">
    <div class="tabs">
    <div class="tabberbg">
    <ul>
    <li onclick="change_tab(1);" class="selected"><a href="javascript:void(0);">Tab 1</a></li>
    <li onclick="change_tab(2);"><a href="javascript:void(0);">Tab 2</a></li>
    <li onclick="change_tab(3);"><a href="javascript:void(0);">Tab 3</a></li>
    </ul>
    </div>
    </div>

    <div class="content_shown" id="1">
    Content 1
    </div>
    <div class="content_shown" id="2">
    Content 2
    </div>
    <div class="content_shown" id="3">
    Content 3
    </div>
    </div>
    <script type="text/javascript">
    <!--
    /* Important this is here! */
    hide();
    //-->
    </script>


    How to add more tabs: Once you have changed the maxtabs to how many you want (above) - Add another;

    <li onclick="change_tab(4);"><a href="javascript:void(0);">Tab 4</a></li>

    Orange: The number of the tab. In this example it is 4 because the last one was 3.

    Once you have done that, add another;

    <div class="content_shown" id="4">
    Content 4
    </div>

    Blue: The number of the tab in the step above.
    Green: Change this to whatever you want. In the content area you could add a table or something. Best to keep tab names plain text though.
    « Last Edit: Jun 28, 2009, 10:38pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 61 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: On & Off Icons 100x75 (Read 10 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     On & Off Icons 100x75
    « Result #61 on Jun 28, 2009, 4:30pm »

    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    [image] [image]
    « Last Edit: Jun 28, 2009, 10:42pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 62 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove the "Forum name" row - by Smangii (Read 4 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove the "Forum name" row - by Smangii
    « Result #62 on Jun 27, 2009, 10:50pm »

    Try this in main footers:


    Code:<script type="text/javascript">
    <!--
    // Remove the "Forum name" row - by Smangii
    if(!location.href.match(/action/) || location.href.match(/action=home/)){
    var TD = document.getElementsByTagName("td");
    for(var i=0;i<TD.length;i++){
    if(TD[i].className=="titlebg" && TD[i].innerHTML.match(/Forum Name/i)){
    TD[i].parentNode.style.display="none";
    }
    if (TD[i].className=="windowbg2" && TD[i].width=="66%"){
    TD[i+1].innerHTML = '<div style="width:40px;">'+TD[i+1].innerHTML+'</div>';
    TD[i+2].innerHTML = '<div style="width:40px;">'+TD[i+2].innerHTML+'</div>';
    }
    }
    }
    //-->
    </script>
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 63 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Micheal Jackson is Dead (Read 5 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Micheal Jackson is Dead
    « Result #63 on Jun 27, 2009, 3:26pm »

    http://www.39online.com/news/local/kiah-michael-jackson-obit,0,5140801.story

    As we have all heard by now Micheal Jackson is dead.
    I didn't like the guy he was a molester, drug addict and anorexia, but I did like at few of his songs.
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 64 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Welcome To VForums Codes Forum (Read 11 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Welcome To VForums Codes Forum
    « Result #64 on Jun 26, 2009, 6:28pm »

    :) Welcome To VForums Codes Forum,

    Come in &
    add or take codes
    to design your forum
    from vforum codes
    use copy and past mode the code scripts with preview links.
    Please when you make a new post
    and with every post, you have to reply to other members posts
    before posting to every new post you make!

    Moderators: Admin. graphicswoman
    « Last Edit: Jul 2, 2009, 4:12pm by graphicswoman »Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 65 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Code Approval Status Icons (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Code Approval Status Icons
    « Result #65 on Jun 23, 2009, 10:42pm »

    Code Name: [CB] Code Approval Status Icons
    Description:
    Adds icons to thread names in your Code boards. Use the following tags to label threads:

    [A] - Approved
    [R] - Rejected
    [P] - Pending

    And all non-tagged threads are given an "unknown" status icon.

    Preview: http://malatest.proboards.com/index.cgi?board=scriptappr

    Board Footer

    Code:<script>
    <!--
    /* Code Approval Status Icons
    by Malagrond

    [R] - Rejected
    [P] - Pending
    [A] - Approved

    Board Footers
    */

    // Edit these with your own icons, or use the ones provided.
    var apURL = "http://wimg.co.uk/ToD.png"; // Codes that have been accepted.
    var unURL = "http://wimg.co.uk/yHg.png"; // Codes that have yet to be inspected
    var hlURL = "http://wimg.co.uk/Vfr.png"; // Codes that are pending inspection.
    var reURL = "http://wimg.co.uk/kTm.png"; // Codes that have been rejected.

    // No need to edit below.
    var allLinks = document.getElementsByTagName("a");
    for(var i=0;i<allLinks.length;i++){
    if (allLinks[i].href.match(/display&thread=/gi) && allLinks[i].innerHTML.match(/\[A\]/g)){
    allLinks[i].innerHTML = allLinks[i].innerHTML.replace(/\[A\]/g,"<img src='"+apURL+"' border='0' alt='[A]' />");
    } else if (allLinks[i].href.match(/display&thread=/gi) && !allLinks[i].innerHTML.match(/\[(A|R|P)\]/g) && allLinks[i].parentNode.parentNode.parentNode.previousSibling.previousSibling && !allLinks[i].parentNode.parentNode.parentNode.previousSibling.previousSibling.innerHTML.match(/sticky/gi)) {
    allLinks[i].innerHTML = "<img src='"+unURL+"' border='0' alt='[?]' /> "+allLinks[i].innerHTML;
    } else if (allLinks[i].href.match(/display&thread=/gi) && allLinks[i].innerHTML.match(/\[P\]/g)){
    allLinks[i].innerHTML = allLinks[i].innerHTML.replace(/\[P\]/g,"<img src='"+hlURL+"' border='0' />");
    } else if (allLinks[i].href.match(/display&thread=/gi) && allLinks[i].innerHTML.match(/\[R\]/g)){
    allLinks[i].innerHTML = allLinks[i].innerHTML.replace(/\[R\]/g,"<img src='"+reURL+"' border='0' />");
    }
    }
    -->
    </script>

    ~Mala
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 66 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Remove All Icons in Boards & Info Center (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Remove All Icons in Boards & Info Center
    « Result #66 on Jun 23, 2009, 10:23pm »

    <script type="text/javascript">
    <!--
    // Remove all icons from boards, sub-boards, and info center
    // By Smangii

    if(!location.href.match(/action/) || location.href.match(/action=home/)){
    var TD = document.getElementsByTagName("td");
    for(var i=0;i<TD.length;i++){
    if(TD[i].className=="titlebg" && TD[i].innerHTML.match(/(Forum Name|Sub-Boards)/i)){
    TD[i].colSpan="1"
    }
    if(TD[i].width=="66%" && TD[i].className=="windowbg2"){
    TD[i-1].style.display = "none";
    }
    if(TD[i].width=="20" && TD[i].align=="center" && TD[i].className.match("windowbg")){
    TD[i].style.display="none"
    }}}
    -->
    </script>

    Global Footer
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 67 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Welcome To Graphic Designers Message Icons Forum (Read 2 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Welcome To Graphic Designers Message Icons Forum
    « Result #67 on Jun 17, 2009, 11:02pm »

    :) Welcome To Graphic Designers Message Icons Forum,

    Come in &
    add or take message icons
    to design your forum.

    Moderator: Admin graphicswoman
    Link to Post - Back to Top  IP: Logged

    [image] [image] [image]


    Result 68 of 100:
       [Search This Thread][Send Topic To Friend] [Print]
     AuthorTopic: Summer Message Icons (Read 44 times)
    graphicswoman
    Graphics N Codes Administrator
    ************
    [The Administrator or the website is not your entertaintment, Administrator does not do graphics or codes, but Advertisers, Graphics Artists and Coders are not posting graphics or codes or writings, if not posting graphics or codes or writing you will be banned!]
    member is offline

    [avatar]

    My cat, poetry writings, traveling, animal with envirmental groups%%VERY SEXY summer style%%


    [homepage]

    Joined: Feb 2008
    Gender: Female
    Posts: 532
    Location: Marion County, FL
    Karma: 0
     Summer Message Icons
    « Result #68 on Jun 16, 2009, 5:11pm »