Danaldinho
|
LinesNick, How Do You Get Rid Of The White Lines On Here:
Or To Make Them Red, So You Cant See Them
Like What Do I Need To Edit
Thanks
|
admin(Nick_NR)
|
I'm not seeing them on your live templates and secondly the code I gave you the borders were red, so you must have already made the edit to the style code I gave you.
|
Danaldinho
|
No Its On This Other Forum: http://generalchat.myfunforum.org/
And This Is The Code I Have Used In The css Bit:
| Code: |
<style type="text/css">
<!--
/* These define the images to appear either side of the table title */
.left-image {
width:38px;
height:38px;
border:0px solid red;
background-image:url(http://generalchat.myfunforum.org/templates/myfu_generalchat1/images/title_pic.jpg);
background-repeat:no-repeat;
background-position:top left;
}
.right-image {
width:38px;
height:38px;
border:0px solid red;
background-image:url(http://generalchat.myfunforum.org/templates/myfu_generalchat1/images/title_pic.jpg);
background-repeat:no-repeat;
background-position:top right;
}
/* This give the tables border */
.tableleft {
border-top: 1px solid #DD0000;
border-right: 1px none #DD0000;
border-bottom: 1px solid #DD0000;
border-left-width: 1px solid #DD0000;
}
.tablemiddle {
border-top: 1px solid #DD0000;
border-right: 1px none #DD0000;
border-bottom: 1px solid #DD0000;
border-left-width: 1px none #DD0000;
}
.tableright {
border-top: 1px solid #DD0000;
border-right: 1px solid #DD0000;
border-bottom: 1px solid #DD0000;
border-left-width: 1px none #DD0000;
}
.tablebottom {
border-top: 1px none #DD0000;
border-right: 1px solid #DD0000;
border-bottom: 1px solid #DD0000;
border-left: 1px solid #DD0000;
}
.tablecenter {
border-top: 0px none #DD0000;
border-right: 1px solid #DD0000;
border-bottom: 0px none #DD0000;
border-left: 1px solid #DD0000;
}
-->
</style> |
|
admin(Nick_NR)
|
http://forum.myfreeforum.org/sutra79854.php#79854
You DIDN'T ask for permission to place that code on another forum.
|
Danaldinho
|
I Know, Im Sorry, I Thought Anyone Could Use It
I'm Sorry And I Deleted Them Now
|
admin(Nick_NR)
|
I only gave you permission to use it on your forum, not for it to be on all that want it.
|
Danaldinho
|
I Didnt Realise
I'm So Sorry
|
|
|