These Annoying White Lines.
3 posters
Page 1 of 1
Re: These Annoying White Lines.
Add this to your CSS:
- Code:
#profile-advanced-details div.separator {
border-bottom: 0px solid #DCDCDC;
}
Re: These Annoying White Lines.
Is there a way to get rid of these Forum lines?
Another Problem...
And is their a way to Get rid of all the Space that seperates the pics from the numbers?
I want the pictures Right next to the numbers (Pic)Number instead of (pic) (number)
Another Problem...
I can't get rid of the legend bar and the line seperators at the bottom of the topics also the Users browsing forum I was wondering if that was possibly able to get rid of too?
And is it possible to get rid of these as well?
Another Problem...
And is their a way to Get rid of all the Space that seperates the pics from the numbers?
I want the pictures Right next to the numbers (Pic)Number instead of (pic) (number)
Another Problem...
I can't get rid of the legend bar and the line seperators at the bottom of the topics also the Users browsing forum I was wondering if that was possibly able to get rid of too?
And is it possible to get rid of these as well?
Re: These Annoying White Lines.
Hello Spyro Dragon™,
Add this for most of the lines :
Add this for the profile fields :
You may need to adjust the left margin.
Add this for the people viewing a forum :
Add this for the post time and horizontal rule :
All codes should go to in :
Administration Panel > Display > Colors > CSS stylesheet
I am not sure about removing the legend.
Add this for most of the lines :
- Code:
td.row3Right, td.spaceRow, td.cat, td.catBottom, td.catHead, td.catLeft, td.catRight, td.catSides { border:none !important; }
Add this for the profile fields :
You may need to adjust the left margin.
- Code:
#profile-advanced-details dl dt { width:auto; }
#profile-advanced-details dl dd { padding:0; margin-left:40px; }
Add this for the people viewing a forum :
- Code:
#info_open, #info_close { display:none; }
Add this for the post time and horizontal rule :
- Code:
td.hr, .post td table td .postdetails { display:none; }
All codes should go to in :
Administration Panel > Display > Colors > CSS stylesheet
I am not sure about removing the legend.
Re: These Annoying White Lines.
Solved all of them expect for the legend...So
I still need
1. Legend removed
2. All of these
WHITE = I WANT TO KEEP
RED = I WANT GONE
I still need
1. Legend removed
2. All of these
WHITE = I WANT TO KEEP
RED = I WANT GONE
Re: These Annoying White Lines.
For your first screenshot :
Administration Panel > Display > Templates > General > index_box
Find and remove :
Find and remove :
Find and remove :
Save and publier.
For the last part of the first screenshot :
Administration Panel > Display > Templates > General > index_body
Find and remove :
Then save and publish.
For your second screen shot :
Templates > General > topics_list_box
Find :
Replace by :
Find :
Replace by :
Then save and publish.
For the legend :
Templates > General > viewforum_body
Find and remove :
Save and publish.
Administration Panel > Display > Templates > General > index_box
Find and remove :
- Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
Find and remove :
- Code:
<th nowrap="nowrap" width="50">{L_TOPICS}</th>
<th nowrap="nowrap" width="50">{L_POSTS}</th>
<th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
Find and remove :
- Code:
<td class="row3" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
</td>
<td class="row2" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.POSTS}</span>
</td>
<td class="row3 over" align="center" valign="middle" height="50">
<span class="gensmall">{catrow.forumrow.LAST_POST}</span>
</td>
Save and publier.
For the last part of the first screenshot :
Administration Panel > Display > Templates > General > index_body
Find and remove :
- Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%" valign="top">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_delete_cookies -->
<br /><span class="gensmall"><a href="{switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_delete_cookies.L_DELETE_COOKIES}</a></span>
<!-- END switch_delete_cookies -->
</td>
<td width="50%" align="right">
<span class="gensmall">
<a href="{U_TODAY_ACTIVE}" class="gensmall">{L_TODAY_ACTIVE}</a><br />
<a href="{U_TODAY_POSTERS}" class="gensmall">{L_TODAY_POSTERS}</a><br />
<a href="{U_OVERALL_POSTERS}" class="gensmall">{L_OVERALL_POSTERS}</a>
<!-- BEGIN switch_on_index -->
<!-- BEGIN switch_delete_cookies -->
<br /><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" class="gensmall">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
<!-- END switch_delete_cookies -->
<!-- END switch_on_index -->
</span>
</td>
</tr>
</table>
Then save and publish.
For your second screen shot :
Templates > General > topics_list_box
Find :
- Code:
<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
<th align="center" nowrap="nowrap" width="80"> {topics_list_box.row.L_REPLIES} </th>
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
<th align="center" nowrap="nowrap" width="50"> {topics_list_box.row.L_VIEWS} </th>
<th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
Replace by :
- Code:
<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
Find :
- Code:
<td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td>
<td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
<td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td>
<td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
Replace by :
- Code:
<td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
Then save and publish.
For the legend :
Templates > General > viewforum_body
Find and remove :
- Code:
<tr>
<td colspan="2">
<table border="0" cellpadding="6" cellspacing="2" align="center">
<tr>
<td>
<img src="{FOLDER_NEW_IMG}" alt="{L_FOLDER_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_NEW_IMG}</span><br />
<img src="{FOLDER_HOT_NEW_IMG}" alt="{L_FOLDER_HOT_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_HOT_NEW_IMG}</span><br />
<img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_FOLDER_LOCKED_NEW_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_LOCKED_NEW_IMG}</span>
</td>
<td>
<img src="{FOLDER_IMG}" alt="{L_FOLDER_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_IMG}</span><br />
<img src="{FOLDER_HOT_IMG}" alt="{L_FOLDER_HOT_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_HOT_IMG}</span><br />
<img src="{FOLDER_LOCKED_IMG}" alt="{L_FOLDER_LOCKED_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_LOCKED_IMG}</span>
</td>
<td valign="top">
<img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_FOLDER_ANNOUNCE_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_ANNOUNCE_IMG}</span><br />
<img src="{FOLDER_GLOBAL_ANNOUNCE_IMG}" alt="{L_FOLDER_GLOBAL_ANNOUNCE_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_GLOBAL_ANNOUNCE_IMG}</span><br />
<img src="{FOLDER_STICKY_IMG}" alt="{L_FOLDER_STICKY_IMG}" border="0" /> <span class="gensmall">{L_FOLDER_STICKY_IMG}</span><br />
</td>
</tr>
</table>
</td>
</tr>
Save and publish.
Re: These Annoying White Lines.
Where Have you been all my life...
All that has been solved, but I have a few more things I wanna see if I cant get rid off, or does it need to be another topic? if so, solved, but if not hold I have a few more screenshots coming in
All that has been solved, but I have a few more things I wanna see if I cant get rid off, or does it need to be another topic? if so, solved, but if not hold I have a few more screenshots coming in
Re: These Annoying White Lines.
I think it would be better if you created a new topic since this was originally about white lines.
Topic solved and archived
Topic solved and archived
Similar topics
» What is this annoying code [ltr] [/ltr] ?
» annoying codes.
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» Get rid of these annoying arrows
» Annoying Borders..
» annoying codes.
» Editor toolbar is gone[Bold italic and such] the background is stuck at white, and the sites text is white.
» Get rid of these annoying arrows
» Annoying Borders..
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum