Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Newbie questionNewbie question
Previous
 
Next
New Post
5/1/2006 8:49 AM
 

<%@ Control language="vb" CodeBehind="~/admin/Containers/container.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Containers.Container" %>

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %>

<%@ Register TagPrefix="dnn" TagName="TITLE" Src="~/Admin/Containers/Title.ascx" %>

<%@ Register TagPrefix="dnn" TagName="VISIBILITY" Src="~/Admin/Containers/Visibility.ascx" %>

<%@ Register TagPrefix="dnn" TagName="PRINTMODULE" Src="~/Admin/Containers/PrintModule.ascx" %>

<!-- START RIGHT Black ALT CONTAINER - ///////////////////////////////////////////// -->

<SPAN class="Black">

<table BORDER="0" CELLPADDING="0" CELLSPACING="0">

<TR VALIGN="top">

<TD ALIGN="right" VALIGN="TOP" colspan="7">

<!-- R1: SKIN TOP TABLE -->

<TABLE WIDTH="220" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<TR>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R1_C1.jpg" WIDTH="48" HEIGHT="9" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R1_C2.jpg" WIDTH="64" HEIGHT="9" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R1_C3.jpg" WIDTH="30" HEIGHT="9" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R1_C4.jpg" WIDTH="49" HEIGHT="9" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R1_C5.jpg" WIDTH="29" HEIGHT="9" ALT=""></TD>

</TR>

</TABLE>

<!-- R2: ACTIONS-TITLE-VISIBILITY TABLE -->

<TABLE WIDTH="220" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<TR>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R2_C1.jpg" WIDTH="28" HEIGHT="25" ALT=""></TD>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R2_C2.jpg" WIDTH="20" HEIGHT="25" ALT="" VALIGN="middle" ALIGN="Right"><dnn:ACTIONS runat="server" id="dnnACTIONS" /></TD>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R2_C3.jpg" WIDTH="143" HEIGHT="25" ALT="" VALIGN="middle" ALIGN="Center"><dnn:TITLE runat="server" id="dnnTITLE" CssClass="Head" /></TD>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R2_C4.jpg" WIDTH="20" HEIGHT="25" ALT="" VALIGN="middle" ALIGN="Left"><dnn:VISIBILITY runat="server" id="dnnVISIBILITY" MinIcon="min.gif" MaxIcon="max.gif" /></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R2_C5.jpg" WIDTH="9" HEIGHT="25" ALT=""></TD>

</TR>

</TABLE>

<!-- R3: CONTENT TABLE -->

<TABLE WIDTH="220" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<TR>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R3_C1.jpg" WIDTH="48" HEIGHT="40" ALT=""><IMG SRC="<%= SkinPath %>X.Right_Alt.R3_C1.jpg"></TD>

<TD class="blkrcontent" colspan="3" HEIGHT="40" ALT="" ID="ContentPane" RUNAT="server"></TD>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R3_C5.jpg" WIDTH="29" HEIGHT="40" ALT=""></TD>

</TR>

</TABLE>

<!-- R4: SKIN BOTTOM TABLE -->

<TABLE WIDTH="220" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<TR>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R4_C1.jpg" WIDTH="48" HEIGHT="52" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R4_C2.jpg" WIDTH="64" HEIGHT="52" ALT=""></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R4_C3.jpg" WIDTH="30" HEIGHT="52" ALT=""></TD>

<TD BACKGROUND="<%= SkinPath %>X.Right_Alt.R4_C4.jpg" WIDTH="49" HEIGHT="52" ALT="" ALIGN="Right" VALIGN="Middle"><dnn:PRINTMODULE runat="server" id="dnnPRINTMODULE" PrintIcon="print.gif" /></TD>

<TD><IMG SRC="<%= SkinPath %>X.Right_Alt.R4_C5.jpg" WIDTH="29" HEIGHT="52" ALT=""></TD>

</TR>

</TABLE>

</TD>

</TR>

</table>

</SPAN>

<!-- END RIGHT Black CONTAINER - ///////////////////////////////////////////// -->

This is the code i was talking about and the code u send me is not in this skin
so i cant alter it

my question is can i stil input the code whit out havening to change skin

thanks in advance, Sander

 

 
New Post
5/1/2006 10:41 AM
 

 

This is code for a Container which is what gets wrapped around the modules inside of Skins. It is not the code for the Skin that gets applied to the page.

The search button is in the Skin file which will be in the Skins folder under a folder with the same name as the Skin that you have applied to a page.

 


DotNetNuke Modules from Snapsis.com
 
New Post
5/1/2006 10:59 AM
 

ok i have lookid in the skin code but stil cant find what iam doing rong
here is the code

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>

<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>

<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>

<%@ Register TagPrefix="dnn" TagName="MENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>

<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>

<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>

<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>

<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>

<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>

<!-- HEADER TABLE -->

<table WIDTH="100%" HEIGHT="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" VALIGN="TOP">

<tr HEIGHT="100%" VALIGN="TOP">

<td>

<!-- R1: LOGO/LOGIN TABLE -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<tr>

<td WIDTH="136"><img SRC="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C1.jpg" WIDTH="136" HEIGHT="85" ALT=""></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C2.jpg" WIDTH="92" HEIGHT="85" ALT="" nowrap valign="bottom" align="Left"><dnn:LOGO runat="server" id="dnnLOGO" /></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C2.jpg" HEIGHT="85" ALT=""><img SRC="/dnn4/portals/_default/skins/x-chron skins/spacer.gif" WIDTH="1" HEIGHT="1"></td>

