You Are In

WEBSITE SUPPORT [HTML sucks]

Author: Post:
Quote
Posted on 29th Sep 2008 at 14:40

if you're not a propeller head. How do i remove the daft purple boreder that automatically appears when i add a clickable image to my sig?


   FOLLOW ME >>>   http://twitter.com/BradBurton
WORK WITH ME >>>  BradBurton.biz   
Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 14:43

Hi Brad, you need to give your image a border of 0.  Simply click on the image and click on the image properties toolbar icon and then enter 0 in the border text box and click ok.

Hope this helps.


http://www.flixon.com

Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 15:32

Coo sorted. Thanks for that fella.

Can we default it as 0?


   FOLLOW ME >>>   http://twitter.com/BradBurton
WORK WITH ME >>>  BradBurton.biz   
Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 15:50

I expect Lee will comment on if it can be default 0 but I know it defaults to blank but a quirk of the FCK editor is that when you add a link it adds a border.  I always force border to 0 for most images but there are a few where a border helps (on my site at least).


KontrolITWeb Design | Content Management Solutions | Hosting + Domains | Online Marketing
Paul Howes
Managing Director
SSI Web
T: 01935 434 734            Kontrolit - Enabling the 4Networking website to deliver
F: 01935 434 735

Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 16:55

Hi :-)

It isn't a quirk of FCK .. the default html is to have a border on an image hyperlink .. it is one of the older standards before we all started using discreet navigation.


It's good to be a geek.Karen
www.cpdev.co.uk
More than just websites

 

Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 18:20

Thanks karen - I don't do html so only know what the WYSIWYG editor gives me.


KontrolITWeb Design | Content Management Solutions | Hosting + Domains | Online Marketing
Paul Howes
Managing Director
SSI Web
T: 01935 434 734            Kontrolit - Enabling the 4Networking website to deliver
F: 01935 434 735

Profile Find Personal Message
Quote
Posted on 29th Sep 2008 at 19:23

Paul - Am I right in thinking this is the global stylesheet:
"/Includes/Styles/StyleSheet.css"

If so then add this near the top:

a img {
  border: none;
}

You could force cross browser effectiveness by using:

img a:link, img a:visited, img a:active, img a:hover {
  border: none;
}

but in most cases the top one will suffice.

Also, if you used a reset sheet quite a few of these inequalities would be less present but that's another thread!

EDIT - Also, you might want to look into using TinyMCE - a much better text area editor.


Point and Stare
top notch, top quality, top ranking websites and online stores
99 Website Rental
Check our client testimonials

How to get to Number 1 on Google

Top 10 tips for buying domain names

Profile Find Personal Message

RSS Feed