These Annoying White Lines. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    These Annoying White Lines.

    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved These Annoying White Lines.

    Post by Spyro Dragon™ Wed 26 Feb - 23:21

    These Annoying White Lines. Thesew10


    These White Lines.... I want them gone..  www.tlos.openu2.com  under profiles
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Solved Re: These Annoying White Lines.

    Post by Mati Wed 26 Feb - 23:27

    Add this to your CSS:

    Code:
    #profile-advanced-details div.separator {
        border-bottom: 0px solid #DCDCDC;
    }
    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved Re: These Annoying White Lines.

    Post by Spyro Dragon™ Wed 26 Feb - 23:31

    Is there a way to get rid of these  Forum lines?These Annoying White Lines. White_10
    These Annoying White Lines. Whited10
    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?

    These Annoying White Lines. Is_the10



    And is it possible to get rid of these as well?

    These Annoying White Lines. Thisto11
    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved Re: These Annoying White Lines.

    Post by Spyro Dragon™ Thu 27 Feb - 10:18

    Bump
    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved Re: These Annoying White Lines.

    Post by Spyro Dragon™ Wed 5 Mar - 8:58

    Bump
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: These Annoying White Lines.

    Post by Ange Tuteur Wed 5 Mar - 20:20

    Hello Spyro Dragon™,

    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.
    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved Re: These Annoying White Lines.

    Post by Spyro Dragon™ Sat 8 Mar - 12:18

    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


    These Annoying White Lines. 110


    These Annoying White Lines. 210
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: These Annoying White Lines.

    Post by Ange Tuteur Sat 8 Mar - 22:32

    For your first screenshot :
    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.
    Spyro Dragon™
    Spyro Dragon™
    Forumember


    Male Posts : 202
    Reputation : 2
    Language : English

    Solved Re: These Annoying White Lines.

    Post by Spyro Dragon™ Sat 8 Mar - 22:52

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: These Annoying White Lines.

    Post by Ange Tuteur Sat 8 Mar - 22:55

    I think it would be better if you created a new topic since this was originally about white lines. Wink

    Topic solved and archived