Links toevoegen in navigatie. ( opgelost )

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Gebruikersavatar
special18
Berichten: 700
Lid geworden op: 29 jan 2007, 16:31
Locatie: Lelystad
Contacteer:

Links toevoegen in navigatie. ( opgelost )

Bericht door special18 » 26 mar 2007, 16:32

Goedenmiddag, ik wil graag wat images/links toevoegen aan de navigatie van http://www.animedreamresource.net

Momenteel zie je daar home register en dat soort links bovenaan de pagina. Ik wil daar graag buttens / links naar de pagina toevoegen.
Kan iemand mij precies wijzen waar ik dit moet aanpassen met eventueel de code. Alvast vriendelijk bedankt. :thumb:
Laatst gewijzigd door special18 op 28 mar 2007, 01:09, 1 keer totaal gewijzigd.
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.

Gebruikersavatar
special18
Berichten: 700
Lid geworden op: 29 jan 2007, 16:31
Locatie: Lelystad
Contacteer:

Bericht door special18 » 26 mar 2007, 20:13

de post verduidelijkt.
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.

TWEagle
Berichten: 782
Lid geworden op: 18 nov 2005, 19:45
Locatie: Peer
Contacteer:

Bericht door TWEagle » 26 mar 2007, 20:24

overal_header.tpl en simple_header.tpl als ik me niet vergis
Afbeelding
To see or to hear

Gebruikersavatar
special18
Berichten: 700
Lid geworden op: 29 jan 2007, 16:31
Locatie: Lelystad
Contacteer:

Bericht door special18 » 26 mar 2007, 20:38

Oke zal ze beide even posten.

Overal_header.tpl

Code: Selecteer alles

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/iSkin/{T_HEAD_STYLESHEET}" type="text/css" -->

<style type="text/css">
<!--

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #F8F8F8;
	font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px }
a:link,a:active,a:visited { text-decoration: underline; color : #5D5D5E; }
a:hover		{ text-decoration: underline; color : #30518D; }
hr	{ height: 0px; border: solid #A8A8AD 0px; border-top-width: 1px; padding:0px; margin:0px }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF }

/* This is the outline round the main forum tables */
.forumline	{ border: #7A7D81 solid 1px }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FBFBFB }
td.row2	{ background-color: #FFFFFF }
td.row3	{ background-color: #FBFBFB }

.tborder {
	background-color: #EEEEEE;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #F5F9FE;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #4D4D4D; font-size: 10px; font-weight : bold; 
	background-color: #EEEEEE; height: 10px;
	background-image: url(templates/iSkin/images/strip_back.gif);
	text-align: center;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#F5F9FE; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 15px;
}

td.row3Right,td.spaceRow {
	background-color: #450405; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thHead2,td.catHead2 { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thSides2,td.catSides2,td.spaceRow2	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

.thead {
	background-color: #ABAAAA;
	margin-top:1px;
	height:4px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	; line-height : 120%; color : #A8A8AD;
}

/* General text */
.gen { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif }
.genmed { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gensmall { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gen,.genmed,.gensmall { color : #4D4D4D; }
a.gen,a.genmed,a.gensmall { color: #5D5D5E; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover #30518D; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #4D4D4D }
a.mainmenu		{ text-decoration: underline; color : #5D5D5E;  }
a.mainmenu:hover{ text-decoration: underline; color : #30518D; }

/* Forum category titles */
.cattitle { font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; font-size: 11px; letter-spacing: 0px; color : #5D5D5E}
a.cattitle,a.cattitle:visited,a.cattitle:active { text-decoration: none; letter-spacing: 0px; color : #5D5D5E }
a.cattitle:hover{ text-decoration: underline; color : #30518D; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color : #5D5D5E; }
a.forumlink,a.forumlink:active,a.forumlink:visited 	{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #5D5D5E; }
a.forumlink:hover{ text-decoration: underline; color : #30518D; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #4D4D4D;}
a.nav			{ text-decoration: underline; color : #5D5D5E; }
a.nav:hover		{ text-decoration: underline; color: #30518D; }

.title	{
	font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #4D4D4D;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color : #A8A8AD; }
a.topictitle:link   { text-decoration: underline; color : #5D5D5E; }
a.topictitle:visited { text-decoration: underline; color : #5D5D5E; }
a.topictitle:active { text-decoration: underline; color : #5D5D5E; }
a.topictitle:hover	{ text-decoration: underline; color : #30518D; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{ font-size : 11px; color : #5D5D5E;}

/* Name of poster view topic */
.membername	{ font-size : 11px; color : #183F74;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #4D4D4D; }

/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 13px; color: #4D4D4D}
a.postlink:link	{ text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:visited { text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:hover { text-decoration: underline; color : #30518D; font-size : 11px;}

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
	background-color: #FBFBFB;
	border: 1px #EEEEEE solid;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
	background-color: #FBFBFB;
	border: 1px #EEEEEE solid;
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4D4D4D; letter-spacing: -1px;}
a.copyright,a.copyright:visited,a.copyright:active	 { color: #5D5D5E; text-decoration: underline;}
a.copyright:hover { color: #30518D}

/* Form elements */
input,textarea, select {
	color : #4D4D4D;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F7F7F7;
	color: #4D4D4D;
	border: 1px #424242 solid;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F7F7F7;
	color : #4D4D4D;
	border: 1px #000000 solid;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #F7F7F7;
	color: #4D4D4D;
	font-weight : normal;
	border: 1px #000000 solid;
}

/* None-bold submit button */
input.liteoption {
	background-color : #F7F7F7;
	font-weight : normal;
	color: #4D4D4D;
	border: 1px #000000 solid;
}

#hdr {
background: #FFFFFF url(templates/iSkin/images/hdr_back.gif) ;
width: 100%;
height: 90px;
	margin: 0;
	padding: 0; 
}

#hdr_bdr {
border-left: 1px solid #597DC3;
border-right: 1px solid #597DC3;
margin: 0;
padding: 0; 
}

#logo {
background: url(templates/iSkin/images/hdr_logo.gif);
width: 110px;
height: 90px; 
align: left;
	margin: 0;
	padding: 0; 
}

#brd_in {
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
}

#brd_outer {
border-left: 4px solid #f1f1f1;
border-right: 4px solid #f1f1f1;
}

#hdr_btm {
background: #b0c4e8 url(templates/iSkin/images/mid_hdr_back.gif);
width: 100%;
height: 14px;
	margin: 0;
	padding: 0; 
}

#nav_back {
background: #FCFCFC url(templates/iSkin/images/nav_back.gif);
width: 100%;
height: 29px;
}

.ftr_bdr {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
margin: 0;
padding: 0; 
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #FFFFFF; border-style: none; color:#4D4D4D }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/iSkin/formIE.css"); 
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
	if ( {PRIVATE_MESSAGE_NEW_FLAG} )
	{
		window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
	}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>

<a name="top"></a>


<!-- set below for skin width-->
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left" valign="top">

<div id="brd_outer">
<div id="brd_in">


<!-- begin iSkin header -->

<div id="hdr_bdr">
<div id="hdr"><div id="logo"></div></div>
<div id="hdr_btm"></div>
</div>
<div id="nav_back">
<table width="339" border="0" align="center" cellpadding="0" cellspacing="0">
   <tr>
     <td width="43" height="29"><a href="portal.php"><img id="nav_home" src="templates/iSkin/images/nav_home.gif" width="43" height="29" border="0" alt="" /></a></td>
     <!-- BEGIN switch_user_logged_out -->
     <td width="73" height="26"><a href="{U_REGISTER}"><img src="templates/iSkin/images/nav_register.gif" width="73" height="29" border="0" alt="" /></a></td>
     <!-- END switch_user_logged_out -->
     <!-- BEGIN switch_user_logged_in -->
     <td width="67" height="29"><a href="{U_PROFILE}"><img id="nav_cp" src="templates/iSkin/images/nav_cp.gif" width="67" height="29" border="0" alt="" /></a></td>
     <!-- END switch_user_logged_in -->
     <td width="67" height="29"><a href="{U_MEMBERLIST}"><img src="templates/iSkin/images/nav_members.gif" width="67" height="29" border="0" alt="" /></a></td>
     <td width="59" height="29"><a href="{U_GROUP_CP}"><img src="templates/iSkin/images/nav_groups.gif" width="59" height="29" border="0" alt="" /></a></td>
     <td width="59" height="29"><a href="{U_SEARCH}"><img src="templates/iSkin/images/nav_search.gif" width="59" height="29" border="0" alt="" /></a></td>
     <td width="35" height="29"><a href="{U_FAQ}" accesskey="5"><img id="nav_faq" src="templates/iSkin/images/nav_faq.gif" width="35" height="29" border="0" alt="" /></a></td>
     <td width="2" height="29"><img id="nav_rs" src="templates/iSkin/images/nav_rs.gif" width="2" height="29" alt="" /></td>
   </tr>
</table>
</div>

<!-- end iSkin header -->

<table width="100%" cellspacing="0" cellpadding="0" border="0">
  <tr> 
     <td class="bodyline">

<div style="padding:15px 25px 15px 25px">
En dit is simpel_header.tpl

Code: Selecteer alles

<!-- DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" -->
<!-- <html xmlns="http://www.w3.org/1999/xhtml"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"  />
<meta http-equiv="Content-Style-Type" content="text/css" />
<style type="text/css">
<!--
-->
</style>
{META}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="templates/iSkin/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
 
/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #F8F8F8;
	font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding:0px;
	margin:0px;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px }
a:link,a:active,a:visited { text-decoration: underline; color : #5D5D5E; }
a:hover		{ text-decoration: underline; color : #30518D; }
hr	{ height: 0px; border: solid #A8A8AD 0px; border-top-width: 1px; padding:0px; margin:0px }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF }

/* This is the outline round the main forum tables */
.forumline	{ border: #7A7D81 solid 1px }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FBFBFB }
td.row2	{ background-color: #FFFFFF }
td.row3	{ background-color: #FBFBFB }

.tborder {
	background-color: #EEEEEE;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #F5F9FE;
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #4D4D4D; font-size: 10px; font-weight : bold; 
	background-color: #EEEEEE; height: 10px;
	background-image: url(templates/iSkin/images/strip_back.gif);
	text-align: center;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#F5F9FE; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 15px;
}

td.row3Right,td.spaceRow {
	background-color: #450405; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thHead2,td.catHead2 { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thSides2,td.catSides2,td.spaceRow2	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }

.thead {
	background-color: #ABAAAA;
	margin-top:1px;
	height:4px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	; line-height : 120%; color : #A8A8AD;
}

/* General text */
.gen { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif }
.genmed { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gensmall { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gen,.genmed,.gensmall { color : #4D4D4D; }
a.gen,a.genmed,a.gensmall { color: #5D5D5E; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover #30518D; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #4D4D4D }
a.mainmenu		{ text-decoration: underline; color : #5D5D5E;  }
a.mainmenu:hover{ text-decoration: underline; color : #30518D; }

/* Forum category titles */
.cattitle { font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; font-size: 11px; letter-spacing: 0px; color : #5D5D5E}
a.cattitle,a.cattitle:visited,a.cattitle:active { text-decoration: none; letter-spacing: 0px; color : #5D5D5E }
a.cattitle:hover{ text-decoration: underline; color : #30518D; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 10px; color : #5D5D5E; }
a.forumlink,a.forumlink:active,a.forumlink:visited 	{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #5D5D5E; }
a.forumlink:hover{ text-decoration: underline; color : #30518D; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #4D4D4D;}
a.nav			{ text-decoration: underline; color : #5D5D5E; }
a.nav:hover		{ text-decoration: underline; color: #30518D; }

.title	{
	font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #4D4D4D;
}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color : #A8A8AD; }
a.topictitle:link   { text-decoration: underline; color : #5D5D5E; }
a.topictitle:visited { text-decoration: underline; color : #5D5D5E; }
a.topictitle:active { text-decoration: underline; color : #5D5D5E; }
a.topictitle:hover	{ text-decoration: underline; color : #30518D; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name	{ font-size : 11px; color : #5D5D5E;}

/* Name of poster view topic */
.membername	{ font-size : 11px; color : #183F74;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #4D4D4D; }

/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 13px; color: #4D4D4D}
a.postlink:link	{ text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:visited { text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:hover { text-decoration: underline; color : #30518D; font-size : 11px;}

/* Quote & Code blocks */
.code { 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
	background-color: #FBFBFB;
	border: 1px #EEEEEE solid;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
	background-color: #FBFBFB;
	border: 1px #EEEEEE solid;
}

/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4D4D4D; letter-spacing: -1px;}
a.copyright,a.copyright:visited,a.copyright:active	 { color: #5D5D5E; text-decoration: underline;}
a.copyright:hover { color: #30518D}

/* Form elements */
input,textarea, select {
	color : #4D4D4D;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F7F7F7;
	color: #4D4D4D;
	border: 1px #424242 solid;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #F7F7F7;
	color : #4D4D4D;
	border: 1px #000000 solid;
	font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #F7F7F7;
	color: #4D4D4D;
	font-weight : normal;
	border: 1px #000000 solid;
}

/* None-bold submit button */
input.liteoption {
	background-color : #F7F7F7;
	font-weight : normal;
	color: #4D4D4D;
	border: 1px #000000 solid;
}

#hdr {
background: #FFFFFF url(templates/iSkin/images/hdr_back.gif) ;
width: 100%;
height: 90px;
	margin: 0;
	padding: 0; 
}

#hdr_bdr {
border-left: 1px solid #597DC3;
border-right: 1px solid #597DC3;
margin: 0;
padding: 0; 
}

#logo {
background: url(templates/iSkin/images/hdr_logo.gif);
width: 110px;
height: 90px; 
align: left;
	margin: 0;
	padding: 0; 
}

#brd_in {
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
}

#brd_outer {
border-left: 4px solid #f1f1f1;
border-right: 4px solid #f1f1f1;
}

#hdr_btm {
background: #b0c4e8 url(templates/iSkin/images/mid_hdr_back.gif);
width: 100%;
height: 14px;
	margin: 0;
	padding: 0; 
}

#nav_back {
background: #FCFCFC url(templates/iSkin/images/nav_back.gif);
width: 100%;
height: 29px;
}

.ftr_bdr {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
margin: 0;
padding: 0; 
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #FFFFFF; border-style: none; color:#4D4D4D }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/iSkin/formIE.css"); 
-->
</style>
</head>

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<span class="gen"><a name="top"></a></span>
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.

TWEagle
Berichten: 782
Lid geworden op: 18 nov 2005, 19:45
Locatie: Peer
Contacteer:

Bericht door TWEagle » 26 mar 2007, 20:53

Code: Selecteer alles

zoek
     <td width="35" height="29"><a href="{U_FAQ}" accesskey="5"><img id="nav_faq" src="templates/iSkin/images/nav_faq.gif" width="35" height="29" border="0" alt="" /></a></td>
     <td width="2" height="29"><img id="nav_rs" src="templates/iSkin/images/nav_rs.gif" width="2" height="29" alt="" /></td>
   </tr> 
voeg toe erna wat je wilt
Afbeelding
To see or to hear

halsiemp3
Berichten: 363
Lid geworden op: 10 mar 2005, 13:24

Bericht door halsiemp3 » 26 mar 2007, 23:19

Hier Word het precies uitgelegt hoe je dat precies moet doen..

groetjes Halsiemp3

Gebruikersavatar
special18
Berichten: 700
Lid geworden op: 29 jan 2007, 16:31
Locatie: Lelystad
Contacteer:

Bericht door special18 » 26 mar 2007, 23:25

thanxs mensen, ben nog even bezig met fotoshop om de images te editen maar laat wel weten hoe het verlopen is :thumb:
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.

Gesloten