Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Preventing a border around a graphic

Reply
Thread Tools

Preventing a border around a graphic

 
 
Cogito
Guest
Posts: n/a
 
      07-16-2005
On Sat, 16 Jul 2005 07:32:26 +1000, dorayme <>
wrote:

>> From: Cogito <>

>
>>>> Just to clarify something, is
>>>> class="noborder"
>>>> a predefined keyword/value or should it also be defined elsewhere?
>>>>
>>>
>>> No it is just a class made up by someone for the purpose of doing the sort
>>> of thing you want. "borderless" would work as well, as long as you also used
>>> this name in your html ...

>>
>> Thanks. Please bear with me, I'm still trying to learn how it all
>> hangs together. The tag:
>> <img class="noborder" src="pic.gif" align="top">
>>
>> appears only once in my html, in place where I want the graphic to
>> appear, and it does it's job quite well. Where else and how should I
>> define the entity class="noborder"?
>>

>
>You are doing much the right thing re the html, this is where you are using
>the class. Your first post, if I recall right, showed that there was another
>place where the noborder class style information was specified, see your
>first post and your quoted.
>
>This may help:
>
>In html mark up there are associated instructions to style various things.
>These instructions must be marked in the html. This you have done by telling
>the img it is in the class of noborder. But what is the class of noborder?
>It could be any name, you might recall from my last post, besides noborder,
>eg.fredNurk. So the nature of this class must be specified somewhere. It is
>specified in what is called CSS (Cascading Style Sheet) instructions. These
>instructions can be found in at least one of three possible locations, 1.
>Right there in the img mark up itself "inline" (see some of the suggestions
>for the example in other posts in this thread) 2. In a block of style
>instructions in the head of the html and 3. In a quite separate document
>that is linked to the html page. The details of these three methods you
>should look up.
>
>dorayme
>
>



Ahhhh, now I get it. Your explanation was of great help. Thank you
very much.

BTW, The moment I saw your mention of fredNurk, I checked your email
address to realise that we are from the same continent.

 
Reply With Quote
 
 
 
 
dorayme
Guest
Posts: n/a
 
      07-16-2005
> From: Cogito <>
>
> Ahhhh, now I get it. Your explanation was of great help. Thank you
> very much.
>
> BTW, The moment I saw your mention of fredNurk, I checked your email
> address to realise that we are from the same continent.


I must say, I have not heard of our Fred ever being spotted off the mainland
or Tassie (where he has been spotted on the rare occasions important
national cricket is on there)

dorayme

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Is it possible to mouseover a GRAPHIC . . . that launches another (freestanding) GRAPHIC (ie. when flash is _not_ available)? 50 SOMETHING GAL HTML 3 12-10-2006 01:10 AM
border-color: #003366; border-width: 2px; =?UTF-8?B?TWFydGluIFDDtnBwaW5n?= HTML 64 07-30-2006 04:01 PM
Drop Down List Border Width vs Text Box Border Width Coder ASP .Net 1 06-24-2006 01:27 PM
row bottom border in inner table not matching up with row border in outer table phl HTML 1 06-08-2006 03:43 PM
Datagrid Border showing when I say no border tshad ASP .Net 0 01-31-2005 05:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57