![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using a single pixel (i.e. 1x1) gif file to draw a black vertical line in a table like this: td align="center" height="25"><img height="25" width="2" src="images/blackdot.gif"></td |
|
Any ideas? |
#3
| |||
| |||
|
|
Hi, I am using a single pixel (i.e. 1x1) gif file to draw a black vertical line in a table like this: td align="center" height="25"><img height="25" width="2" src="images/blackdot.gif"></td very occasionally it seems that this doesn't work properly and I just get nothing (or possibly a white line - it's difficult to tell) where the black line should be. |
#4
| |||
| |||
|
|
td align="center" height="25"><img height="25" width="2" src="images/blackdot.gif"></td What is this? 1994? |
#5
| |||
| |||
|
|
On Fri, 02 Apr 2004 13:48:07 GMT, Andy Fish <ajfish (AT) blueyonder (DOT) co.uk wrote: Hi, I am using a single pixel (i.e. 1x1) gif file to draw a black vertical line in a table like this: td align="center" height="25"><img height="25" width="2" src="images/blackdot.gif"></td very occasionally it seems that this doesn't work properly and I just get nothing (or possibly a white line - it's difficult to tell) where the black line should be. In the US we have a radio program called Car Talk. In the midst of public radio programming, there's a goofy little show where these two auto mechanics field phone calls from people with car trouble and they diagnose the problem from the studio. People use all sorts of means to describe the problem, including having to make the noise themselves. These guys (at least one was an MIT professor at one time) are extremely god at this. However, this is not Car Talk. Could you please bring it into the shop so we might have a look at it? (i.e. post the URL?) |
#6
| |||
| |||
|
|
On Fri, 2 Apr 2004, Bertilo Wennergren wrote: td align="center" height="25"><img height="25" width="2" src="images/blackdot.gif"></td What is this? 1994? It is from <http://images.google.com/images?q=blackdot.gif SCNR |
#7
| |||
| |||
|
|
no, it's not one of the ones on google I'm afraid. it is literally 1 pixel square and it's pitch black. I don't think the actual gif is at fault. seriously though, if you can tell me how to draw a vertical line 25 pixels high and 2 pixels wide with CSS, I will give that a go |
#8
| |||
| |||
|
|
no, it's not one of the ones on google I'm afraid. it is literally 1 pixel square and it's pitch black. I don't think the actual gif is at fault. seriously though, if you can tell me how to draw a vertical line 25 pixels high and 2 pixels wide with CSS, I will give that a go Andy |
#9
| |||
| |||
|
|
"Andy Fish" <ajfish (AT) blueyonder (DOT) co.uk> wrote: no, it's not one of the ones on google I'm afraid. it is literally 1 pixel square and it's pitch black. I don't think the actual gif is at fault. seriously though, if you can tell me how to draw a vertical line 25 pixels high and 2 pixels wide with CSS, I will give that a go div style="height: 25px; width: 2px; background: #000;"></div Though often lines are borders, so use of the border property is called for. Steve -- "My theories appal you, my heresies outrage you, I never answer letters and you don't like my tie." - The Doctor Steve Pugh <steve (AT) pugh (DOT) net> <http://steve.pugh.net/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |