Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-16-2005, 09:46 AM
WebProWorld New Member
 

Join Date: Dec 2005
Posts: 3
mmiceli44 RepRank 0
Default Blue line around linked slices?

I'm building pages in photoshop and bringing the sliced HTML pages into Go Live. With certain pages when I add links the slices slightly seperate giving me white space in between them and a blue outline around the linked slice that appears even in the preview window. I know my page size has increased and even punching in the correct numbers doesn't fix the problem. What is going on? I desperately need to fix this!
Reply With Quote
  #2 (permalink)  
Old 12-16-2005, 09:54 AM
ran_dizolph's Avatar
WebProWorld Veteran
 

Join Date: Jul 2005
Location: Windsor, ON
Posts: 510
ran_dizolph RepRank 1
Default

Hi,

Okay, to get rid of the border, insert 'border="0"' into your <img> tag.

The white space could be an IE error...you need to have linked images in the same line as your <td>s.

ie.
That should do it.
Reply With Quote
  #3 (permalink)  
Old 12-16-2005, 09:57 AM
MuNKyonline's Avatar
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Suffolk, England
Posts: 790
MuNKyonline RepRank 2
Default

You need to add border="0" somewhere. It's adding the blue line because it's a hyperlink. Just as if you made a text hyperlink with a blue underline. Without seeing the code I cannot see what you need to change.
Reply With Quote
  #4 (permalink)  
Old 12-16-2005, 09:58 AM
MuNKyonline's Avatar
WebProWorld Veteran
 

Join Date: Jun 2004
Location: Suffolk, England
Posts: 790
MuNKyonline RepRank 2
Default

Looks like we answered that one at the same time lol =)
Reply With Quote
  #5 (permalink)  
Old 12-16-2005, 10:52 AM
ADAM Web Design's Avatar
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,217
ADAM Web Design RepRank 0
Default

The border="0" is deprecated in XHTML Strict.

This works in more instances: style="border: none;"

Alternatively, I'll add this into my CSS stylesheet and not worry about it.

img {
border: none;
}
If you do want to add a border in later on, you can use inline styles (or a class) to do so.
Reply With Quote
  #6 (permalink)  
Old 12-16-2005, 12:05 PM
WebProWorld Veteran
 

Join Date: Apr 2005
Location: Winter Park, FL
Posts: 605
KeithO RepRank 0
Default

Quote:
Originally Posted by ADAM Web Design
The border="0" is deprecated in XHTML Strict.

This works in more instances: style="border: none;"

Alternatively, I'll add this into my CSS stylesheet and not worry about it.

img {
border: none;
}
If you do want to add a border in later on, you can use inline styles (or a class) to do so.
this is exactly what I use as well.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum
Tags: , , , ,



Thread Tools
Display Modes

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

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


Search Engine Optimization by vBSEO 3.2.0