Hi, I have come accross a problem that I can not solved. I have a freeware skin called zyskinfree. I have problem with search control that is displayed on every page of my site. Here is how it looks:
I do not like that. I can not see the radio buttons. I would like to display instead "Web", "Site", "Search", words "Sieć", "Daring", "Szukaj". And finally I would like the link Search not to display in the textbox. I tried to figure out how to solve it but did not successed. In addition I will paste here some code that I think has somethig to do with my problem. Here it is:
Search.ascx
<%
@ Control language="vb" CodeFile="Search.ascx.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Controls.Search" %>
<asp:RadioButton ID="optWeb" runat="server" CssClass="SkinObject" GroupName="Search"/>
<asp:RadioButton ID="optSite" runat="server" CssClass="SkinObject" GroupName="Search"/>asp:TextBox id="txtSearch" runat="server" CssClass="NormalTextBox" Columns="20" maxlength="255" enableviewstate="False"></asp:TextBox>
<
<asp:LinkButton ID="cmdSearch" Runat="server" CausesValidation="False" CssClass="SkinObject"></asp:LinkButton>
And here goes the code from the skin.ascx file:
<
dnn:SEARCH runat="server" id="dnnSEARCH" Submit="Szukaj" showSite="True" showWeb="True"/>
Gosh, copy and paste from VS2005 to FCKEditor does not work great. :)
However, I have pasted here the code that in my opinion has to do with with search control, I think that problem is in the CSS files. But I do not know wich ones. I someone could help me solving this problem I would be very greatful.
rypki