Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    Help with php and this part of the code...?

    Ok here is the code below, I need to know what I need to change in this code for it to be able to be a clickable link... I have many layouts and want to add more but with so many pages, its a bit hard to go through 49 pages just to add one page. I already submitted this problem to web design company but have yet to get any solution. So here is the code. I hope someone can help me!

    " alt="<?php echo $file; ?>" width="250" >

    <textarea name="textarea2" cols=23 rows=7 onClick="this.focus();this.sel...
    <a href="http://<?php echo $site_url; ?>" target="_blank" title="<?php echo $urlpath . $file; ?>">
    " border="0" alt="<?php echo $urlpath . $file; ?>"></a>
    <?php if ($support_image != "") { ?>
    </a>
    <?php } ?>
    This image is from <?php echo $site_name; ?></center></textarea>

  2. #2
    Utente di HTML.it L'avatar di mariox
    Registrato dal
    Nov 2006
    Messaggi
    837
    " alt="<?php echo $file; ?>" width="250" >

    <textarea name="textarea2" cols=23 rows=7 onClick="this.focus();this.sel...
    <a href="http://<?php echo $site_url; ?>" target="_blank" title="<?php echo $urlpath . $file; ?>">
    " border="0" alt="<?php echo $urlpath . $file; ?>"></a>
    <?php if ($support_image != "") { ?>
    </a>
    <?php } ?>
    This image is from <?php echo $site_name; ?></center></textarea>
    I don't understand because you use a textarea with inside image, why?

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.