[TYPO3-english] How to avoid the border around the picture?

View: New views
7 Messages — Rating Filter:   Alert me  

[TYPO3-english] How to avoid the border around the picture?

by Ronald Wiplinger (Lists) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried to use border=0 and:

<A HREF="/home/esl/preschool/2QLv1">
<IMG SRC="/fileadmin/images/preview.jpg" height="150"
style="border-style: none" alt="Preview" title="Preview" /></A>

both will show the border. How can I avoid that?

bye

Ronald

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by CAnet :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

have you tried border-style:none !important; ?



2009/7/8 Ronald Wiplinger (Lists) <ronald_lists@...>

> I tried to use border=0 and:
>
> <A HREF="/home/esl/preschool/2QLv1">
> <IMG SRC="/fileadmin/images/preview.jpg" height="150"
> style="border-style: none" alt="Preview" title="Preview" /></A>
>
> both will show the border. How can I avoid that?
>
> bye
>
> Ronald
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@...
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



--
----------------------------------------
CAnet // Canè Alessandro
via delle Ruote 10
40138 Bologna (BO)
tel. +39-340-1751482
fax +39-051-94731181
email: canet@...
web: www.canet.it

----------------------------------------
CONCRESCO // Alessandro Canè
email: alessandro.cane@...
web: www.concresco.eu

----------------------------------------
RECOLLIGO // Alessandro Canè
tel. +39-340-1751482
fax +39-051-94731181
email: alessandro.cane@...
web: www.recolligo.it
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by Søren Madsen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Border="0" should work - but if it doesn't, you probably need to set  
the attribute values on the A element instead.

But - how is this TYPO3 related? This is a very rudimentary HTML/CSS  
question.

/Søren


On 08/07/2009, at 12.18, Ronald Wiplinger (Lists) wrote:

> I tried to use border=0 and:
>
> <A HREF="/home/esl/preschool/2QLv1">
> <IMG SRC="/fileadmin/images/preview.jpg" height="150"
> style="border-style: none" alt="Preview" title="Preview" /></A>
>
> both will show the border. How can I avoid that?
>

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by Marco Behnke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

[ CAnet ] Alessandro Canè schrieb:

> have you tried border-style:none !important; ?
>
>
>
> 2009/7/8 Ronald Wiplinger (Lists) <ronald_lists@...>
>
>  
>> I tried to use border=0 and:
>>
>> <A HREF="/home/esl/preschool/2QLv1">
>> <IMG SRC="/fileadmin/images/preview.jpg" height="150"
>> style="border-style: none" alt="Preview" title="Preview" /></A>
>>
>> both will show the border. How can I avoid that?
>>    
tried firebug or something like that to check who delivers the border?
Maybe you can try style="border: none;"
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by Ronald Wiplinger (Lists) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, 2009-07-08 at 12:35 +0200, [ CAnet ] Alessandro Canè wrote:
> have you tried border-style:none !important; ?
>

I had that one too!
I tried another COMPUTER and it worked there.
I tried to clear the cache and did not help.
I restarted Firefox and even the computer, but still the border is there
on that computer.

Any idea?

bye

Ronald

>
>
> 2009/7/8 Ronald Wiplinger (Lists) <ronald_lists@...>
>
> > I tried to use border=0 and:
> >
> > <A HREF="/home/esl/preschool/2QLv1">
> > <IMG SRC="/fileadmin/images/preview.jpg" height="150"
> > style="border-style: none" alt="Preview" title="Preview" /></A>
> >
> > both will show the border. How can I avoid that?
> >
> > bye
> >
> > Ronald
> >
> > _______________________________________________
> > TYPO3-english mailing list
> > TYPO3-english@...
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
>
>
>
> --
> ----------------------------------------
> CAnet // Canè Alessandro
> via delle Ruote 10
> 40138 Bologna (BO)
> tel. +39-340-1751482
> fax +39-051-94731181
> email: canet@...
> web: www.canet.it
>
> ----------------------------------------
> CONCRESCO // Alessandro Canè
> email: alessandro.cane@...
> web: www.concresco.eu
>
> ----------------------------------------
> RECOLLIGO // Alessandro Canè
> tel. +39-340-1751482
> fax +39-051-94731181
> email: alessandro.cane@...
> web: www.recolligo.it
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@...
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by Marco Behnke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ronald Wiplinger (Lists) schrieb:

> On Wed, 2009-07-08 at 12:35 +0200, [ CAnet ] Alessandro CanÚ wrote:
>  
>> have you tried border-style:none !important; ?
>>
>>    
>
> I had that one too!
> I tried another COMPUTER and it worked there.
> I tried to clear the cache and did not help.
> I restarted Firefox and even the computer, but still the border is there
> on that computer.
>
> Any idea?
>  
Buy a new computer. If you tried another computer and it worked then
clearly the problem is on your side and not in the system.
have you tried the firefox addon firebug and looked at the element?
Where does the border come from?

> bye
>
> Ronald
>
>  
>> 2009/7/8 Ronald Wiplinger (Lists) <ronald_lists@...>
>>
>>    
>>> I tried to use border=0 and:
>>>
>>> <A HREF="/home/esl/preschool/2QLv1">
>>> <IMG SRC="/fileadmin/images/preview.jpg" height="150"
>>> style="border-style: none" alt="Preview" title="Preview" /></A>
>>>
>>> both will show the border. How can I avoid that?
>>>
>>> bye
>>>
>>> Ronald
>>>
>>> _______________________________________________
>>> TYPO3-english mailing list
>>> TYPO3-english@...
>>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>>
>>>      
>>
>> --
>> ----------------------------------------
>> CAnet // CanÚ Alessandro
>> via delle Ruote 10
>> 40138 Bologna (BO)
>> tel. +39-340-1751482
>> fax +39-051-94731181
>> email: canet@...
>> web: www.canet.it
>>
>> ----------------------------------------
>> CONCRESCO // Alessandro CanÚ
>> email: alessandro.cane@...
>> web: www.concresco.eu
>>
>> ----------------------------------------
>> RECOLLIGO // Alessandro CanÚ
>> tel. +39-340-1751482
>> fax +39-051-94731181
>> email: alessandro.cane@...
>> web: www.recolligo.it
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english@...
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>    
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@...
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] How to avoid the border around the picture?

by David Bruchmann-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

----- Ursprüngliche Nachricht -----
Von:        Marco Behnke <marco@...>
Gesendet:   Donnerstag, 9. Juli 2009 09:08:14
An:         TYPO3 English <typo3-english@...>
CC:
Betreff:    Re: [TYPO3-english] How to avoid the border around the picture?

> Buy a new computer. If you tried another computer and it worked then
> clearly the problem is on your side and not in the system.

... And if your customer and some users don't like that border give them
the same tip too ;-)

I propose to Ronald to post an URL to browse or some more code because
one or two lines arent't enough to verify the problem here.

@Everybody: Please keep care of cutting footers in your replies because
reading 4 times the same is a bit redundant.

Best regards
David

_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english