| View previous topic :: View next topic |
| Author |
Message |
jessicacali
Joined: 01 Sep 2005 Posts: 4 Location: missouri
|
Posted: Thu Sep 01, 2005 1:56 pm Question |
|
|
|
I'm not completely sure where this should go...
I want to put these scrolling text codes on my graphics but ive no clue how to do it.
The code boxes in this photo is what i'm talking abouts.
 |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8257 Location: Castle Rock CO USA
|
Posted: Thu Sep 01, 2005 2:21 pm Re: Question |
|
|
|
| jessicacali wrote: |
I'm not completely sure where this should go...
I want to put these scrolling text codes on my graphics but ive no clue how to do it.
The code boxes in this photo is what i'm talking abouts. |
So you want to have the text boxes over your images? |
|
jessicacali
Joined: 01 Sep 2005 Posts: 4 Location: missouri
|
Posted: Thu Sep 01, 2005 2:23 pm |
|
|
|
| I want it to where people can not right click to save my photos. Under the pictures is what i would prefer. I want it to where when they copy the code...when someone else clicks on the picture on someone elses site. it will automatically bring them back to my site. am i not making sense? |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8257 Location: Castle Rock CO USA
|
Posted: Thu Sep 01, 2005 2:33 pm |
|
|
|
| jessicacali wrote: |
| I want it to where people can not right click to save my photos. Under the pictures is what i would prefer. I want it to where when they copy the code...when someone else clicks on the picture on someone elses site. it will automatically bring them back to my site. am i not making sense? |
So under the pictures - that makes a little more sense then on top of them. Provide the code that you have now for one of the images / text boxes |
|
jessicacali
Joined: 01 Sep 2005 Posts: 4 Location: missouri
|
Posted: Thu Sep 01, 2005 2:37 pm |
|
|
|
| I don't that's the problem...i want to make my own boxes...I want to know HOW to make them myself so i no longer have to depend on others! |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8257 Location: Castle Rock CO USA
|
Posted: Thu Sep 01, 2005 3:14 pm |
|
|
|
Ah when you had that screen shot - I thought that was yours.
Something like:
| Code: |
<img alt="Alt Text" src="images/yourimage.gif">
<br>
<textarea rows="2" name="area" cols="20">Your info here</textarea> |
|
|
jessicacali
Joined: 01 Sep 2005 Posts: 4 Location: missouri
|
Posted: Thu Sep 01, 2005 3:16 pm |
|
|
|
| How do I make those boxes then?~?~ |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8257 Location: Castle Rock CO USA
|
Posted: Thu Sep 01, 2005 3:46 pm |
|
|
|
Do you mean the text boxes?
| Code: |
| <textarea rows="2" name="area" cols="20">Your info here</textarea> |
|
|
|