hi,
this is my current php code which displays an image.
[HTML]<span class='floatRig ht'>
Sponsors: <img src='".THEME."i mages/logo1.gif' />
</span>[/HTML]
Now i want that displayed image to link to a certain external URL.
How would i do this?
this is my current php code which displays an image.
[HTML]<span class='floatRig ht'>
Sponsors: <img src='".THEME."i mages/logo1.gif' />
</span>[/HTML]
Now i want that displayed image to link to a certain external URL.
How would i do this?
Comment