MyXoops Forum

Tabelle [XOOPS-Themes u. Grafik für XOOPS 2.3] - myXOOPS German Support

kelle

"myXOOPs"-Fortgeschrittener
Gepostet am:07.11.2009 20:52
kelle
kelle Offline (Show more)
"myXOOPs"-Fortgeschrittener
Posts: 208
Since: 11.07.2005
#1

Tabelle

Hi Leute,

ich sitze hier schon ein paar Stunden und habe irgendwie eine Blockade oder Denkfehler.
Ich benutze gerade das Default Theme und bastele es ein wenig um bzw.passe es an.
Folgendes Problem bekomme ich nicht zufriedenstellend gelöst.

Skaliertes Bild


Das ist das Original.

Und hier das was ich gerne haben möchte.

Skaliertes Bild


ich bin einfach zu Blöd die Tabelle so umzusticken das die Zelle an der linke Seite so sichtbar wird wie auf dem Bild zu sehen.

Vielleicht habt ihr ja die Lösung bzw. könnt ihr mir auf die Sprünge helfen.

Hier noch der Quelltext:
<!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="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<
head>
    <!-- 
Assign Theme name -->
    <{
assign var=theme_name value=$xoTheme->folderName}>

    <!-- 
Title and meta -->
    <
meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    <
meta http-equiv="content-language" content="<{$xoops_langcode}>" />
    <
meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
    <
title><{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}></title>
    <
meta name="robots" content="<{$xoops_meta_robots}>" />
    <
meta name="keywords" content="<{$xoops_meta_keywords}>" />
    <
meta name="description" content="<{$xoops_meta_description}>" />
    <
meta name="rating" content="<{$xoops_meta_rating}>" />
    <
meta name="author" content="<{$xoops_meta_author}>" />
    <
meta name="copyright" content="<{$xoops_meta_copyright}>" />
    <
meta name="generator" content="XOOPS" />

    <!-- 
Rss -->
    <
link rel="alternate" type="application/rss+xml" title="" href="<{xoAppUrl backend.php}>" />

    <!-- 
Favicon -->
    <
link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" />
    <
link rel="icon" type="image/png" href="<{xoImgUrl icons/favicon.png}>" />
    <!-- 
Sheet Css -->
    <
link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" />
    <
link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl style.css}>" />

    <!-- 
customized header contents -->
    <{
$xoops_module_header}>
</
head>
<
body id="<{$xoops_dirname}>" class="<{$xoops_langcode}>">

<!-- 
Start Header -->
<
table cellspacing="0">
    <
tr id="header">

        <
td id="headerbanner"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>">
   <
img src="<{xoImgUrl header-bg_big.jpg}>" alt="<{$xoops_sitename}>" width="100%" height="100%" /></a></td>
    </
tr>
    <
tr>

        <
td id="headerbar" colspan="2">&nbsp;</td>
    </
tr>
</
table>
<!-- 
End header -->

<
table cellspacing="0">
    <
tr>
        <!-- 
Start left blocks loop -->
        <{if 
$xoops_showlblock}>
            <
td id="leftcolumn">
            <{foreach 
item=block from=$xoBlocks.canvas_left}>
                <{
includeq file="$theme_name/theme_blockleft.html"}>
            <{/foreach}>
            </
td>
        <{/if}>
        <!-- 
End left blocks loop -->

        <
td id="centercolumn">
            <!-- 
Display center blocks if any -->
            <{if 
$xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
                <
table cellspacing="0">
                    <
tr>
                        <
td id="centerCcolumn" colspan="2">
                        <!-- 
Start center-center blocks loop -->
                        <{foreach 
item=block from=$xoBlocks.page_topcenter}>
                            <{
includeq file="$theme_name/theme_blockcenter_c.html"}>
                        <{/foreach}>
                        <!-- 
End center-center blocks loop -->
                        </
td>
                    </
tr>
                    <
tr>
                        <
td id="centerLcolumn">
                        <!-- 
Start center-left blocks loop -->
                        <{foreach 
item=block from=$xoBlocks.page_topleft}>
                            <{
includeq file="$theme_name/theme_blockcenter_l.html"}>
                        <{/foreach}>
                        <!-- 
End center-left blocks loop -->
                        </
td>
                        <
td id="centerRcolumn">
                        <!-- 
Start center-right blocks loop -->
                        <{foreach 
item=block from=$xoBlocks.page_topright}>
                            <{
includeq file="$theme_name/theme_blockcenter_r.html"}>
                        <{/foreach}>
                        <!-- 
End center-right blocks loop -->
                        </
td>
                    </
tr>
                </
table>
            <{/if}>
            <!-- 
End center top blocks loop -->

            <!-- 
Start content module page -->
            <{if 
$xoops_contents && ($xoops_contents != ' ') }><div id="content"><{$xoops_contents}></div><{/if}>
            <!-- 
End content module -->

            <!-- 
Start center bottom blocks loop -->
            <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
                <
table cellspacing="0">
                    <{if 
$xoBlocks.page_bottomcenter}>
                        <
tr>
                            <
td id="bottomCcolumn" colspan="2">
                            <{foreach 
from=$xoBlocks.page_bottomcenter item=block}>
                                <{include 
file="$theme_name/theme_blockcenter_c.html"}>
                            <{/foreach}>
                            </
td>
                        </
tr>
                    <{/if}>

                    <{if 
$xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
                        <
tr>
                            <
td id="bottomLcolumn">
                            <{foreach 
from=$xoBlocks.page_bottomleft item=block}>
                                <{include 
file="$theme_name/theme_blockcenter_l.html"}>
                            <{/foreach}>
                            </
td>

                            <
td id="bottomRcolumn">
                                <{foreach 
from=$xoBlocks.page_bottomright item=block}>
                                    <{include 
file="$theme_name/theme_blockcenter_r.html"}>
                                <{/foreach}>
                            </
td>
                        </
tr>
                    <{/if}>
                </
table>
            <{/if}>
            <!-- 
End center bottom blocks loop -->
        </
td>
    </
tr>
</
table>

<!-- 
Start footer -->
<
table cellspacing="0">
<
tr id="footerbar">
    <
td><{$xoops_footer}></td>
</
tr>
</
table>
<!-- 
End footer -->

<!--{
xo-logger-output}-->
</
body>
</
html>
Diesen Thread durchsuchen:  1 Anonyme Benutzer

Aktuell aus dem Forum

Forum Thema Antworten Views Letzter Beitrag
OffOffTopic [Wichtig] Übernahme myXOOPS 0 580 11.12.2023 18:57
alfred Gehe zum letzten Beitrag
Die Installation und Administration von XOOPS 2.5.X [Offen] Upgrade 2.5.11 3 2322 07.05.2023 07:03
Goffy Gehe zum letzten Beitrag