viktor
05-26-2006, 05:22 PM
I got this code:
<style type="text/css">
.nametext {
width: 156px; height: 85px;
background-image:url(http://files.tagworld.com/479e9dd1b77beac24cf0a1401f1476e917d8.jpeg);
background-repeat: no-repeat;
}
</style>
This code puts image into .nametext class as background, but problem that I hate that table has text in it. so I got background image plus text over it. I need help removing the text from that class. I tried display:none but it takes the whole thong out and I tried moving in off visible area but it takes the whole thing out as well. I need to leave image instead of that text. NO JAVASCRIPT got to use css and html.
thank you
<style type="text/css">
.nametext {
width: 156px; height: 85px;
background-image:url(http://files.tagworld.com/479e9dd1b77beac24cf0a1401f1476e917d8.jpeg);
background-repeat: no-repeat;
}
</style>
This code puts image into .nametext class as background, but problem that I hate that table has text in it. so I got background image plus text over it. I need help removing the text from that class. I tried display:none but it takes the whole thong out and I tried moving in off visible area but it takes the whole thing out as well. I need to leave image instead of that text. NO JAVASCRIPT got to use css and html.
thank you