bit stuck

Discussion in 'PHP' started by sama3l., Jul 25, 2007.

Thread Status:
Not open for further replies.
  1. #1
    if some one has like 5 mins free would you be able to help me with a small adjustment?

    at the moment i have this

    <textarea name=\&quot;textarea2\&quot; cols=23 rows=8 class=\"bginput\" onClick=\"this.focus();this.select()\">&lt;a href=&quot;http://www.vampyourspace.com/layouts&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.vampyourspace.com/graphics/glitter/1/$file&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
    &lt;a href=&quot;http://www.vampyourspace.com/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.vampyourspace.com/get.gif&quot; alt=&quot;Myspace Layouts&quot; style=&quot;position:absolute; left:0px; top: 0px;&quot; border=&quot;0&quot;&gt;&lt;/a&gt; </textarea></td>
            </tr>
          </table>
    Code (markup):

    but i want to replace the http://www.vampyourspace.com/get.gif to a hyperlink that says www.vampyourspace.com - Evil, Vampire, and Horror pictures

    can give a small payment if any one can help me :D
     
    sama3l., Jul 25, 2007 IP
    gibex likes this.
  2. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #2
    try this

    You have already an <a> tag surrounding that <img>
     
    gibex, Jul 25, 2007 IP
  3. jazz7620

    jazz7620 Banned

    Messages:
    357
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Do you want to put an html link within the textarea?
     
    jazz7620, Jul 25, 2007 IP
  4. sama3l.

    sama3l. Banned

    Messages:
    888
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    0
    #4
    where do i put that line? am really rather confused

    at the moment it says in the text box

    <a href="http://www.vampyourspace.com/layouts" target="_blank"><img src="http://www.vampyourspace.com/graphics/glitter/1/Vampire1.gif" border="0"></a>
    <a href="http://www.vampyourspace.com/" target="_blank"><img src="http://www.vampyourspace.com/get.gif" alt="Myspace Layouts" style="position:absolute; left:0px; top: 0px;" border="0"></a>

    i want it to say

    <a href="http://www.vampyourspace.com/layouts" target="_blank"><img src="http://www.vampyourspace.com/graphics/glitter/1/Vampire1.gif" border="0"></a>
    <p><a href="http://www.vampyourspace.com">www.Vampyourspace.com - Evil, Vampire,
    and Horror pictures</a></p>
     
    sama3l., Jul 25, 2007 IP
  5. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #5
    gibex, Jul 25, 2007 IP
    sama3l. likes this.
Thread Status:
Not open for further replies.