Rahmenfarbe Suchbox
Verfasst: 14.05.2009 00:29
Hallo,
ich hoffe mir kann hier jemand weiterhelfen... ich steh schon ne ganze weile bei einem Problem aufm Schlauch
Um einige Suchboxen (Forum) und die Styleauswahl im Portal hat sich irgendwie ein weisser rahmen gesetzt, welcher absolut nicht in den style passt
- kann mir jemand sagen, wie ich den weg bekomme?!
http://tattoo-freun.de
da ich in der stylesheet.css überhaupt nicht weitergekommen bin, denke ich es muss im template liegen.
hier mal die breadcrumbs:
falls doch benötigt, werde ich die stylesheet auch posten.
ich wäre sehr dankbar für eure hilfe
MfG
ich hoffe mir kann hier jemand weiterhelfen... ich steh schon ne ganze weile bei einem Problem aufm Schlauch
Um einige Suchboxen (Forum) und die Styleauswahl im Portal hat sich irgendwie ein weisser rahmen gesetzt, welcher absolut nicht in den style passt
http://tattoo-freun.de
da ich in der stylesheet.css überhaupt nicht weitergekommen bin, denke ich es muss im template liegen.
hier mal die breadcrumbs:
Code: Alles auswählen
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#700016" width="100%">
<tr>
<td width="100%">
<p align="center">
<table class="tablebg" width="100%" cellspacing="0" cellpadding="0" style="margin-top: 0px">
<tr>
<td class="row1" width="77%">
<p class="breadcrumbs"><!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> » <!-- ENDIF --><a href="{U_INDEX}">{L_INDEX}</a><!-- BEGIN navlinks --> » <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></p>
</td>
<td class="row1" width="100%">
<p align="right">
<!-- IF SCRIPT_NAME eq 'index' and S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<p align="center">
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" size="30" />
<input class="button1" value="{L_SEARCH}" type="submit" /><br />
<input type="hidden" name="sr" value="topics" />
</fieldset>
</form>
</div>
<!-- ENDIF -->
<!-- IF S_VIEWFORUM and S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form method="post" id="forum-search" action="{S_SEARCHBOX_ACTION}">
<fieldset>
<p align="center">
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="30" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
<input class="button1" type="submit" value="{L_SEARCH}" />
<input type="hidden" value="{FORUM_ID}" name="fid[]" />
<input type="hidden" name="sr" value="topics" />
</fieldset>
</form>
</div>
<!-- ENDIF -->
<!-- IF S_VIEWTOPIC and S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
<fieldset>
<p align="center">
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="30" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
<input class="button1" type="submit" value="{L_SEARCH}" />
<input type="hidden" value="{TOPIC_ID}" name="t" />
<input type="hidden" value="msgonly" name="sf" />
</fieldset>
</form>
</div>
<!-- ENDIF -->
<!-- IF SEARCH_IN_RESULTS and S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form method="post" id="search" action="{S_SEARCH_ACTION}">
<fieldset>
<p align="center">
<input class="inputbox search tiny" type="text" name="add_keywords" id="search_keywords" value="{L_SEARCH_IN_RESULTS}" size="30" onclick="if(this.value=='{L_SEARCH_IN_RESULTS}')this.value='';" onblur="if(this.value=='')this.value='{L_SEARCH_IN_RESULTS}';"/>
<input class="button1" type="submit" name="submit" value="{L_SEARCH}" />
</fieldset>
</form>
</div>
<!-- ENDIF -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</div>
ich wäre sehr dankbar für eure hilfe
MfG