Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
Dioxid

Zusatzprogramme

Recommended Posts

Dann schau mal im AdminCP => Skins & Templates => Board Wrappers => Neben dem Skin auf "Edit" klicken und such da mal nach einer Tabelle. Da muss eine Tabelle sein, die eine width Angabe hat, das musst du dann mal umstellen. Wenn du dir nicht sicher bist, Kopier den Wrapper mal hier rein (BITTE IN EINEN CODE TAG). Dann kann ich dir sagen, was du wo umstellen musst.

Share this post


Link to post

hier der code tag hoffe ihr werdet davon schlau: ;)

<table width="750" height='100%' border="0" align="center" cellpadding="0" cellspacing="0">


<tr>


  <td width="23" background="style_images/<#IMG_DIR#>/wrapleft.gif"><img src='style_images/<#IMG_DIR#>/wrapleft.gif'></td>


  <td bgcolor="374454" valign='top'>


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


<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> 


<head> 


<title><% TITLE %></title> 


<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />


<% GENERATOR %> 


<% CSS %> 


<% Javascript %> 


</head> 


<body>


<% BOARD HEADER %> 


<% NAVIGATION %> 


<% BOARD %> 


<% STATS %> 


<% COPYRIGHT %>


</body> 


</html>


<br>


<table cellpadding='2' cellspacing='1' bgcolor='#000000' align='center'>


<tr>


  <td class='row1'><b>Designed by <a href='http://www.invision-skins.de' target='_blank'>Invision-Skins.de</b></td>


</tr>


</table>


<br>


</td>


<td width="23" background="style_images/<#IMG_DIR#>/wrapright.gif"><img src='style_images/<#IMG_DIR#>/wrapright.gif'></td>


</tr>


</table>

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×