|
Posted by J.O. Aho on 02/15/07 10:02
Gin wrote:
> Hi have a text that is showing on a web page (see below), that I can't
> modify because is automatically added by the scriptthat is generating the
> page, so I can't modify the font size to fit the layout of my design.My
> question is: can I hide it with some css trick ( for example overlapping a
> blank image ) so that I can add the same textwith the font size I need
> ?<font size="-1" face="arial"><b>Test To hide</b></font>
You could try with making the <b> to use the same color as the background.
b {
color: #ffffff
}
--
//Aho
Navigation:
[Reply to this message]
|