Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (57-Vette), 51 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 04/09/11
Posts: 140
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Topic Options
#235258 - 03/01/10 10:24 PM HTML code help
wish Offline
stranger
Registered: 02/19/10
Posts: 21
I've been working on my homepage, www.softballbarter.com, and I have a bunch of hyperlinked pictures. I was wondering if someone can tell me how to remove the hyperlinked boxes around the pictures (blue boxes = unclicked, purple boxes = clicked)
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#235259 - 03/01/10 10:35 PM Re: HTML code help [Re: wish]
gliderdad Offline
Registered: 06/08/06
Posts: 1466
Loc: NY
You need to add border="0"

like

Code:
<a href="http://www.softballbarter.com/forums"><img src="http://www.softballbarter.com/forums/images/logos/top-logo.png" alt="" width="750" height="200" border="0"></a>


I added hight and width in there
Top
#235260 - 03/01/10 10:49 PM Re: HTML code help [Re: gliderdad]
wish Offline
stranger
Registered: 02/19/10
Posts: 21
perfect thanks!
Top
#235266 - 03/02/10 01:07 PM Re: HTML code help [Re: wish]
Chosen Offline
member
Registered: 01/26/05
Posts: 194
Loc: Cincinnati, OH
gilderdad's respond works as you have already seen, but I want to offer another alternative so that if you add something else in the future you won't have to worry about it.

If you add the css at the bottom of this post to the head of your page it will work for any image links that you add to the page without having to add the border="0" again.

Add after
Code:
<title>Welcome to Softball Barter.com</title>

and before
Code:
</head>

Here is the CSS.
Code:
<style type="text/css">
<!--
img {
	border: none;
}
-->
</style>
Top
#235324 - 03/05/10 03:17 AM Re: HTML code help [Re: Chosen]
Eliza Beth-Howar Offline
stranger
Registered: 03/05/10
Posts: 1
I had the same question too. Chosen's CSS solution looks better to me.
Top
#235325 - 03/05/10 05:15 AM Re: HTML code help [Re: Eliza Beth-Howar]
SD Offline
Registered: 04/19/07
Posts: 4056
Loc: SoCal, USA
Good stuff Chosen and i'd really just recommend taking your idea further and add it to the Extra properties section of the style

Code:
img { border:none; }


in there for no inline css. i tend to avoid inline anything at all (except for temporary testing crapola) smile

matter of fact, what i usually do for my sites is to also remove those little images on the Reply, Quote, Quick Reply... buttons too.

i add this there as well (just a preference, mind you wink )

Code:
.post-buttons img {
  display:none;
}


smile
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image