Activity Stream
48,167 MEMBERS
61040 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 10 of 10
  1.     
    #1
    Member
    Website's:
    warezstop.com

    Default php code help

    sup? im im having issues with my code. i dont want these borders/outlines around my link areas. the code im using is similar to rapidshare. but the only difference is that i have these annoying borders.

    this is the code im using. can someone edit this to remove the borders please?

    current code:
    Code: 
    <div class="oldown">
    <a href="javascript:anzeigen('<?php echo $node->nid; ?>oldown')"><div><img src="https://www.pypal.com/en_US/i/scr/sm_333_oo.gif" id="pb<?php echo $node->nid; ?>oldown" /> One-Link Downloads:</div></a>
    <div style="display:all;" id="p<?php echo $node->nid; ?>oldown">
    <textarea rows="3" cols="60">
    <?php echo $node->field_oldown[0]['safe']; ?>
    </textarea>
    </div>
    </div>


    Fail Code:

    Code: 
    <div class="imdb">
    <a href="javascript:anzeigen('<?php echo $node->nid; ?>imdb')"><div><img src="http://rapidshare.com/img2/pfeil_zu.jpg" id="pb<?php echo $node->nid; ?>imdb" /> IMDB Link:</div></a>
    <div style="display:all; outline:none; overflow:hidden; border:none" id="p<?php echo $node->nid; ?>imdb"><input type="text" name="url" id="url" size="60" value="<?php echo $node->field_imdb[0]['safe']; ?>" /></div>
    </div>
    i was told to add the outline:none; etc... but that didnt work. im hoping someone here is a lot smarted the the guy who gave me this info

    or would this have to be added to my page css?


    SpLaT* Reviewed by SpLaT* on . php code help sup? im im having issues with my code. i dont want these borders/outlines around my link areas. the code im using is similar to rapidshare. but the only difference is that i have these annoying borders. this is the code im using. can someone edit this to remove the borders please? current code: <div class="oldown"> <a href="javascript:anzeigen('<?php echo $node->nid; ?>oldown')"><div><img src="https://www.pypal.com/en_US/i/scr/sm_333_oo.gif" id="pb<?php echo $node->nid; ?>oldown" /> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    WareztheDDL.com GTFO.ws
    put this in your CSS
    PHP Code: 
    input {border:none;} 
    or just in the
    PHP Code: 
    <input type="text" name="url" id="url" size="60" value="<?php echo $node->field_imdb[0]['safe']; ?>" />
    add
    PHP Code: 
    style="border:none;" 


  4.     
    #3
    Member
    Website's:
    warezstop.com
    wicked! thanks dude u rock!

  5.     
    #4
    Member
    Website's:
    WareztheDDL.com GTFO.ws
    np mate


  6.     
    #5
    Member
    Website's:
    warezstop.com
    but now for new links it doesnt go to a new line, it cuts off the end, can only see if u highlight and drag over

  7.     
    #6
    Member
    Website's:
    ps3games.ORG
    If you were trying to build a "Hello World!" code I'll help you, otherwise you're gonna have to wait another 3-4 months for me lol.

  8.     
    #7
    Member
    Website's:
    warezstop.com
    nvm, edited size="60" to 100

  9.     
    #8
    Member
    Website's:
    warezstop.com
    If you were trying to build a "Hello World!" code I'll help you, otherwise you're gonna have to wait another 3-4 months for me lol.
    lol its cool, i think i got it but thanks anyway

  10.     
    #9
    Member
    Website's:
    WareztheDDL.com GTFO.ws
    <br />? lol


  11.     
    #10
    Member
    Website's:
    warezstop.com
    my uploaders are dumb when it comes to simple html/php <B> <U> <I> <BR> align="center" font size="#" etc...

    but no. that didnt work.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 3rd Apr 2012, 09:50 AM
  2. need help with php code
    By itmees in forum Web Development Area
    Replies: 6
    Last Post: 22nd Mar 2012, 10:01 AM
  3. Replies: 1
    Last Post: 27th Aug 2011, 01:45 PM
  4. {LF} a code
    By DeathNote in forum Web Application/Script Support
    Replies: 2
    Last Post: 23rd Oct 2010, 04:18 AM
  5. [vBulletin BB Code] Moderated Message: (Like W-BB's Staff BB Code!)
    By Ghost Dog 13 in forum Webmaster Resources
    Replies: 13
    Last Post: 26th Sep 2009, 06:19 PM

Tags for this Thread

BE SOCIAL