Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-18-2004, 05:53 PM   #1
Evo
Member (9 bit)
 
Join Date: May 2003
Location: California
Posts: 300
Send a message via ICQ to Evo Send a message via AIM to Evo Send a message via Yahoo to Evo
Box around linked pictures?

does anyone know how to remove the box that is around the linked images?

like this one.

http://www.zerotoheropunk.cjb.net/
i cant get the box to come off it in the front page
Evo is offline   Reply With Quote
Old 06-18-2004, 07:26 PM   #2
Moderator
Staff
Premium Member
 
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
Hey,

Address the image border and make it equal to zero. In other words, I think this is what the code should be:
PHP Code:
<a href="http://www.angelfire.com/ak5/zerotohero/homepage.html">
<
img border="0" src="http://www.angelfire.com/ak5/zerotohero/were_not_fun.JPG"
 </
a
Hope that helps,
kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman
kram 2.0 is offline   Reply With Quote
Old 06-18-2004, 07:33 PM   #3
Evo
Member (9 bit)
 
Join Date: May 2003
Location: California
Posts: 300
Send a message via ICQ to Evo Send a message via AIM to Evo Send a message via Yahoo to Evo
thanks alot man
Evo is offline   Reply With Quote
Old 06-18-2004, 09:33 PM   #4
Member (10 bit)
 
Join Date: Nov 2001
Posts: 610
Send a message via Yahoo to MSIuser
another way so you don't have to add that to every img tag is to either add to your css sheet or insert this between head tags:

PHP Code:
<style type="text/css">
img
{
border:0px;
}
</
style

Last edited by MSIuser; 06-18-2004 at 09:36 PM.
MSIuser is offline   Reply With Quote
Old 06-18-2004, 10:19 PM   #5
Moderator
Staff
Premium Member
 
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
Use MSIuser's code as external CSS and every image on your websites should be without the white border.


Hope that helps,
kram
kram 2.0 is offline   Reply With Quote
Old 07-01-2004, 07:54 AM   #6
Member (8 bit)
 
Join Date: Jun 2004
Location: South Bucks, England
Posts: 160
Send a message via AIM to longrawker Send a message via MSN to longrawker
I think maybe if he doesnt know how to make the border go away on a linked image, he probably doesnt know how to write, link, or insert CSS code... Just a thought.

Although, it is really worth learning, if you have a little bit of spare time, and patience.

I would suggest starting here

Go for it.

Last edited by longrawker; 07-01-2004 at 07:57 AM.
longrawker is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:47 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2