<td WIDTH="241"><img SRC="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C3.jpg" WIDTH="241" HEIGHT="85" ALT=""></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C4.jpg" WIDTH="233" HEIGHT="85" ALT="" VALIGN="TOP">

<table BORDER="0" CELLSPACING="0" CELLPADDING="0">

<tr HEIGHT="15px"><td></td></tr>

<tr><td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/spacer.gif" WIDTH="233"><dnn:LOGIN runat="server" id="dnnLOGIN" CssClass="Login" /></td></tr>

</table>

</td>

<td WIDTH="64"><img SRC="/dnn4/portals/_default/skins/x-chron skins/X.Header.R1_C5.jpg" WIDTH="64" HEIGHT="85"></td>

</tr>

</table>

<!-- R2: MENU TABLE -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<tr>

<td WIDTH="89"><img SRC="/dnn4/portals/_default/skins/x-chron skins/X.Header.R2_C1.jpg" WIDTH="89" HEIGHT="33"></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/X.Header.R2_C2.jpg" NOWRAP HEIGHT="26"><dnn:MENU runat="server" id="dnnMENU" /></td>

<td WIDTH="135"><img SRC="/dnn4/portals/_default/skins/x-chron skins/X.Header.R2_C3.jpg" WIDTH="135" HEIGHT="33"></td>

</tr>

</table>

<!-- R3: BREADCRUMB/USER/DATE BAR -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<tr VALIGN="TOP">

<td WIDTH="89" ALIGN="Left"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R3_C1.jpg" WIDTH="89" HEIGHT="28"></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R3_C2.jpg" HEIGHT="28" ALIGN="LEFT"><dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB" CssClass="Breadcrumb" /></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R3_C2.jpg" HEIGHT="28" ALIGN="RIGHT"><dnn:USER runat="server" id="dnnUSER" CssClass="User" /> - <dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" CssClass="CurrentDate" /></td>

<td WIDTH="83" ALIGN="Right"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R3_C3.jpg" WIDTH="83" HEIGHT="28"></td>

</tr>

</table>

<!-- R4: BOTTOM GRAPHIC -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" >

<tr VALIGN="TOP">

<td WIDTH="268" align="left"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R4_C1.jpg" WIDTH="268" HEIGHT="19"></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R4_C2.jpg" HEIGHT="19" ALIGN="CENTER"><img SRC="/dnn4/portals/_default/skins/x-chron skins/spacer.gif" WIDTH="1" HEIGHT="19"></td>

<td WIDTH="220" align="right"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Header.R4_C3.jpg" WIDTH="220" HEIGHT="19"></td>

</tr>

</table>

<!-- R5: CONTENT -->

<table WIDTH="100%" HEIGHT="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">

<tr VALIGN="TOP">

<td class="leftpane" ID="LeftPane" RUNAT="server" VISIBLE="True" VALIGN="top" NOWRAP WIDTH="268"></td>

<td class="contentpane" ID="ContentPane" RUNAT="server" VISIBLE="true" VALIGN="top" WIDTH="100%"></td>

<td class="rightpane" ID="RightPane" RUNAT="server" VISIBLE="True" VALIGN="top" NOWRAP WIDTH="230"></td>

</tr>

</table>

</td>

</tr>

<tr VALIGN="Top">

<td>

<!-- R1: FOOTER TOP TABLE -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="43">

<tr VALIGN="TOP">

<td WIDTH="276" ALIGN="Left"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer_Alt.R1_C1.jpg" WIDTH="276" HEIGHT="43"></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer_Alt.R1_C2.jpg" HEIGHT="43" ALIGN="CENTER"><img SRC="/dnn4/portals/_default/skins/x-chron skins/spacer.gif" WIDTH="1" HEIGHT="1"></td>

<td WIDTH="248" ALIGN="RIGHT"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer_Alt.R1_C3.jpg" WIDTH="248" HEIGHT="43"></td>

</tr>

</table>

<!-- R2: FOOTER BOTTOM TABLE -->

<table WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0" HEIGHT="48">

<tr VALIGN="TOP">

<td WIDTH="276" ALIGN="Left"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer.R2_C1.jpg" WIDTH="276" HEIGHT="48"></td>

<td BACKGROUND="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer.R2_C2.jpg" HEIGHT="48" VALIGN="Top" ALIGN="CENTER"><dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT" CssClass="Copyright" /> - <dnn:HOSTNAME runat="server" id="dnnHOSTNAME" CssClass="Hostname" /></td>

<td WIDTH="248" ALIGN="RIGHT"><img SRC="/dnn4/portals/_default/skins/x-chron skins/MAIN/X.Footer.R2_C3.jpg" WIDTH="248" HEIGHT="48"></td>

</tr>

</table>

</td>

</tr>

</table>

Thanks in advance,Sander

 
New Post
5/1/2006 11:47 AM
 

 

Well, i see what you mean. There isn't any Search SkinObject code in that skin.

What image is it that you are trying to move?


DotNetNuke Modules from Snapsis.com
 
New Post
5/1/2006 11:54 AM
 
Maybe he has Search displayed as a module.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Newbie questionNewbie question


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out