Abstand rechts ändern

  • Abstand rechts ändern

    sachma kannst du mir dabei mal helfen ich möchte gerne meine news vom forum auf meiner seite anzeigen klappt auch alles wunderbar allerdings habe ich das Problem das er das ein bissel nach Rechts anzeigt wie kann ich das ändern das er es auch ganz links anzeigt?

    Hier zum anschauen

    http://board.stagate.info/ssi.php?m=posts&a=forumtopics&forum=2&order=date&start=0&show=10&export=html"

    ich habe alles mögliche versucht doch weiss ich leider nicht weiter

    so sieht die datei die ich bearbeite von innen aus


    Quellcode

    1. <?php /* Smarty version 2.6.3, created on 2005-12-27 14:24:02
    2. compiled from forumtopics.tpl */ ?>
    3. <?php require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.load_plugins.php');
    4. smarty_core_load_plugins(array('plugins' => array(array('modifier', 'makedate', 'forumtopics.tpl', 0, false),array('function', 'makeavatar', 'forumtopics.tpl', 13, false),)), $this); ?>
    5. <?php unset($this->_sections['i']);
    6. $this->_sections['i']['loop'] = is_array($_loop=$this->_tpl_vars['topics']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
    7. $this->_sections['i']['name'] = 'i';
    8. $this->_sections['i']['show'] = true;
    9. $this->_sections['i']['max'] = $this->_sections['i']['loop'];
    10. $this->_sections['i']['step'] = 1;
    11. $this->_sections['i']['start'] = $this->_sections['i']['step'] > 0 ? 0 : $this->_sections['i']['loop']-1;
    12. if ($this->_sections['i']['show']) {
    13. $this->_sections['i']['total'] = $this->_sections['i']['loop'];
    14. if ($this->_sections['i']['total'] == 0)
    15. $this->_sections['i']['show'] = false;
    16. } else
    17. $this->_sections['i']['total'] = 0;
    18. if ($this->_sections['i']['show']):
    19. for ($this->_sections['i']['index'] = $this->_sections['i']['start'], $this->_sections['i']['iteration'] = 1;
    20. $this->_sections['i']['iteration'] <= $this->_sections['i']['total'];
    21. $this->_sections['i']['index'] += $this->_sections['i']['step'], $this->_sections['i']['iteration']++):
    22. $this->_sections['i']['rownum'] = $this->_sections['i']['iteration'];
    23. $this->_sections['i']['index_prev'] = $this->_sections['i']['index'] - $this->_sections['i']['step'];
    24. $this->_sections['i']['index_next'] = $this->_sections['i']['index'] + $this->_sections['i']['step'];
    25. $this->_sections['i']['first'] = ($this->_sections['i']['iteration'] == 1);
    26. $this->_sections['i']['last']
    27. ?>
    28. <table width="100%" cellspacing="0">
    29. <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt; width: 70px;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    30. ?showuser=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['starter_id']; ?>
    31. "><?php echo $this->_tpl_vars[''][$this->_sections['i']['index']]['starter_name']; ?>
    32. </a></th>
    33. <th style="text-align: left; background-color: #ffffff; color:#ffffff; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt;"><a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    34. ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    35. "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['title']; ?>
    36. </a>
    37. (<?php echo $this->_tpl_vars['lang']['posts_started_at']; ?>
    38. <?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['post_date'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'post_date') : makedate($_tmp, 'post_date')); ?>
    39. )
    40. </th></tr>
    41. <tr>
    42. <td style="text-align: center; background-color: #ffffff; color:#ffffffC; font-weight:bold; padding: 5px; font-family: Verdana; font-size: 10pt; width: 70px;">
    43. </td>
    44. <td style="background-color: #ffffff; font-family: Verdana; font-size: 10pt; padding: 5px;">
    45. <?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['post']; ?>
    46. <br /><br />
    47. <?php echo $this->_tpl_vars['lang']['posts_comments']; ?>
    48. <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']; ?>
    49. </strong> :: <?php echo $this->_tpl_vars['lang']['posts_views']; ?>
    50. <strong><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['views']; ?>
    51. </strong> :: <a href="<?php echo $this->_tpl_vars['boardurl']; ?>
    52. ?showtopic=<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['tid']; ?>
    53. ">
    54. </a>
    55. <?php if ($this->_tpl_vars['topics'][$this->_sections['i']['index']]['posts']): ?>
    56. :: <?php echo $this->_tpl_vars['lang']['posts_last_comments']; ?>
    57. <strong><a href="<?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_poster_profile_link']; ?>
    58. "><?php echo $this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_poster_name']; ?>
    59. </a></strong> at <strong><?php echo ((is_array($_tmp=$this->_tpl_vars['topics'][$this->_sections['i']['index']]['last_post'])) ? $this->_run_mod_handler('makedate', true, $_tmp, 'last_post') : makedate($_tmp, 'last_post')); ?>
    60. </strong>
    61. <?php endif; ?>
    62. </td></tr>
    63. </table>
    64. <br />
    65. <?php endfor; endif; ?>
    Alles anzeigen


    vieleicht kannst du mir da helfen


    wenn ich das wegmache dann ist es ganz rechts allerdings hat er oben dann wieder was neues stehen was dort nicht hinsoll unbedingt

    <table width="100%" cellspacing="0">

    Mit Freundlichen Grüssen

    Sascha