PC Review


Reply
Thread Tools Rate Thread

Boxes around images

 
 
=?Utf-8?B?Q0ZFX0FuQ2lFblRfXw==?=
Guest
Posts: n/a
 
      20th Jul 2005
I keep getting these boxes around images, that have a url on it.

If you wonna see here is a link (for an example).

http://www.cfe-clan.com/updown.php

How do I get rid of them?
I DON'T WANT THEM!
 
Reply With Quote
 
 
 
 
Trevor L.
Guest
Posts: n/a
 
      20th Jul 2005
I use this style in a general style sheet (style.css) called from my
webpage(s)

img {
border: 0;
margin: 0;
padding: 0;
}

I am not sure how many of these "0" specs are need, but it works for me.

--
Cheers,
Trevor L., WIP (Web Interested Person)
Website: http://tandcl.homemail.com.au

CFE_AnCiEnT__ wrote:
> I keep getting these boxes around images, that have a url on it.
>
> If you wonna see here is a link (for an example).
>
> http://www.cfe-clan.com/updown.php
>
> How do I get rid of them?
> I DON'T WANT THEM!



 
Reply With Quote
 
Mark Fitzpatrick
Guest
Posts: n/a
 
      20th Jul 2005
By default, all images that have are in a hyperlink will have a border
around them. To get rid of this, you need to set the border attribute of the
image to zero. In FP you can do this by right-clicking on an image and
selecting Image Properties, then set the border option to 0.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

"CFE_AnCiEnT__" <CFE_AnCiEnT__@discussions.microsoft.com> wrote in message
news:E06AEB02-C349-4CB2-AE04-(E-Mail Removed)...
>I keep getting these boxes around images, that have a url on it.
>
> If you wonna see here is a link (for an example).
>
> http://www.cfe-clan.com/updown.php
>
> How do I get rid of them?
> I DON'T WANT THEM!



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      20th Jul 2005
Trevor:

You may need to do this -

a img { border:0; }

or even -

a:hover img { border:0; }

--
Murray
============

"Trevor L." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I use this style in a general style sheet (style.css) called from my
>webpage(s)
>
> img {
> border: 0;
> margin: 0;
> padding: 0;
> }
>
> I am not sure how many of these "0" specs are need, but it works for me.
>
> --
> Cheers,
> Trevor L., WIP (Web Interested Person)
> Website: http://tandcl.homemail.com.au
>
> CFE_AnCiEnT__ wrote:
>> I keep getting these boxes around images, that have a url on it.
>>
>> If you wonna see here is a link (for an example).
>>
>> http://www.cfe-clan.com/updown.php
>>
>> How do I get rid of them?
>> I DON'T WANT THEM!

>
>



 
Reply With Quote
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      20th Jul 2005
In code view find the line starting with "Powered by..." and change it to:

Powered by <a href=http://hosting.CFE-Clan.com/><img src="images/cfe.gif"
border="0"> <img Src="images/storage.gif" border="0"> <img
src="images/and.gif" border="0"> <img src='images/image.gif"> <img
src="images/hosting-ad.gif" border="0"></a>

(notice use of quotes)


"CFE_AnCiEnT__" wrote:

> I keep getting these boxes around images, that have a url on it.
>
> If you wonna see here is a link (for an example).
>
> http://www.cfe-clan.com/updown.php
>
> How do I get rid of them?
> I DON'T WANT THEM!

 
Reply With Quote
 
=?Utf-8?B?RGFuIEw=?=
Guest
Posts: n/a
 
      20th Jul 2005
Sorry, if you're going to copy and paste the correct code is:

Powered by <a href=http://hosting.CFE-Clan.com/><img src="images/cfe.gif"
border="0"> <img Src="images/storage.gif" border="0"> <img
src="images/and.gif" border="0"> <img src="images/image.gif" border "0"> <img
src="images/hosting-ad.gif" border="0"></a>

(forgot one quote and border="0" on one of the images in my first post)

"Dan L" wrote:

> In code view find the line starting with "Powered by..." and change it to:
>
> Powered by <a href=http://hosting.CFE-Clan.com/><img src="images/cfe.gif"
> border="0"> <img Src="images/storage.gif" border="0"> <img
> src="images/and.gif" border="0"> <img src='images/image.gif"> <img
> src="images/hosting-ad.gif" border="0"></a>
>
> (notice use of quotes)
>
>
> "CFE_AnCiEnT__" wrote:
>
> > I keep getting these boxes around images, that have a url on it.
> >
> > If you wonna see here is a link (for an example).
> >
> > http://www.cfe-clan.com/updown.php
> >
> > How do I get rid of them?
> > I DON'T WANT THEM!

 
Reply With Quote
 
=?Utf-8?B?Q0ZFX0FuQ2lFblRfXw==?=
Guest
Posts: n/a
 
      20th Jul 2005
Well dan that doesn't help, I'm in PHP

I got this $copypic = "<img blahlablahlashlahlahl>"


Then down here $copypic and everything has to be in the echo, I know there
is a problem with using quotes and stuff I tried chaning some things to '...
I think I will try trevor's suggestion.

Thats for tryin for me

"Dan L" wrote:

> Sorry, if you're going to copy and paste the correct code is:
>
> Powered by <a href=http://hosting.CFE-Clan.com/><img src="images/cfe.gif"
> border="0"> <img Src="images/storage.gif" border="0"> <img
> src="images/and.gif" border="0"> <img src="images/image.gif" border "0"> <img
> src="images/hosting-ad.gif" border="0"></a>
>
> (forgot one quote and border="0" on one of the images in my first post)
>
> "Dan L" wrote:
>
> > In code view find the line starting with "Powered by..." and change it to:
> >
> > Powered by <a href=http://hosting.CFE-Clan.com/><img src="images/cfe.gif"
> > border="0"> <img Src="images/storage.gif" border="0"> <img
> > src="images/and.gif" border="0"> <img src='images/image.gif"> <img
> > src="images/hosting-ad.gif" border="0"></a>
> >
> > (notice use of quotes)
> >
> >
> > "CFE_AnCiEnT__" wrote:
> >
> > > I keep getting these boxes around images, that have a url on it.
> > >
> > > If you wonna see here is a link (for an example).
> > >
> > > http://www.cfe-clan.com/updown.php
> > >
> > > How do I get rid of them?
> > > I DON'T WANT THEM!

 
Reply With Quote
 
Andrew Murray
Guest
Posts: n/a
 
      21st Jul 2005
right click the image > properties, set the border to zero.

"CFE_AnCiEnT__" <CFE_AnCiEnT__@discussions.microsoft.com> wrote in message
news:E06AEB02-C349-4CB2-AE04-(E-Mail Removed)...
>I keep getting these boxes around images, that have a url on it.
>
> If you wonna see here is a link (for an example).
>
> http://www.cfe-clan.com/updown.php
>
> How do I get rid of them?
> I DON'T WANT THEM!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing images (only boxes with red x) mjones Microsoft Outlook 1 13th Sep 2010 12:06 AM
Images in Combo Boxes =?Utf-8?B?TWljaGFlbA==?= Microsoft Access VBA Modules 3 7th Jul 2007 02:25 PM
Images and text boxes =?Utf-8?B?cG1lYmxl?= Microsoft Frontpage 6 23rd May 2007 02:21 PM
Still Getting white boxes with red X instead of images =?Utf-8?B?VmFsZXJpZQ==?= Windows XP General 4 26th Mar 2005 04:14 AM
Some images appear as boxes with red X Darrin Windows XP Internet Explorer 1 11th Dec 2003 02:21 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:44 AM.