News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Image borders

Started by Sonic-Prophet, December 29, 2005, 07:55:33 PM

Previous topic - Next topic

Sonic-Prophet

I've searched through the help files, & can't find any relevant info on the topic, so here goes. All I want to do is insert a small snippet of code so that image links on our forum show up with no borders. Can anyone tell me where in here I can insert  border="0"? Everywhere I try to put it, it screws up the whole header section. Here's the code from the header section of our forum:


<td width="49%">
<p align="left" class="pageheader">
<a href="http://montrealmusiciansonline.com" target="_blank">
< img src="', $settings['images_url'], '/mmobanner.jpg"/>
</a>
</p>
</td>

Sheepy

Change to:

<td width="49%">
<p align="left" class="pageheader">
<a href="http://montrealmusiciansonline.com" target="_blank">
< img src="', $settings['images_url'], '/mmobanner.jpg"
style="border: 0 none"/>
</a>
</p>
</td>

Advertisement: