Jump to content

help please


fullyloaded

Recommended Posts

hi
i was wondering if anyone can help me with this code i have here in this string of code to get it to work you need the image i want to replace the image with text can anyone help?[sub]$forumimg="<td width=66><a target=_blank href=".$site_url."forum/index.php?act=login&action=login&user=".$fuser."&pass=".$fpass."><img src=../images/btn_forum.gif width=66 height=21 border=0></a></td>";
[/sub]
Link to comment
Share on other sites

hej
  two things you can do,
1) Add an alt attribute to the img tag, which will show up if the image can not be found or rendered.

    replace

img src=../images/btn_forum.gif width=66 height=21 border=0>
with
<img src=../images/btn_forum.gif  alt="missing image" width=66 height=21 border=0>

or straight replacement.

2)
  replace
<img src=../images/btn_forum.gif width=66 height=21 border=0>
  with
<h3>Link here</h3>

And could you use punctuation next time, it makes the question easier to understand and quicker to answer.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.