Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 26

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 02.06.2004, 21:28   #1 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Allineamento

Ho un problema per l'allineamento dei moduli inseriti, sia nella colonna sx che dx.

Non sono allineati, e nn so in base a cosa li gestisca con + o meno spazio dal bordo.

come fare?

http://www.ilnucleo.org/public/Mambo

Thanx,
Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 03.06.2004, 09:11   #2 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: Allineamento

guarda nel file del template...

ad un certo punto viene caricata la colonna centrale e si presenta così:
<table border='0' width='100%' cellspacing='0' cellpadding='4'>

prova a mettere cellpadding='4'
se anche così non ti riesce prova a postare qui il codice del template perchè
guardando il sorgente della pagina è un bel casino
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.06.2004, 12:54   #3 (permalink)
Expert Mamber
 
Elwood's Avatar
 
Join Date: May 2004
Posts: 341
Elwood is on a distinguished road
Default Re: Allineamento

ma scusa nn ho ben chiaro: celpaddin='4' è già celpaddin='4'
Alla fine ieri mettendo un pò di "colore e di bordi" nelle tabelle dei menù nelle colonne laterali ho migliorato la cosa, anzi direi che può quasi andare:
http://www.ilnucleo.org/public/Mambo/index.php
copio comunque il codice:


<table border="0" width="100%" cellspacing="3" cellpadding="0">
<tr>
<!-- LEFT Modules -->
<?php if (mosCountModules('left')>0) { ?>
<td width="132" valign="top" bgcolor="#32282A">
<?php mosLoadModules ( "left" ); ?>
</td>
<?php } ?>
<td valign="top" background="templates/nucleo/img/bk_body.gif"><!-- bgcolor="#2E3440" -->
<center><?php mosLoadComponent( "banners" ); ?></center>
<!-- TOP Modules -->
<?php
if (mosCountModules('top')>0) {
?>
<table border='0' width='100%' cellspacing='0' cellpadding='4'><tr><td bgcolor='#05361E'>
<?php mosLoadModules ( "top" ); ?>
</td>
</tr></table>
<?php
}
?>
<!-- Main Content Section -->
<?php include_once("mainbody.php");
include_once( "components/com_comments/comments.php" );?> </td>
<!-- RIGHT Modules -->
<?php
if (mosCountModules('right')>0) {
?>
<td width="132" valign="top" bgcolor="#32282A"><!-- #404850 -->
<?php mosLoadModules ( "right" ); ?>
</td>
<?php
}
?>
</tr>
</table>


Elwood
__________________
"Im Nucleo war Ich bloss der Buchhalter des Todes"
Elwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03.06.2004, 13:17   #4 (permalink)
Elite Mamber
 
andreadesign's Avatar
 
Join Date: Apr 2004
Location: Milan, Italy
Posts: 2,041
andreadesign is on a distinguished road
Default Re: Allineamento

ehm... hai ragione
intendevo dire prova a giochicchiare con quel parametro...
tendenzialmente se leggi nel codice:

Code:
<!-- LEFT Modules -->
...
<td width="132" valign="top" bgcolor="#32282A">
...
Code:
<!-- TOP Modules -->
...
<table border='0' width='100%' cellspacing='0' cellpadding='4'>
...
quel cellpadding vuol dire che alla tabella è stato dato un margine che spazia dai bordi esterni e quindi è diverso da come viene visualizzata la spalla sinistra

potresti mettere:

Code:
<table border='0' width='100%' cellspacing='0' style='padding:0 4 4 4'>
che vuol dire che metti uno spazio di 0px in alto (proprio come la spalla di sinistra) mentre lasci un bordo di 4px sugli altri lati (in pratica si legge così: alto destra basso sinistra)
andreadesign is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 11:16.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.