Anyone need any help??
8 Replies / 1133 Views-
July 27th '05 #1
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!
-
August 21st '05 #2
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!
-
September 15th '05 #3EssixOwlGuest
Re: Anyone need any help??
You know C++?
-
September 17th '05 #4
Re: Anyone need any help??
Some but not much, depends on what you wanted???
-
October 6th '05 #5The WheelGuest
Re: Anyone need any help??
I need help, I added you to my MSN list and am waiting for you to approve me
-
November 17th '05 #6
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.
-
November 17th '05 #718+ Member
Forum Saint Array
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
-
December 14th '06 #8
Re: Anyone need any help??
can you help me i want to know the HTML for a plain black background
-
January 4th '07 #9
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>







Reply With Quote






Bookmarks