top



I need help with this.

CSS and HTML Help 36948953

1. How can i remove those with orange circle?

---

CSS and HTML Help 38422430

2. How can i align them? I use this code but didn't work :( .

Code:
.tcl > span a {
padding-right: 20px;
}

o you use phpbb2..i thought u r using punbb..

Hehe Smile . Do you know the code for phpbb2 ? Smile

i dont know.Sorry

Aww ok Smile .

@Topic :
Need help :( .

Go to templates index_body and remove

Code:
<span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />

and

Code:
<!-- 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>

To remove the icons, go to ACP -> Display -> Structure and hierachy -> Sub-level links on index : -> no

McStormify wrote:Go to templates index_body and remove

Code:
<span class="gensmall">{LAST_VISIT_DATE}

         {CURRENT_TIME}

where is the closing tag? Impatient
this will mess it all up.

McStormify wrote:Go to templates index_body and remove

Code:
<span class="gensmall">{LAST_VISIT_DATE}

         {CURRENT_TIME}

and

Code:
<!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>

         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>

         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>

To remove the icons, go to ACP -> Display -> Structure and hierachy -> Sub-level links on index : -> no


I can't find them. My forum version is Phpbb2 .
and for the 2nd question. I want the icons to align but the code didn't work

Bump :( ?

ummm can i acces you forum?

try add this to your CSS:

Code:
img.sprite-icon_minipost {margin-left: 80px;}

Considered done.