Guys i need help with script code

Discussion in 'Programming' started by agrisdul, Jun 26, 2014.

  1. #1
    How i can add a Images in this line? After </Table> and between ')
    i need to add here my site small logo and link to site.
    $rowscounter++;
    }
    
    echo "document.write('</table> HERE my CODE With LOGO ');";
    
    ?>
    Code (markup):
    If i adding <img src="image.png">Tag i get error
    I can add DIV but with still get error

    Please suggest me something I'm just learning know something but not all about coding.
     
    Solved! View solution.
    agrisdul, Jun 26, 2014 IP
  2. #2
    try
    echo "document.write('</table><img src=\"image.png\">');";
    Code (markup):
     
    sarahk, Jun 26, 2014 IP
  3. agrisdul

    agrisdul Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Yes its works on homepage, but problem is this link is showing on other sites too, and there is no my image
    can i use my link: http://mysite.com/image.png ? and how to add link on image in this way?
     
    agrisdul, Jun 26, 2014 IP
  4. agrisdul

    agrisdul Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    for logo i have created this: <img src=\"site/images/logo.png\

    but link code?
    Thanks
     
    agrisdul, Jun 26, 2014 IP
  5. agrisdul

    agrisdul Member

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    Sorry for stupid questions. i have success with this.

    Big Thanks. ;)
     
    agrisdul, Jun 26, 2014 IP