David

Forum Replies Created

Viewing 15 posts - 2,176 through 2,190 (of 2,227 total)
  • Author
    Posts
  • in reply to: VuTales Account List #3978
    David
    Participant

    Updated.

    in reply to: VuTales Account List #3924
    David
    Participant
    FireLeo86 said: Eh… I have no clue what I’m doing. Also, how does one edit his post? I keep clicking the small + sign and nothing happens.

    Use firefox.

    in reply to: [Info] Bugs/Future Features #3702
    David
    Participant

    How come Silver never posts? o.O

    in reply to: VuTales Account List #3893
    David
    Participant

    Don’t automatic friend, it won’t work. I edited.

    Dest1 was the only person who did it right. Nice.

    in reply to: VuTales Account List #3891
    David
    Participant
    Jack said: Jack/ [url=]http://www.vutales.vuii.co.uk/addfriend.php?id=Jack[/url]
    Real name: Jack
    Age: 37
    Gender: male
    E-mail: [email protected]
    Short description: yo sup

    Erm, a bit more information filled in would be good. And fix the links please. [url] tags are used. ^^

    The ID = a number. I think yours is 30 or 31. Copy link location and see.

    in reply to:   #3888
    David
    Participant

    Please don’t break the site. =(

    in reply to: VuTales Account List #3859
    David
    Participant

    What shirt description?

    in reply to: [Info] Bugs/Future Features #3842
    David
    Participant
    SirPainsalot said: More bugs.
    I think I passed my friend limit, for I friended Chameleon and BAM he’s not there.

    Yup. :3 Limit is 25.

    in reply to: [Note] How to add friends. -.- #3840
    David
    Participant
    SirPainsalot said: I already did. Lawlfailwut.

    Vusys. Rofl. No limit on the number of friends, or do something like put 5 friends there, and click on: See all of David’s Friends.

    Then use math to calculate the percentage of the 5 people going on.

    in reply to: VuTales Account List #3838
    David
    Participant
    Lithium said: Lithium/ Friend me
    Real Name: Jonathan Wang
    Age: 13
    Gender: Male
    E-Mail: I don’t check my e-mail very often… [email protected] for my MSN
    Short Description: Not much to say, you’re better to understand me from talking to me yourself

    Lithium, fail. Quote the post, delete the quote tags, and input the link please. 🙂

    in reply to: CSS? #3837
    David
    Participant

    Kay, thanks.

    Tbh, anyone can mess around, get dreamweaver/front page or whatever, and just change colors. Rofl.

    in reply to: CSS? #3835
    David
    Participant

    Okay, CSS is really simple;

    If you take a look it’s just:

    [definition] {
    “algorithm”
    }

    The body is essentially defining what the tags will eventually do.

    So if we had: $style = “black”;

    It would go search for the black template, and you’d end up with something like this:

    script said: .title {
    font-family: “trebuchet ms”;
    font-size: 14px;
    text-decoration: underline;
    border-top-color: #AAAAAA;
    border-bottom-color: #AAAAAA;
    letter-spacing: 5px;
    }

    .title2 {
    font-family: “trebuchet ms”;
    font-size: 14px;
    text-decoration: underline;
    letter-spacing: 3px;
    text-align:center;
    }

    a:link, a:visited, a:active {
    font-family: “trebuchet ms”;
    font-size: 11px;
    font-weight: 140;
    text-decoration: none;
    color: #000000;
    }

    a:hover {
    font-family: “trebuchet ms”;
    font-size: 11px;
    font-weight: 140;
    text-decoration: none;
    color: #000000;
    }

    INPUT{
    font-size:10pt;
    font-family: “trebuchet ms”;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url(‘footer.gif’);
    }

    /*layout*/

    body {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
    font-family: trebuchet ms;
    font-size: 12px;
    border: none;
    background-repeat: repeat-x-x
    }
    .thrColFixHdr #container {
    width: 745px;
    background: #FFFFFF;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 3px;
    top: 100px;
    border: 1px solid #000000;
    opacity: 0.90;
    }
    .thrColFixHdr #header {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px solid #000000;
    width: 715px;
    }
    .thrColFixHdr #header h1 {
    margin: 0;
    padding: 10px 0;
    }
    .thrColFixHdr #topnav {
    float: top;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    }
    .thrColFixHdr #bottomfloat {
    float: bottom;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 100%;
    }
    .thrColFixHdr #mainContent {
    width: 360px;
    margin-top: 0;
    margin-right: 200px;
    margin-bottom: 0;
    margin-left: 160px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    }
    .thrColFixHdr #footer {
    border: 1px solid #000000;
    background-repeat: repeat-x-x;
    color: #FFFFFF;
    padding-left:20px;
    padding-right:10px;
    padding-top:0;
    padding-bottom:0
    }
    .thrColFixHdr #footer p {
    margin: 0;
    padding: 10px 0;
    }
    .fltrt {
    float: right;
    margin-left: 8px;
    }
    .fltlft {
    float: left;
    margin-right: 8px;
    }
    .clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }

    image01= new Image()
    image01.src=”image/background.gif”
    image02= new Image()
    image02.src=”image/background.gif”

    function rollover(imagename, newsrc){
    document.images[imagename].src=newsrc.src
    }

    So if you had a header, footer, and navigation, those would be defined by that. The body will have a central CSS in which everything will refer to it.

    in reply to: [Info] Bugs/Future Features #3834
    David
    Participant
    Arladerus said: Shouldn’t we all get the Alpha Tester award? =P

    -Points to banner-

    Fail.

    in reply to: [Info] Bugs/Future Features #3831
    David
    Participant
    Vusys said:

    david said: Updated.

    And:

    o_O;

    That’s on the main page?

    Semi-unrelated: There’s a new module on the main page.

    No…

    Make it so that appears on the front page. :3 That’s what I was saying. XD

    in reply to: [Info] Bugs/Future Features #3816
    David
    Participant

    Updated.

    And:

Viewing 15 posts - 2,176 through 2,190 (of 2,227 total)