Antworten auf deine Fragen:
Neues Thema erstellen

Verschiebung?

UsingGrant

Durchstarter

Moin

Ich habe mal eine Frage, da ich ein Problem mit Dreamweaver habe...

Also ich habe eine Seite gemacht, nun habe ich sie in Dreamweaver eingefügt und nun ist eine kleine Freizeile in der Page und ich habe keine Ahnung warum, habe die px genau angegeben, trotzdem passiert nichts? Könnt ihr mir helfen?

Anbei lege ich ein Screen, wo ich gekennzeichnet habe, was ich meine.



Danke schonmal
 
Zuletzt bearbeitet:

AW: Verschiebung?

hallo,

deinen screen sehe ich nicht, aber gib mal in die css ein:

*{
margin:0px;
paddding:0px;
}

setzt alle abstände auf null px.


gruß sfischer
 

UsingGrant

Durchstarter

AW: Verschiebung?



hier der link zum bild, hoffe du siehst es dann...

den css code wo soll ich den reinbauen?
bin noch nicht so erfahren sorry...
soll der in die stylesheet.css rein?
 

UsingGrant

Durchstarter

AW: Verschiebung?

hier ist anscheindend noch was verschoben, nochmal ein größeres bild mit markierungen...


kann mir sonst mal jemand via TeamViewer helfen? da seht ihr das besser...?
 
AW: Verschiebung?

benutze bitte den edit button!


ohne code geht da nichts!

*{
margin:0px;
paddding:0px;
}

kommt in die stylesheet.css


gruß sfischer
 

UsingGrant

Durchstarter

AW: Verschiebung?

Jap mache ich das nächstemal tut mir leid!

Also ich habe das jetzt in die stylesheet.css eingetragen, leider ist der fehler immer noch vorhanden. Neue Vorschläge?


(mal in ganz groß)
 
Zuletzt bearbeitet:
AW: Verschiebung?

poste doch mal dein quelltext!

es kann einiges sein: falsches padding, margin, höhe, breite, ...

und wie hast du die seite gemacht? in dreamweaver zusammen gebaut?

gruß sfischer
 

UsingGrant

Durchstarter

AW: Verschiebung?

Quelltext:

index.php:

<?php
/*
########################################################################
# #
# Version 4 / / / #
# -----------__---/__---__------__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2006 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- GNU General Public License - Free Software Foundation #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
########################################################################
*/
// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
include("_ipban.php");
include("_sqlpro.php");
include("_referer.php");
// end important data include

?>
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="<? echo LANGUAGE; ?>">
<meta name="description" content="<? echo DESCRIPTION; ?>">
<meta name="keywords" content="<? echo KEYWORDS; ?>">
<meta name="author" content="<? echo AUTOR; ?>">
<meta name="publisher" content="<? echo AUTOR; ?>">
<meta name="copyright" content="<? echo COPY; ?>">
<meta name="audience" content="<? echo GRUPPE; ?>">
<meta name="page-type" content="<? echo TYP; ?>">
<meta name="page-topic" content="<? echo THEMA; ?>">
<meta http-equiv="reply-to" content="<? echo MAIL; ?>">
<meta name="creation_date" content="<? echo date("Y-m-d"); ?>">
<!-- Head & Title include -->
<title><? echo PAGETITLE; ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<script src="js/prototype.js" type="text/javascript"></script>
<script src="js/scriptaculous.js?load=effects" type="text/javascript"></script>
<script src="js/lightbox.js" type="text/javascript"></script>
<script src="js/bbcode.js" language="JScript" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers.document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>

