Diese Website verwendet Cookies, um sicherzustellen, dass Sie die bestmögliche Erfahrung auf unserer Website erhalten. Mehr erfahren
Kein Signal
All Tutorials
Dreamweaver
Autor: EliteBär Level:
 
Title: Neu Instalation oder Template wechsel!
Autor: EliteBär
Level: Normal
Programm: Dreamweaver
Comments: 4 Hits: (67591)
26.01.2013 - 12:18
Dreamweaver
Autor: EliteBär Level:
 
Title: Datenbank Externes Zugreifen z.B gameserver
Autor: EliteBär
Level: Very Easy
Programm: Dreamweaver
Comments: 2 Hits: (21164)
16.01.2013 - 06:25
DZCP
Autor: EliteBär Level:
 
Title: TS3 Auf der DZCP Homepage sichtbar machen!
Autor: EliteBär
Level: Very Easy
Programm: DZCP
Comments: 5 Hits: (29481)
08.01.2013 - 02:59
Dreamweaver
Autor: Bulletproof Level:
 
Title: Social Networks animieren mit JQuery
Autor: Bulletproof
Level: Easy
Programm: Dreamweaver
Comments: 5 Hits: (31541)
12.03.2011 - 12:58
Dreamweaver
Autor: F4n Level:
 
Title: CSS Teil 1 Einführung
Autor: F4n
Level: Very Easy
Programm: Dreamweaver
Comments: 2 Hits: (25278)
24.06.2010 - 11:09
All Downloads
DZCP 1.5.4
Downloads: 14785 Size: 2.34 MB
DZCP 1.5.4 Template #08
Downloads: 8813 Size: 7.24 MB
webSPELL Template #01
Downloads: 8062 Size: 1.88 MB
Logo #12
Downloads: 7730 Size: 4.3 MB
DZCP 1.5.4 Template #05
Downloads: 6821 Size: 7.75 MB
All Votings
no active poll

show polls
All Partners





 
Messageboard » Anpassen/Coden » Fragen zum Coden » Headlines

Sort:     printview
  Author:   Message:
sONy  offline
Forumrang: Plappermaul
registered: 28.02.2009
4 Posts
27.05.2010, 17:13, U
quote 
hallo kann mir bitte einer helfen ich habe ein Problem
das sieht so aus:
Code:
1.
<table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="27" rowspan="2" id="leftbar">&nbsp;</td>     <td valign="top" id="top_box" style="padding-left: 2px; padding-top: 8px;"><?php include ('sc_headlines.php') ?></td>     <td valign="top" id="top_box" style="padding-left: 2px; padding-top: 22px;">       <?php include ('latesttopics.php') ?></td>     <td width="209" align="center" id="slider"><?php include ('features.php') ?></td>     <td width="28" rowspan="2" id="rightbar">&nbsp;</td>   </tr>

und so:
Code:
1.
<span style="padding-top: 9px; padding-left: 4px;"><img src="Bilder/news_icon.png" /> <a href="index.php?site=news_comments&amp;newsID=$news_id&amp;lang=$lang">$headlines</a></span><span class="last_small"> ; $date</span>

und auf der seite sieht es so aus :
http://virtualitygaming.vi.funpic.de/pagebug.jpg
wie richte ich es richtig ein wenn ich es mit <table in der html mache der schiebt sich das ganze template

BounTy  offline
Forumrang: Stammgast
registered: 11.05.2009
62 Posts
27.05.2010, 17:37, U
quote 
also bei deinem code ist mir aufgefallen das ein </table> fehlt..
Hast du ne Seite wo ich mir das mal ansehen kann?

MfG

sONy  offline
Forumrang: Plappermaul
registered: 28.02.2009
4 Posts
27.05.2010, 17:46, U
quote 

myfarynet.eu  offline
Forumrang: GT Süchtig
registered: 22.01.2009
252 Posts
27.05.2010, 18:14, U homepage
quote 
Poste mal den ganzen inhalt der index.php....

