Hello all,
I have attached a picture to this post which displays my problem, my question is how can I get rid of those lines?
CSS bg-img + stuff I've tried to get rid of them:
Nothing seems to work? Can I actually get rid of these or am I missing something?
BobbaFet
I have attached a picture to this post which displays my problem, my question is how can I get rid of those lines?
CSS bg-img + stuff I've tried to get rid of them:
Code:
/* the background-image is set for the table row </tr> */
#tr1
{
background-image:url(liteBG.png)
background-repeat:repeat;
}
#tr2
{
background-image:url(darkBG.png)
background-repeat:repeat;
}
/* stuff I tried to get rid of those ugly lines */
td, tr, table
{
border:0px;
border:none;
vertical-align:top;
border:collapse;
outline-width:0px;
outline-style:none;
margin:0px;
}
Nothing seems to work? Can I actually get rid of these or am I missing something?
BobbaFet
Code:
if not Programming = 'Severe Migraine' then
ShowMessage('Eureka!');