Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten Ansicht
  #1  
Alt 19.03.07, 17:44
Forum Newbie
 
Registriert seit: 07.03.07
Ort: Innsbruck
Beiträge: 45
Ausrufezeichen zeilenabstaende

hy, ich habe einen neuen seiteninhalt als text erstellt und moechte die zeilenabstaende vergroessern.

bitte um tipps und vorschlaege

lg
tommy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Sponsored Links
  #2  
Alt 19.03.07, 18:31
Forum Stammgast
 
Registriert seit: 02.03.06
Beiträge: 132

nun, ich nehme mal an, das es ptags sind, die einen normalen css style haben (schau in HTML-Quelltext nach und dann stylst du das css entsprechen mit z.B.

.
HTML-Code:
.bodytext{
line-height: 1.5em;
}


Alle css-styles bekommt man gut unter CSS 4 You - The Finest in Stylesheets ganz gut

Lieben gruß
Tevsa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 19.03.07, 18:54
Forum Newbie
 
Registriert seit: 07.03.07
Ort: Innsbruck
Beiträge: 45

hy tevsa, habe jetzt deinen code in meine css datei eingegeben leider keine veraenderung, eigentlich moechte ich diesen zeilenabstand nur bei einer seite aendern und nicht bei allen.

was kann ich tun

;)

lg
tommy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 19.03.07, 19:09
Forum Stammgast
 
Registriert seit: 02.03.06
Beiträge: 132

kannst du den teil deine HTML-Quellcods mal reinstellen?
Und vielleicht auch dein Typo-script?

Es ist leichter als eien Lösung zu "erraten"

Um das nur auf einer Seite zu machen fallen mir spontan zwei Lsg. ein.

Etwerder du gibst jeder seite ein eindeutige ID mit:

Typoscript-Code:
1:
2:
3:
4:
# Jeder Seite eine eigene CSS-ID  geben:
seite.bodyTagCObject = HTML
seite.bodyTagCObject.value.field = uid
seite.bodyTagCObject.value.wrap = <body id="uid|">

danach kanst du die klasse Bodytext z.B. der Seite id = 53 mit

[css]

#uid53 .bodytext{
line-heigt: 20px;
}

[/css]
oder so ändern.

wenn es nur eine Seite ist, dann kanst du mit sogenannten conditions ändern.

Schau mal hier:

typo-3.de - Das deutsche TYPO3-Portal:PIDinRootline


Lieben gruß

Tevsa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 20.03.07, 11:54
Forum Newbie
 
Registriert seit: 07.03.07
Ort: Innsbruck
Beiträge: 45

TYPO SCRIPT

page = PAGE
page.stylesheet = fileadmin/templates/CSS/style.css
page.10 = TEMPLATE
page.bodyTag = <body bgcolor="#1f2f49" leftmargin="1" topmargin="9" marginwidth="1" marginheight="1">
page.10 {
template = FILE
template.file = fileadmin/templates/template_1.htm

workOnSubpart = DOKUMENT_BODY
subparts.CONTENT <styles.content.get
#subparts.CONTENT.wrap = <div style="padding=50px"> | </div>

subparts.MENU_OBEN = HMENU
subparts.MENU_OBEN.special = directory
subparts.MENU_OBEN.special.value = 2
subparts.MENU_OBEN.1 = TMENU
subparts.MENU_OBEN.1.NO = 1
subparts.MENU_OBEN.1.NO.linkWrap = &nbsp; | &nbsp;
subparts.MENU_OBEN.1.ACT = 1
subparts.MENU_OBEN.1.ACT.linkWrap = <span class="navi_ACT"> | </span>

subparts.MENU_UNTEN_01 = HMENU
subparts.MENU_UNTEN_01.special = directory
subparts.MENU_UNTEN_01.special.value = 3
subparts.MENU_UNTEN_01.1 = TMENU
subparts.MENU_UNTEN_01.1.NO = 1
subparts.MENU_UNTEN_01.1.NO.linkWrap = &nbsp; | &nbsp;
subparts.MENU_UNTEN_01.1.ACT = 1
subparts.MENU_UNTEN_01.1.ACT.linkWrap = <span class="navi_ACT"> | </span>

subparts.MENU_UNTEN_02 = HMENU
subparts.MENU_UNTEN_02.special = directory
subparts.MENU_UNTEN_02.special.value = 4
subparts.MENU_UNTEN_02.1 = TMENU
subparts.MENU_UNTEN_02.1.NO = 1
subparts.MENU_UNTEN_02.1.NO.linkWrap = &nbsp; | &nbsp;
subparts.MENU_UNTEN_02.1.ACT = 1
subparts.MENU_UNTEN_02.1.ACT.linkWrap = <span class="navi_ACT"> | </span>

#subparts.PRODUKTE = HMENU
#subparts.PRODUKTE.special = directory
#subparts.PRODUKTE.special.value = 28
#subparts.PRODUKTE.1 = TMENU
#subparts.PRODUKTE.1.NO = 1
#subparts.PRODUKTE.1.NO.linkWrap = &nbsp; | &nbsp;





#subparts.SITE_BG_1 = COA
#subparts.SITE_BG_1 {
#10 = IMAGE
#10.file.maxW = 356
#10.file.import {
#cObject = TEXT
#cObject.value = fileadmin/templates/images/pic_content1.jpg
#cObject.override {
#required = 1
#data = levelmedia: -1, "slide"
#wrap = uploads/media/ |
#listNum = 0
#}
#}
#}






marks.SITE_BG_1 = COA
marks.SITE_BG_1 {

# HTML-Objekt

5 = HTML
5.value = background="

# Bild

10 = IMG_RESOURCE
10 {
file.maxH = 493
file.maxW = 624
file.import=uploads/media/
file.import.data = levelmedia: -1, slide
file.import.listNum = 0
file.import.override.field = media

}

# HTML-Objekt

15 = HTML
15.value = "

}


marks.SITE_BG_2 = COA
marks.SITE_BG_2 {

# HTML-Objekt

5 = HTML
5.value = background="

# Bild

10 = IMG_RESOURCE
10 {
file.maxH = 493
file.maxW = 624
file.import=uploads/media/
file.import.data = levelmedia: -1, slide
file.import.listNum = 1
file.import.override.field = media

}

# HTML-Objekt

15 = HTML
15.value = "

}


marks.FUSS = COA
marks.FUSS.10 = HTML
marks.FUSS.10.value = &copy; 2007 ATHESIA LASERPOINT
marks.FUSS.10.value.wrap = <a href="http://www.laserpoint.at" target="_blank"> |</a>

#marks.FUSS.30 = TEXT
#marks.FUSS.30.field = tsramp
#marks.FUSS.30.strftime = %d.%m.%y %H:%M
#marks.FUSS.30.wrap = &nbsp;(letzte Änderung am&nbsp; |)

}



