Jump to content

lanny

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lanny's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i'm using listbox for user to select the picture they want to display on a particular frame of the web page..i'm using xhtml as the web page and php, mysql. any solutions for that? thanks in advance!
  2. i got the problem solved!..thanks everyone!
  3. i went through a tutorial and found out the code " <DIV style="position: absolute; top:511px; left:428px; width:94px; height:24px">text</DIV>" now, the text can be placed on the shirt...but how to code, if i wanna let user add the text by entering the text on input box, then click on submit button..the text will displayed on shirt.
  4. [!--quoteo(post=367505:date=Apr 22 2006, 01:42 PM:name=moberemk)--][div class=\'quotetop\']QUOTE(moberemk @ Apr 22 2006, 01:42 PM) [snapback]367505[/snapback][/div][div class=\'quotemain\'][!--quotec--] Do you know CSS? If you do, then just use CSS positioning to put a <div> tag with your text on it over the shirt. [/quote] i dont know CSS...is there any tutorial for creating this?
  5. i dont really understand the solution above, can u please explain more? thanks in advance
  6. my php.ini path is at c:\windows........but i cant see there is a php.ini file inside the folder...how?
  7. may i know how to use the imagecreate() in php because it shows error message when i included it in my code. the error message as below displayed on my web page: "Fatal error: Call to undefined function: imagecreate() in C:\Web Docs\Assignment\Designshirt.php on line 221"
  8. beside creating php generated image, is there any other solutions?.because i cant install the GD library in php.
  9. Is there any link on learning how to generate image in php? Thanks in advance
  10. I'm currently developing an online shirt design website for my coll project... i'm using xhtml layout and php, to load the user input text, where the text willl be display on center of the tshirt picture. the text can be display on the xhtml page, but cant adjust to be display on the middle of the image...any solutions for displaying text on an image file? my xhtml code : <tr> <td width="197" height="219"><div align="center"></td> <td width="197" height="219"><div align="center"> <img src="Images/shirt_grey.jpg" width="240" height="240" /></div> <?php if ($_POST['submit'] == "Submit") { echo " " . $_POST["usertext"] . "<br/>"; } ?></td> Thanks in advance!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.