<body bgcolor="#242424" onload="MM_preloadImages('Bilder/rollover_07.gif')">
<center>
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="Bilder/index_01.gif" width="900" height="205" /></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_02.gif" width="194" height="70" /></td>
<td><img src="Bilder/index_03.gif" width="193" height="70" /></td>
<td><img src="Bilder/index_04.gif" width="194" height="70" /></td>
<td><img src="Bilder/index_05.gif" width="194" height="70" /></td>
<td><img src="Bilder/index_06.gif" width="56" height="70" /></td>
<td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('RollOver Google','','Bilder/rollover_07.gif',1)"><img src="Bilder/index_07.gif" name="RollOver Google" width="69" height="70" border="0" id="RollOver Google" /></a></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_08.gif" width="181" height="24" /></td>
</tr>
<tr>
<td><img src="Bilder/index_15.gif" width="181" height="40" /></td>
</tr>
<tr>
<td background="Bilder/index_25.gif" width="181" height="6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="11" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="153" valign="top"><? include("shoutbox.php"); ?></td>
<td width="17" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_36.gif" width="181" height="40" /></td>
</tr>
<tr>
<td><img src="Bilder/index_38.gif" width="181" height="50" /></td>
</tr>
<tr>
<td background="Bilder/index_40.gif" width="181" height="4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="11" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="154" valign="top"><?php include("sc_bannerrotation.php"); ?></td>
<td width="16" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_42.gif" width="181" height="115" /></td>
</tr>
<tr>
<td><img src="Bilder/index_44.gif" width="181" height="32" /></td>
</tr>
<tr>
<td><img src="Bilder/index_46.gif" width="181" height="57" /></td>
</tr>
<tr>
<td background="Bilder/index_48.gif" width="181" height="7"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="11" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="157" valign="top"><? include("counter.php"); ?></td>
<td width="13" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_53.gif" width="181" height="26" /></td>
</tr>
<tr>
<td><img src="Bilder/index_55.gif" width="181" height="51" /></td>
</tr>
</table></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_09.gif" width="540" height="12" /></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_11.gif" width="395" height="81"></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_12.gif" width="145" height="12" /></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_16.gif" width="16" height="13" /></td>
<td><a href="#"><img src="Bilder/index_17.gif" width="110" height="13" border="0" /></a></td>
<td><img src="Bilder/index_18.gif" width="19" height="13" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_19.gif" width="16" height="21" /></td>
<td><img src="Bilder/index_20.gif" width="110" height="21" border="0" /></td>
<td><img src="Bilder/index_21.gif" width="19" height="21" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_22.gif" width="16" height="17" /></td>
<td><img src="Bilder/index_23.gif" width="110" height="17" border="0" /></td>
<td><img src="Bilder/index_24.gif" width="19" height="17" /></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_28.gif" width="16" height="17" /></td>
<td><img src="Bilder/index_29.gif" width="110" height="16" border="0" /></td>
<td><img src="Bilder/index_30.gif" width="19" height="16" /></td>
</tr>
</table></td>
<tr>
<td><img src="Bilder/index_32.gif" width="145" height="2" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><img src="Bilder/index_33.gif" width="540" height="33" /></td>
</tr>
<tr>
<td background="Bilder/index_34.jpg" width="540" height="5"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="9" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="522" valign="top"><p>
<?php
if(!isset($site)) $site="news";
$invalide = array('\\','/','/\/',':','.','<','>',';','[',']','(',')','+');
$site = str_replace($invalide,' ',$site);
if(!file_exists($site.".php")){ echo'<h2>Error 404</h2><br>Die von Ihnen angeforderte Datei namens <b>'.$site.'.php</b> ist nicht vorhanden.';
redirect("index.php?site=news",'',3);
}
elseif($acc[$site]>$useracc){
echo'<h2>Error 403</h2><br>Sie haben nicht die Berechtigung diese Page zu sehen.';
}
else include($site.".php");
?>
</p></td>
<td width="9" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_54.gif" width="540" height="28" /></td>
</tr>
<tr>
<td><img src="Bilder/index_57.gif" width="540" height="29" /></td>
</tr>
</table></td>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_10.gif" width="179" height="12" /></td>
</tr>
<tr>
<td><img src="Bilder/index_14.gif" width="179" height="61" /></td>
</tr>
<tr>
<td background="Bilder/index_27.gif" width="179" height="8"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="12" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="155" valign="top"><? include("login.php"); ?></td>
<td width="12" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_37.gif" width="179" height="38" /></td>
</tr>
<tr>
<td><img src="Bilder/index_39.gif" width="179" height="50" /></td>
</tr>
<tr>
<td background="Bilder/index_41.gif" width="179" height="9"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="12" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="155" valign="top"><?php include("sc_headlines.php"); ?> &nbsp;</td>
<td width="12" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_45.gif" width="179" height="33" /></td>
</tr>
<tr>
<td><img src="Bilder/index_47.gif" width="179" height="50" /></td>
</tr>
<tr>
<td background="Bilder/index_49.gif" width="179" height="7"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<!--DWLayoutTable-->
<tr>
<td width="12" height="19" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
<td width="156" valign="top"><?php include("sc_links.php"); ?>&nbsp;</td>
<td width="11" valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="Bilder/index_52.gif" width="179" height="42" /></td>
</tr>
<tr>
<td><img src="Bilder/index_56.gif" width="179" height="46" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="Bilder/index_58.gif" width="900" height="14" /></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Bilder/index_59.gif" width="17" height="29" /></td>
<td><img src="Bilder/index_60.gif" width="60" height="29" /></td>
<td><img src="Bilder/index_61.gif" width="15" height="29" /></td>
<td><img src="Bilder/index_62.gif" width="62" height="29" /></td>
<td><img src="Bilder/index_63.gif" width="436" height="29" /></td>
<td><img src="Bilder/index_64.gif" width="310" height="29" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</center>
</body>
</html>