sONy  offline
Forumrang: Plappermaul
registered: 28.02.2009
4 Posts
27.05.2010, 20:00, U
quote 
Code:
1.
<?php /* ########################################################################## #                                                                        # #           Version 4       /                        /   /               # #          -----------__---/__---__------__----__---/---/-               # #           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 # #          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               # #                       Free Content / Management System                 # #                                   /                                    # #                                                                        # #                                                                        # #   Copyright 2005-2009 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                      # #   -- http://www.fsf.org/licensing/licenses/gpl.html                    # #                                                                        # #   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");  $_language->read_module('index'); $index_language = $_language->module; // 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" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Clanpage using webSPELL 4 CMS" /> <meta name="author" content="webspell.org" /> <meta name="keywords" content="webspell, webspell4, clan, cms" /> <meta name="copyright" content="Copyright &copy; 2005 - 2009 by webspell.org" /> <meta name="generator" content="webSPELL" />  <!-- Head & Title include --> <title><?php echo PAGETITLE; ?></title> <link href="_stylesheet.css" rel="stylesheet" type="text/css" /> <link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" /> <script src="js/bbcode.js" language="jscript" type="text/javascript"></script> <script type="text/javascript" src="contentslider.js">  /*********************************************** * Featured Content Slider- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/  </script> <!-- end Head & Title include -->  <title>Unbenanntes Dokument</title> <link href="css/furious.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="contentslider.css" /> </head> <body> <div id="main_container"> <div id="headbar"><div id="stats"><? include ('counter.php') ?></div></div> <div id="header">   <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">     <tr height="10%">       <td width="653" height="97">&nbsp;</td>       <td width="547" align="left" valign="middle"><? include ('sc_bannerrotation.php') ?></td>     </tr>   </table> </div>  <div id="top_balken"></div> <div id="navi_leiste"> <div id="navi"> <ul>           <li class="infotainment"><a href="#" onClick="showit(0)"></a></li>         <li class="clanbase"><a href="#" onClick="showit(1)"></a></li>         <li class="community"><a href="#" onClick="showit(2)"></a></li>         <li class="mediabase"><a href="#" onClick="showit(3)"></a></li>     </ul> <div id="login_area">   <table width="100%" border="0" cellspacing="0" cellpadding="0">     <tr>       <td><? include ('login.php') ?></td>     </tr>   </table> </div> </div> <div id="subnav">   <div id="describe" onMouseover="clear_delayhide()" style="padding-top: 7px;"><script language="javascript" src="js/navi.js"></script></div></div> </div> <div id="sponsor"><? include ('sc_sponsors.php') ?></div> <div id="sponsor_balken"></div>  <table width="100%" border="0" cellspacing="0" cellpadding="0">   <tr>     <td width="27" rowspan="2" id="leftbar">&nbsp;</td>     <td valign="top" id="top_box" style="padding-left: 2px; padding-top: 8px;"><?php include ('sc_headlines.php') ?></td>     <td valign="top" id="top_box" style="padding-left: 2px; padding-top: 22px;">       <?php include ('latesttopics.php') ?></td>     <td width="209" align="center" id="slider"><?php include ('features.php') ?></td>     <td width="28" rowspan="2" id="rightbar">&nbsp;</td>   </tr>   <tr>     <td colspan="3" align="left" valign="top" id="content_bg">     <div id="left">       <?php                          if(!isset($site)) $site="news";                          $invalide = array('\\','/','/\/',':','.');                          $site = str_replace($invalide,' ',$site);                          if(!file_exists($site.".php")) $site = "news";                          include($site.".php");                          ?>     </div>       <div id="right">       <div id="right_aussen_title">Umfrage</div>       <? include ('poll.php') ?><br />       <div id="right_aussen_title">Shoutbox</div><br />       <? include ('shoutbox.php') ?><br />       </div>       <div id="midd">       <div id="rightbox_title"><center>Squads</center></div>       <? include ('sc_squads.php') ?><br />         <div id="rightbox_title"><center>          Partner        </center></div>        <a href="http://www.2one-designs.de" target="_blank"><img src="Bilder/2one-logo.png" width="204" height="77" /></a><?php include ('partners.php') ?><hr />More <a href="http://www.templates4all.de" target="_blank" title="webSPELL Templates">webSPELL Templates</a> for all</div></td>   </tr> </table> <div style="clear:both;"></div> <div id="footer"><center><div id="footer_inhalt"><?php echo 'Copyright '.date("Y").''; ?> by <? echo $myclanname ?> </div></center> </div> <div align="center">   <p><script type="text/javascript" src="http://www.ipcounter.de/count_js.php?u=67531408&amp;color=green"></script></p>   <p><a href="http://www.shisha-game.net/?id=423861&banner=1"><img src="http://www.shisha-game.net/gfx/banner/banner_1.gif" border="0" alt="Shisha-Game.net - Pimp Your Shisha!" title

sONy  offline
Forumrang: Plappermaul
registered: 28.02.2009
4 Posts
27.05.2010, 21:51, U
quote 
kann mir jemand helfen???

Bartho  offline
Forumrang: Stammgast
registered: 29.06.2010
41 Posts
30.06.2010, 16:32, U
quote 
ich mach das in der sc_headlines..html immer so :

alles raus und

Code:
1.
<div></>div>
darin mach ich dann alles und um es zu verschieben sei es nach unten oder oben , link und rechts mache ich folgendes :
Code:
1.
<div style="margin-top: 5px;></div>

Code:
1.
<div style="margin-bottom: 5px;></div>

Code:
1.
<div style="margin-left: 5px;></div>

Code:
1.
<div style="margin-right: 5px;></div>


sollte dein problem beheben

zudem in der sc_headlines.php bei echo den <table... raus und unten </table> auch weg dann ist es valide

in deinen fall sollte margin-top zutreffen damit´s passt

mfg

Sort:     printview


To start or to reply to a topic you have to be registered and logged in!

register now
login
All Showrooms

n/a
by: n/a
Views: n/a
 
Posts: n/a
 
Last post by: n/a
 
 
 
All Topics
DZCP Installation schläg... | 6
Fragen zum DZCP
DZCP Installation schlägt dauernt fehl
Author: astk15
Last post: Lanacs
Board: Fragen zum DZCP
Catagorie: DZCP - Alles zu dem CMS DZCP
11.04.2018 - 18:28
Besucherzähler zählt jed... | 3
Fragen
Besucherzähler zählt jeden Homepage klick nicht jeden besucher
Author: astk15
Last post: Daeem
Board: Fragen
Catagorie: Allgemein - Alles Allgemein
05.04.2018 - 19:11
DZCP 1.6 Template | 29
DZCP Template Support
DZCP 1.6 Template
Author: exxs
Last post: Daeem
Board: DZCP Template Support
Catagorie: DZCP - Alles zu dem CMS DZCP
30.03.2018 - 13:06
DZCP und GT_DZCP_v1.5.5.... | 4
DZCP Template Support
DZCP und GT_DZCP_v1.5.5.2_10
Author: astk15
Last post: Daeem
Board: DZCP Template Support
Catagorie: DZCP - Alles zu dem CMS DZCP
16.03.2018 - 19:37
möcht mich mal vorstelle... | 2
Spambereich
möcht mich mal vorstellen
Author: Gyzmou
Last post: Gyzmou
Board: Spambereich
Catagorie: Allgemein - Alles Allgemein
20.12.2017 - 07:51
Fehler in der Mysql Date... | 1
DZCP Template Support
Fehler in der Mysql Datenbank?
Author: faine1312
Last post: Daeem
Board: DZCP Template Support
Catagorie: DZCP - Alles zu dem CMS DZCP
13.10.2017 - 18:11
Latest registered users | 0
DZCP Template Support
Latest registered users
Author: demiro86
Last post: demiro86
Board: DZCP Template Support
Catagorie: DZCP - Alles zu dem CMS DZCP
25.06.2017 - 19:32
All News
Neues Projeckt ESPORTLOGIC...
Date: 22.04.2024     Comments: 0
Wahnsinns kostenloses Clan...
Date: 29.07.2013     Comments: 5
Ein neues DZCP Free Templa...
Date: 26.01.2013     Comments: 7
Fröhliche Weihnachten und ...
Date: 24.12.2012     Comments: 5
Ein neues DZCP Free Templa...
Date: 15.10.2012     Comments: 4
 
 
 
 
FORUM
IMAGEHOSTER
SUPPORT
LIZENZEN
 
 
 
 
826
4650
3315411
34411
0
53
3
249120