Anyone need any help??

8 Replies / 1133 Views
Results 1 to 9 of 9
  1. #1
    Admin 18+ Member
    Forum Saint
    Array Shane's Avatar
    Join Date
    Dec 2002
    Location
    Dinnington, United Kingdom
    Age
    23
    Posts
    21,457
    Post Thanks / Like

    Default Anyone need any help??

    If anyone needs any help with any html or php or anything then please feel free to ask!

    I will add any html stuff to the tutorial as people ask for it!!

    If you have seen something on another site and arent sure how to do it then please link to that site too....

    DO NOT ASK FOR ME TO DESIGN YOUR WEBSITE FOR YOU!

  2. #2
    Admin 18+ Member
    Forum Saint
    Array Shane's Avatar
    Join Date
    Dec 2002
    Location
    Dinnington, United Kingdom
    Age
    23
    Posts
    21,457
    Post Thanks / Like

    Default Re: Anyone need any help??

    After deleting a few posts in this thread i would like to point out that its for me to help people with CODING problems, not graphics!

  3. #3
    EssixOwl
    Guest

    Default Re: Anyone need any help??

    You know C++?

  4. #4
    Admin 18+ Member
    Forum Saint
    Array Shane's Avatar
    Join Date
    Dec 2002
    Location
    Dinnington, United Kingdom
    Age
    23
    Posts
    21,457
    Post Thanks / Like

    Default Re: Anyone need any help??

    Some but not much, depends on what you wanted???

  5. #5
    The Wheel
    Guest

    Default Re: Anyone need any help??

    I need help, I added you to my MSN list and am waiting for you to approve me

  6. #6
    Newbie Member Array
    Join Date
    Nov 2005
    Location
    Sheffield
    Posts
    3
    Post Thanks / Like

    Default Re: Anyone need any help??

    Heh, I also am having some C++ difficulties. I am making an application in SDL, and it appears that I have a bug in text rendering somewhere in my file streaming program...>.<

    My first thought was that my surfaces were not being created correctly, but all of the functions are returning 1's signaling that it was created. It may be a blit problem, but that seems unlikely because no errors were flagged. I am positive that it is a bug and not an error; it links and compiles without any errors. I am sure than I have all the dynamic linking libraries in the directory folder and that SDL_TTF is correctly initialized. Any help would be appreciated, and if anyone is experiencing a similar problem, please tell me. Thanks.

  7. #7
    18+ Member
    Forum Saint
    Array
    Join Date
    Nov 2005
    Location
    Sheffield, England / Paderborn, Germany
    Age
    24
    Posts
    2,026
    Post Thanks / Like

    Default Re: Anyone need any help??

    I'll need your help soon enough shane don't worry coz as you already know i've just started on the basics

  8. #8
    Image Hosted by ImageShack.us 18+ Member
    Forum Saint
    Array PrincessAlice's Avatar
    Join Date
    Oct 2005
    Location
    A, A
    Age
    22
    Posts
    8,778
    Post Thanks / Like

    Default Re: Anyone need any help??

    can you help me i want to know the HTML for a plain black background
    Quote Andy C wrote:
    Batting those lashes would result in gale force winds. I'mma call you the tempting tempest temptress from now on.

    Xbox: JoylessMuffin

  9. #9
    Evolving Member Array ---Cole---'s Avatar
    Join Date
    Jan 2007
    Location
    Texas
    Age
    18
    Posts
    70
    Post Thanks / Like

    Default Re: Anyone need any help??

    plain black background:
    HTML Code:
    <html>
    <head>
    <title>For Alice</title>
    <style type="text/css">
        Body{
                background-color: #000000;
        }
     
     
    </style>
    </head>
    <body>
    </body>
    </html>




    Dont like a girl cause shes hot, like her because of her personality although looks are an added bonus

Bookmarks

Posting Permissions

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