stlyesheet:

@charset "utf-8";

body, html {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#fefefe;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background:url(images/bg.gif);

scrollbar-base-color:#cccccc;
scrollbar-3dlight-color:#333333;
scrollbar-arrow-color:#333333;
scrollbar-darkshadow-color:#333333;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#cccccc;
}

.navihead {background:url('images/navi-bg.png'); height: 19px; vertical-align:middle; color:#FFFFFF; font-size:11px; text-indent:5px; font-weight:bold;}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-transform: uppercase;
font-weight: bold;
}

.small {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000000;
}

.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
background-image: url(images/title_bg.gif);
background-repeat: repeat;
background-position: left top;
}

.category_big {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
font-weight: bold;
}

.category {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
font-weight: normal;
}

.marked {
background-color: #000000;
font-weight: bold;
}

a, a:visited, a:active {
color: #333333;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #000000;
text-decoration: underline;
font-weight: normal;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
color: #333333;
text-decoration: none;
font-weight: bold;
}

a.titlelink:hover {
color: #000000;
text-decoration: underline;
font-weight: bold;
}

a.category, a.category:visited, a.category:active {
color: #333333;
text-decoration: none;
}

a.category:hover {
color: #000000;
text-decoration: underline;
}

option, textarea, input, select, file {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #FFFFFF;
border: 1px solid #333333;
}

.footer {
color: #FFFFFF;
font-size: 10px;
}

.form_off {
color: #666666;
background-color: #DCDCDC;
border: 1px solid #666666;
}

.form_on {
color: #000000;
background-color: #EEEEEE;
border: 1px solid #000000;
}

.form_username {
background-color: #eeeeee;
border: 1px solid #333333;
background-image: url(images/username.gif);
background-repeat: no-repeat;
background-position: left top;
}

.form_password {
background-color: #eeeeee;
border: 1px solid #333333;
background-image: url(images/password.gif);
background-repeat: no-repeat;
background-position: left top;
}

.form_name {
background-color: #eeeeee;
border: 1px solid #333333;
background-image: url(images/name.gif);
background-repeat: no-repeat;
background-position: left top;
}

.form_text {
background-color: #eeeeee;
border: 1px solid #333333;
background-image: url(images/message.gif);
background-repeat: no-repeat;
background-position: left top;
}

.input {
background-color: transparent;
border: 1px none;
margin-top: 0px;
margin-bottom: 0px;
}
*{
margin:0px;
paddding:0px;
}
 

UsingGrant

Durchstarter

AW: Verschiebung?

danke, aber ich habs jetzt doch alleine geschafft, für alle mit dem gleichen problem, ihr müsst die switch.css und die switch.js einzeln schreiben, verlinken....

Danke aber nochmal für Hilfe!

Mfg UsingGrant
 
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Flatrate für Tutorials, Assets, Vorlagen

Zurzeit aktive Besucher

Statistik des Forums

Themen
118.611
Beiträge
1.538.342
Mitglieder
67.524
Neuestes Mitglied
BSKGA
Oben