/*
config {
language = de
local_all de_DE
no_cache = 1
spamProtectEmailAdresses = -1
spamProtectEmailAdresses_atSupst = (at)
}
*/

page.config.sys_language_uid = 1
page.config.language = de
page.config.locale_all = de_DE


plugin.tx_mininews_pi1 {
userFunc = tx_mininews_pi1->main
dateFormat = %d.%m.%y
dateTimeFormat = %d.%m.%y %H:%M

_CSS_DEFAULT_STYLE (
.tx-mininews-pi1 .tx-mininews-pi1-listrow { margin-top: 5px; }
P.tx-mininews-pi1-listrowField-title { font-weight: bold; }
P.tx-mininews-pi1-listrowField-teaser { margin-bottom:15px; }
P.tx-mininews-pi1-fp_listrowField-datetime { margin-bottom: 3px; }
P.tx-mininews-pi1-fp_listrowField-title { font-weight: bold; margin-bottom: 3px; margin-top: 3px; }
P.tx-mininews-pi1-fp_listrowField-teaser { margin-top: 0px; margin-bottom: 10px; }
.tx-mininews-pi1 .tx-mininews-pi1-singleView { margin-top: 5px; }
P.tx-mininews-pi1-singleViewField-teaser { font-style: italic; margin-top: 5px; margin-bottom: 10px; }
SPAN.tx-mininews-pi1-browsebox-strong { font-weight: bold; }
P.tx-mininews-pi1-listrowField-teaser A { color: black; text-decoration:none; }
P.tx-mininews-pi1-listrowField-teaser A:hover { color: black; text-decoration:none; }
)
}

