|
Posted by Beauregard T. Shagnasty on 09/25/41 11:39
roN wrote:
> Hi guys,
>
> if you go to http://www.paykiosks.net/new/press2.htm you can see some or
> just one black veretical line(s) in the right column, it even depends if
That would be the one-line height just above "for more information"?
> you're surfing with FireFox or IE. Why are there lines at all?
> There are no tags for such!
No, but there is a style for it:
..rightcolumnblacktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bolder;
font-variant: normal;
text-transform: none;
color: #000000;
border-left-width: 1px; <--- this makes a vert line
border-left-style: solid;
border-left-color: #000000;
}
I changed that to 0px and the vertical line went away.
> Thank you for hints!
Coupla more:
Drop Verdana.
Use percentages for font sizing.
Google this group for a thousand posts as to why.
I love the purple background color.
I don't subscribe to alt.discuss.html whatever that is.
--
-bts
-Warning: I brake for lawn deer
Navigation:
[Reply to this message]
|