View Full Version : Help Needed
Flauvo
02-03-2006, 09:42 PM
I was editing a template and putting hyperlinks around pictures
<a href="home.htm" target="main"><img src="images/index_33.gif" width=157 height=17 alt=""><br>
That is what i have done
and this happened:
http://img334.imageshack.us/my.php?image=help5sx.png
Any ideas?
Raremandan
02-03-2006, 09:48 PM
<a href="url.php" target="main" /><img src="url.gif" alt="Alt" width="" height="" border="0" /><br />
Flauvo
02-03-2006, 09:51 PM
Thanks Guru
Just needed to add the border="0"
I dont work in php :P
cheers
-Stevie
It would be easier just to add this to your CSS.
img {
border: none;
}
-habbexjs-
03-03-2006, 01:30 AM
Where u going with php, thats basic HTML
Thanks Guru
Just needed to add the border="0"
I dont work in php :P
cheers
-Stevie
Scene
03-03-2006, 02:25 AM
Where u going with php, thats basic HTML
No, because of the example page he used 'home.php'
Flisker
03-03-2006, 04:59 AM
<a href="url.php" target="main" /><img src="url.gif" alt="Alt" width="" height="" border="0" /><br />
Thats what i would of said :rolleyes: it works for me :rolleyes:
Regards,
Snoop
Thats what i would of said :rolleyes: it works for me :rolleyes:
Regards,
Snoop
And the point in that post being..?
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.