Jump to content
MakeWebGames

donater icon


sevendet

Recommended Posts

Re: donater icon

 

im trying to get 2 donater icons showing next to each other in the header.php file how would i go about that?

 

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.png"; }

 

thats what i got there

Try

if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="donator.pngdonator.png"; }

 

That should give you two side by side, same thing, same alt text, just two of them. :)

Link to comment
Share on other sites

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.   Paste as plain text instead

  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...