marks.TITLE.10 = TEXT
marks.TITLE.value = {page:nav_title//page:title}
marks.TITLE.insertData = 1
marks.TITLE.wrap = <h1> | </h1>



plugin.feadmin.dmailsubscription.wrap1.wrap =
plugin.feadmin.dmailsubscription.wrap2.wrap =
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class =



HTML CODE
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!--
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at TYPO3 CMS: typo3.com and http://typo3.org/
-->

<link rel="stylesheet" type="text/css" href="typo3temp/stylesheet_3ad2ee216d.css" />
<link rel="stylesheet" type="text/css" href="fileadmin/templates/CSS/style.css" />
<title>Lauftermine</title>
<meta name="generator" content="TYPO3 4.0 CMS" />

<script type="text/javascript" src="typo3temp/javascript_757c080409.js"></script>


</head>
<body bgcolor="#1f2f49" leftmargin="1" topmargin="9" marginwidth="1" marginheight="1">

<table width="980" height="590" border="3" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td valign="top"><table width="980" height="85" border="0" cellpadding="0" cellspacing="0" bgcolor="#1f2f49">
<tr>
<td width="220" rowspan="0" valign="middle"><img src="fileadmin/templates/images/rueckenwind_logo.gif" width="187" height="84">
</td>

<td width="760" height="90" valign="bottom" id="menu_oben">
<div id="menu_oben1">
&nbsp; <a href="index.php?id=9" onfocus="blurLink(this);">Über Uns</a> &nbsp;&nbsp; <a href="index.php?id=32" onfocus="blurLink(this);">Lauftreff</a> &nbsp;&nbsp; <a href="index.php?id=6" onfocus="blurLink(this);">Newsletter</a> &nbsp;&nbsp; <a href="index.php?id=7" onfocus="blurLink(this);">Impressum</a> &nbsp;&nbsp; <a href="index.php?id=8" onfocus="blurLink(this);">Kontakt</a> &nbsp;

</div>
</td>
</tr>
<tr>
<td height="3" valign="top"></td>
</tr>
</table>
<table width="980" height="4??Ÿd93" border="0" cellpadding="0" cellspacing="0">
<tr>

<td valign="top">
<table width="356" height="341" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="356" background="uploads/media/pic_termine1.jpg"></td>
</tr>
</table>
<table width="356" height="67" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="356" valign="top" bgcolor="#ee2125">
<table width="356" height="40" border="0" cellpadding="0" cellspacing="0">

<tr>
<td width="356">&nbsp;</td>
</tr>
</table>
<span id="menu_unten1">
&nbsp; <a href="index.php?id=10" onfocus="blurLink(this);">01 Home</a> &nbsp;&nbsp; <a href="index.php?id=13" onfocus="blurLink(this);">02 Service</a> &nbsp;&nbsp; <a href="index.php?id=produkte" onfocus="blurLink(this);">03 Produkte</a> &nbsp;

</span>
</td>
</tr>
</table>
<table width="356" height="66" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="356" height="8" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="356" height="8"></td>
</tr>

</table>
<span id="menu_unten2">
<span class="navi_ACT"> <a href="index.php?id=11" onfocus="blurLink(this);">04 Lauftermine</a> </span>&nbsp; <a href="index.php?id=5" onfocus="blurLink(this);">05 Shop</a> &nbsp;&nbsp; <a href="index.php?id=12" onfocus="blurLink(this);">06 Links</a> &nbsp;
</span>

</td>
</tr>
<tr>
<td height="56" valign="bottom"><table width="356" border="0">
<tr>
<td width="370" height="20" id="copyright"><a href="http://www.laserpoint.at" target="_blank">&copy; 2007 ATHESIA LASERPOINT</a></td>
</tr>
</table></td>

</tr>
</table>
</td>

<td width="624" valign="top" background="uploads/media/pic_termine2.jpg">
<table width="624" height="493" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="624" height="20"></td>
</tr>
<tr>
<td wi??Ÿddth="604" height="43" align="right" valign="left"></td>

</tr>
<tr>
<td height="410" valign="top"><table width="600" height="390" border="0" cellpadding="0">
<tr>
<td valign="top" id="content">
<div id="content1">
<!-- CONTENT ELEMENT, uid:14/text [begin] -->
<a id="c14"></a>
<!-- Text: [begin] -->

<p><strong>21.04.</strong>&nbsp;&nbsp;&nbsp;&nbsp; Brixlegg&nbsp; -&nbsp; Brixlegger Marktlauf&nbsp; -&nbsp; 8,7 km&nbsp; -&nbsp; <a href="http://www.brixlegg.at/bsv/marktlauf" target="_blank" >www.brixlegg.at/bsv/marktlauf</a><br /><strong>28.04.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Wörgl&nbsp; -&nbsp; Wörgler Frauenlauf&nbsp; -&nbsp; 5,0 km&nbsp; -&nbsp; <a href="http://www.tirol-marathon.at" target="_blank" >www.tirol-marathon.at</a><br /><strong>01.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Schwaz&nbsp; -&nbsp; Int. Schwazer Berglauf&nbsp; -&nbsp; 6 km 700 hm&nbsp; -&nbsp; Tel.: 05242-71052<br /><strong>01.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Fliess&nbsp; -&nbsp; Via Claudia Lauf&nbsp; -&nbsp; 12,5 km 355 hm&nbsp; -&nbsp; <a href="http://www.3-taelercup.at" target="_blank" >www.3-taelercup.at</a><br /><strong>06.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Innsbruck&nbsp; -&nbsp; Frühlingslauf&nbsp; -&nbsp; 3 - 21,1 km&nbsp; -&nbsp; <a href="http://www.stadtlauf-innsbruck.com" target="_blank" >www.stadtlauf-innsbruck.com</a><br /><strong>06.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Innsbruck&nbsp; -&nbsp; Stadtlauf&nbsp; -&nbsp; 10,0 km&nbsp; -&nbsp; <a href="http://www.stadtlauf-innsbruck.com" target="_blank" >www.stadtlauf-innsbruck.com</a><br /><strong>16.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Innsbruck&nbsp; -&nbsp; Nestle Austria Schullauf&nbsp; -&nbsp; 1,2-3,2km&nbsp; -&nbsp; <a href="http://www.schullauf.at/" target="_blank" >www.schullauf.at</a><br /><strong>20.05.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Kramsach&nbsp; -&nbsp; Sport Ossi Berglauf&nbsp; -&nbsp; 8,67 km 1056 hm&nbsp; -&nbsp; <a href="http://www.sport-ossi.at" target="_blank" >www.sport-ossi.at</a><br /><strong>06.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Wörgl&nbsp; -&nbsp; Tirol-Teamlauf&nbsp; -&nbsp; 5,0 km&nbsp; -&nbsp; <a href="http://www.tirol-marathon.at" target="_blank" >www.tirol-marathon.at</a><br /><strong>09.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Tannheim&nbsp; -&nbsp; Zwei-Seen-Lauf&nbsp; -&nbsp; 12,5 - 25,5 km&nbsp; - <a href="http://www.zwei-seen-lauf.com" target="_blank" >www.zwei-seen-lauf.com</a><br /><strong>09.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Brenner Wipptal Innsbruck&nbsp; -&nbsp; Tirol Speed Marathon&nbsp;&nbsp; - <a href="http://www.tirol-speed-marathon.com" target="_blank" >www.tirol-speed-marathon.com</a><br /><strong>09.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Aldrans Hasenheide&nbsp; -&nbsp; Kinderlaufdiv.&nbsp; -&nbsp; <a href="http://www.itsg.at" target="_blank" >www.itsg.at</a><br /><strong>10.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Kaunerberg&nbsp; -&nbsp; Kaunerberger Erlebnislauf&nbsp; -&nbsp; 10 km 425 hm&nbsp; -&nbsp; <a href="http://www.3-taelercup.at" target="_blank" >www.3-taelercup.at</a><br /><strong>22.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Baumkirchen&nbsp; -&nbsp; Sonnwendlauf&nbsp; -&nbsp; 10 km&nbsp; -&nbsp; <a href="http://www.sonnwendlauf-baumkirchen.at" target="_blank" >www.sonnwendlauf-baumkirchen.at</a><br /><strong>23.06.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Breitenbach&nbsp; -&nbsp; Int. Breitenbacher Geländelauf&nbsp; -&nbsp; <a href="http://www.lauftreff-breitenbach.at" target="_blank" >www.lauftreff-breitenbach.at</a><br /><strong>01.07.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Seefeld&nbsp; -&nbsp; Mountainrun Seefeld&nbsp; -&nbsp; 6,0 km 1.040 hm&nbsp; -&nbsp; <a href="http://www.ski-club-seefeld.com" target="_blank" >www.ski-club-seefeld.com</a><br /><strong>07.07.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Silbertal&nbsp; -&nbsp; St. AntonMontafon-Arlberg-Marathon&nbsp; -<a href="http://www.montafon-arlberg-marathon.com" target="_blank" > www.montafon-arlberg-marathon.com</a><br /><strong>08.07.</strong><strong>&nbsp;</strong>&nbsp;&nbsp;&nbsp; Pitztal&nbsp; -&nbsp; Gletschermarathon&nbsp; -&nbsp; 42,195 km&nbsp; -&nbsp; <a href="http://www.gletschermarathon.at" target="_blank" >www.gletschermarathon.at</a><br /><strong>08.07.&nbsp;</strong>&nbsp;&nbsp;&nbsp; Finkenberg&nbsp; -&nbsp; Gamshütten Berglauf&nbsp; -&nbsp; 7,5 km 1000 hm&nbsp; -&nbsp; <a href="http://www.rsk-finkenberg.com" target="_blank" >www.rsk-finkenberg.com</a></p>

<!-- Text: [end] -->

<!-- CONTENT ELEMENT, uid:14/text [end] -->
</div>
</td>
</tr>
</table>
<table width="624" height="30" border="0">
<tr>
<td height="30">


</td>
</tr>
</table>

</td>
</tr>
</table></td>
</tr>
</table> </td>
</tr>

</table>

</body>
</html>




lg
tommy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort


Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge anzufügen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

vB Code ist An.
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.
Trackbacks are An
Pingbacks are An
Refbacks are An



Alle Zeitangaben in WEZ +1. Es ist jetzt 06:22 Uhr.


Powered by vBulletin® Version 3.6.8 Patch Level 2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifikationen durch TMS