Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Active link Surrounds
Old 05-09-2007, 12:19 PM Active link Surrounds
Registered User

Posts: 255
Trades: 4
Ok doing a site in html and have added the normal a href=" blah blah and the active link is a pic but i get that silly blue suround that goes purple once its been clicked.....

Can i get rid of the surounding colors?

I bet i can lol

Thanks in advance

Mark
internetking is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-09-2007, 12:29 PM Re: Active link Surrounds
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Of course you can. If you're using CSS, add this to your rules:

img{border: none;}

If you're building a site the 1990's way, with tables, add 'border=0' to your HTML.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-09-2007, 12:41 PM Re: Active link Surrounds
Registered User

Posts: 255
Trades: 4
Quote:
Originally Posted by LadynRed View Post
Of course you can. If you're using CSS, add this to your rules:

img{border: none;}

If you're building a site the 1990's way, with tables, add 'border=0' to your HTML.
Ha thats freaky i was just reading your video,audio posts lol
Anyway im not using css and im not using tables yet lol

here this is what im doing

Code:
<html>
<title>Get Played</title>
<img src="images/getplayed.jpg"><img src="images/notes.jpg">
<hr>
<center>
<a href="#"><img src="images/l1.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#"><img src="images/l2.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#"><img src="images/l3.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#"><img src="images/l4.jpg"></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#"><img src="images/l5.jpg"></a>
<hr>
</center>
 
 
 
</html>
Its the blue and purple outlines im trying to get rid off

Thanks
Mark
internetking is offline
Reply With Quote
View Public Profile
 
Old 05-09-2007, 12:45 PM Re: Active link Surrounds
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Ok.. just a couple of comments then.

1 - don't use <center> it's deprecated, use CSS to center.
2 - If you use CSS, you can put that list of links into a REAL list and style it - making all those unnecessary non-breaking spaces go away.
3 - like I said the first time, add 'border=0" to your <img> tag.
Quote:
<img src=images/11.jpg" border=0>
4 - add the alt attribute to ALL images - alt="description of image"
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 05-09-2007 at 12:46 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-09-2007, 12:50 PM Re: Active link Surrounds
Registered User

Posts: 255
Trades: 4
Once again you have solved the problem lol

I will have to learn this CSS stuff cause it does make it a lot easier by the looks of things (maybe try that out for the next site)

THANKS

Mark
internetking is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Active link Surrounds
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.37785 seconds with 12 queries