Removing borders around web links in images

  • beanie
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 19, 2011
  • Posts: 5
  • Status: Offline

Post August 19th, 2011, 4:33 am

wondered if anyone can help please. I can see how to remove the border around a weblink in an image but becasue the CMS I am using is different HTML, I cant work out where to put the boder=0 bit.

the code I have is:
[img]up/npors-logo-resizedwsite.jpg[/img]

which works fine but has the border. Can anyone please advise where I put the bit that removes the border.

Many thanks
Moderator Remark: Removed broken link.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 19th, 2011, 4:33 am

  • beanie
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 19, 2011
  • Posts: 5
  • Status: Offline

Post August 19th, 2011, 4:40 am

it's not showing the whole code there. the bit before [img] is [url=http://weblinkaddress/index.asp][
  • Poly
  • Guru
  • Guru
  • User avatar
  • Joined: Jul 31, 2004
  • Posts: 1054
  • Loc: Same place you left me.
  • Status: Offline

Post August 19th, 2011, 11:29 am

Hello,

Please copy and paste your code for the section of the website you are having issues with. To do so, copy the code from your favorite code editing application, then paste it between two [ code] [ /code] brackets. Currently your link went nowhere, so I have removed the URL function.
Every job is a self-portrait of the person who did it: Autograph your work with excellence.
  • Zealous
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 15, 2011
  • Posts: 1195
  • Loc: Sydney
  • Status: Offline

Post August 21st, 2011, 4:17 pm

1) What software are you using
2) is there a template file

3) You say there is different HTML, how can there is different HTML as it has not changed much over the years. Just a thought :P
  • beanie
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 19, 2011
  • Posts: 5
  • Status: Offline

Post August 22nd, 2011, 9:24 am

the whole code I am using is: [url=http://weblinkaddress/index.asp][img]up/npors-logo-resizedwsite.jpg[/img]
obviously, the bit that says weblink address would normally say the actual address but it wont let me post that bit so had to make it generic!!

I mean the HTML is different as it doesn't go between <> brackets but instead uses [] and the words I use seem to be different to standard HTML as it is a customer designed CMS. Hope this makes sense as I am new to the whole thing.
  • Poly
  • Guru
  • Guru
  • User avatar
  • Joined: Jul 31, 2004
  • Posts: 1054
  • Loc: Same place you left me.
  • Status: Offline

Post August 22nd, 2011, 4:20 pm

Ah, now I understand. The area's in the [url ] and [img ] are using whats called BBCode, which is why it appears different. In order to remove the border, you will need to look into the BBCode for the CMS and find the styling options. Where this is depends entirely on the CMS, so your best case may be to contact the people who make the CMS.
Every job is a self-portrait of the person who did it: Autograph your work with excellence.
  • Zealous
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 15, 2011
  • Posts: 1195
  • Loc: Sydney
  • Status: Offline

Post August 22nd, 2011, 7:06 pm

poly wrote:
Ah, now I understand. The area's in the [url ] and [img ] are using whats called BBCode, which is why it appears different. In order to remove the border, you will need to look into the BBCode for the CMS and find the styling options. Where this is depends entirely on the CMS, so your best case may be to contact the people who make the CMS.

more logical solution lol, never come across a CMS that has a border on images like out all the forums and scripts i have used over the years never found one that has a border issue on the bb side.

Poster: what CMS are you using or Custom CMS?
  • beanie
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 19, 2011
  • Posts: 5
  • Status: Offline

Post August 23rd, 2011, 5:24 am

thanks for the replies guys. It is a customer CMS. I have asked the designer to help and the response was as follows:

Now, you can either start paying a support / tuition fee if you're getting this deep into HTML or you can start learning the same way that the rest of us developers have to... Google it!

I'll give you a clue, it has something to do with a border value and it's only visible in Internet Explorer.

He is a nice guy, just doesn't do anything for free!!!
  • Zealous
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 15, 2011
  • Posts: 1195
  • Loc: Sydney
  • Status: Offline

Post August 23rd, 2011, 5:36 am

beanie wrote:
thanks for the replies guys. It is a customer CMS. I have asked the designer to help and the response was as follows:

Now, you can either start paying a support / tuition fee if you're getting this deep into HTML or you can start learning the same way that the rest of us developers have to... Google it!

I'll give you a clue, it has something to do with a border value and it's only visible in Internet Explorer.

He is a nice guy, just doesn't do anything for free!!!


Typical but the way i see it, if you can not do it and they can do it well and at a good price just get it done and paid for, quality over quantity i say. If everyone worked for free no one would get paid.
  • beanie
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Aug 19, 2011
  • Posts: 5
  • Status: Offline

Post August 23rd, 2011, 5:46 am

that's very true. Just thought there was be an easy bit of code that I need to put in that will save me the money. Working for free is not good!! Many thanks for your help though!!
  • Zealous
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 15, 2011
  • Posts: 1195
  • Loc: Sydney
  • Status: Offline

Post August 23rd, 2011, 5:57 am

lol if it is a simple fix then give him 20 bucks for 30m-1h of work


Not a problem as all ways if you have a issue then post up there is plenty of people here to help
  • Mustafa_Aslan
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Oct 01, 2011
  • Posts: 38
  • Status: Offline

Post October 3rd, 2011, 2:47 pm

Why don't you check the CSS file

Code: [ Select ]
a.image-border {
    text-decoration: none;
    border: 0 none;
    }
  1. a.image-border {
  2.     text-decoration: none;
  3.     border: 0 none;
  4.     }

Post Information

  • Total Posts in this topic: 12 posts
  • Users browsing this forum: No registered users and 219 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.