The Arcive of vBulletin Modifications Site. |
|
no errors, but it just aint working... Details »»
|
|||||||||||||||||||||||||
Any help is greatly apprecited.
For some unknown reason the php is parsing the html code, and i dont know why or how to fix it. i am trying to use the php code on www.glo-racing.com/v3/main.php and the source code can be found at www.glo-racing.com/v3/main.html and right clicking and selecting the view source button. It is this actual code that is used in the main.php file but it keep screwing things up. Please help. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
In the source code, you have:
Code:
<img border="0" src="../images/1.gif" width="120"height="80"></a>
<img border="0" src="../images/2.gif"width="120"height="80"></a>
<img border="0" src="../images/3.gif"width="120"height="80"></a>
Code:
<a href="insert_link_here"><img border="0" src="../images/1.gif" width="120"height="80"></a>
<a href="insert_link_here"><img border="0" src="../images/2.gif"width="120"height="80"></a>
<a href="insert_link_here"><img border="0" src="../images/3.gif"width="120"height="80"></a>
Code:
<img border="0" src="../images/1.gif" width="120"height="80">
<img border="0" src="../images/2.gif"width="120"height="80">
<img border="0" src="../images/3.gif"width="120"height="80">
|
|
#3
|
||||
|
||||
|
thanks, i will remove the </a> now as they do not link to anything.
|
![]() |
|
|