|
|
#1 (permalink) |
|
Neuer Benutzer
Registriert seit: 08.11.2009
Ort: Laufen
Beiträge: 5
![]() |
Hallo zusammen,
jetzt kommt das Thema wieder.... Habe lt. ANleitung bei Tipps &Tricks die Kopfbilder tauschen wollen (jeweils anders pro Hauptseite). Soweit funktioniert es auch. Allerdings in meinem verwendeten Design Phi stimmt dann die position der Grafik nicht. Zeigt er mir dann links aben an. Wenn ich in der style die Position noch weiter ändere passiert auch nix.... bitte um Hilfe :-) Liebe Grüße wbs2002 |
|
|
|
|
|
#5 (permalink) |
|
Neuer Benutzer
Registriert seit: 07.05.2010
Ort: Nürnberg
Beiträge: 11
![]() |
Habe schritt für Schritt alles befolgt (PHI), bekomme aber beim Hochladen auf den Server die Fehlermeldung:
global.ccml Zeile 13: Die Bilddatei "0.jpg""konnte nicht gespeichert werden und global.ccml Zeile 14: Die Bilddatei "1.jpg""konnte nicht gespeichert werden Kann mir bitte jemand helfen? |
|
|
|
|
|
#7 (permalink) |
|
Administrator
Registriert seit: 17.04.2009
Ort: Regensburg
Beiträge: 4.222
![]() |
@wbs2002, die Suchfunktion kannst du in der navigation.ccml ändern... nach den topic schliesen </div>!
Wie man eine Grafik/Logo einbindet findest du HIER |
|
|
|
|
|
#8 (permalink) |
|
Neuer Benutzer
Registriert seit: 07.05.2010
Ort: Nürnberg
Beiträge: 11
![]() |
sieht in der global.ccml so aus
Code:
<cc:*>
--------------------------------------------------
Web2Date
Layout: Phi
Autor: Thomas Müller
MultiMüller e.K.
Datei: site_global.ccml
Funktion: Definition der Bilder
--------------------------------------------------
</cc:*>
<cc:picture obj="pic_kopf1" src="0.jpg" dst=0.jpg">
<cc:picture obj="pic_kopf2" src="1.jpg" dst=1.jpg">
<cc:picture obj="pic.bullet" dst="pbull.gif" src="pic_bullet.gif" incolor.a="#000000" outcolor.a="&usercolor.dark">
<cc:picture obj="pic.search" dst="psearch.gif" src="pic_search.gif" incolor.a="#000000" outcolor.a="#cdcdcd">
<cc:picture obj="pic.back" dst="pbk.gif" src="pic_back.gif">
<cc:picture obj="pic.maintopic" dst="pmt.gif" src="pic_maintopic.gif">
<cc:picture obj="pic.maintopica" dst="pmta.gif" src="pic_maintopica.gif">
<cc:picture obj="pic.line" dst="pln.gif" src="pic_line.gif">
<cc:picture obj="pic.more" dst="pmr.gif" src="pic_more.gif">
<cc:picture obj="pic.morea" dst="pmra.gif" src="pic_more.gif" incolor.a="#D1D1D1" outcolor.a="&usercolor.medium">
<cc:picture obj="pic.logo"
src="pic_logo.gif"
dst="plg.gif"
text="&site.caption"
smooth="4"
textcolor="#333333"
fontname="EuralDB"
fontbold="0"
textalign="left"
textleft="20"
textvalign="middle"
fontsize="20">
<cc:button name="button.s2d"
textcolor="#333333"
fontname="Tahoma"
fontsize="9"
fontbold="0"
src="pic_button.gif">
<cc:makebutton obj="pic.sendbutton" text="&site.ressource.submit" name="button.s2d" dst="w2dsbmt.gif">
<cc:if cond="&site.isshop">
<cc:picture obj="pic.trash" src="pic_trash.gif" dst="ptrsh.gif" incolor.a="#000000" outcolor.a="&usercolor.medium">
<cc:picture obj="pic.status.red" src="pic_status_red.gif" dst="pstrd.gif">
<cc:picture obj="pic.status.yellow" src="pic_status_yellow.gif" dst="pstyl.gif">
<cc:picture obj="pic.status.green" src="pic_status_green.gif" dst="pstgr.gif">
<cc:if cond="&site.tsid">
<cc:tslogo obj="pic.tslogo" width="90" color="&usercolor.medium" dst="tslogo.gif">
<cc:tslogo obj="pic.tsseal" width="70" color="#ffffff" dst="tsseal.gif">
</cc:if>
Geändert von voodoo36 (29.06.2010 um 11:51 Uhr) |
|
|
|
|
|
#9 (permalink) |
|
Administrator
Registriert seit: 17.04.2009
Ort: Regensburg
Beiträge: 4.222
![]() |
Hallo, hast du nur 2 Kopfbilder?
<cc:picture obj="pic_kopf0" src="0.jpg" dst=0.jpg"> <cc:picture obj="pic_kopf1" src="1.jpg" dst=1.jpg"> <cc:picture obj="pic_kopf2" src="2.jpg" dst=2.jpg"> Diesen Grafiken geben wird die Namen 0.jpg 1.jpg 2.jpg u.s.w. Hast du das auch so gemacht? Geändert von voodoo36 (29.06.2010 um 11:57 Uhr) |
|
|
|
|
|
#10 (permalink) |
|
Neuer Benutzer
Registriert seit: 07.05.2010
Ort: Nürnberg
Beiträge: 11
![]() |
Hier noch der design ordner
Code:
BODY {
margin: 0px;
padding: 0px;
background: #E4E3E3 url(../images/<cc:print value="&pic.back.filename">) repeat-y;
}
#logo {
position: absolute;
left: 50px;
top: 0px;
width: 900px;
height: 80px;
background: <cc:print value="&usercolor.medium">;
}
#maintopic {
position: absolute;
left: 50px;
top: 80px;
width: 900px;
height: 30px;
border-top: 1px solid #cdcdcd;
background: url(../images/<cc:print value="&pic.maintopic.filename">) repeat-x;
overflow: hidden;
}
#plaintext {
position: absolute;
left: 750px;
top: 86px;
width: 195px;
height: 30px;
text-align: right;
z-index: 100;
}
#plaintext a {
color: #888888;
text-decoration: none;
}
#youarehere {
position: absolute;
left: 50px;
top: 111px;
width: 900px;
height: 30px;
}
#youarehere a {
display: block;
float: left;
height: 30px;
padding: 0px 10px 0px 23px;
line-height: 30px;
color: #888888;
text-decoration: none;
font-size: 11px;
background : url(../images/<cc:print value="&pic.more.filename">) no-repeat;
}
#youarehere a:hover {
color: <cc:print value="&usercolor.medium">;
background : url(../images/<cc:print value="&pic.morea.filename">) no-repeat;
}
#maintopic a {
display: block;
float: left;
height: 30px;
padding: 0px 10px 0px 10px;
line-height: 30px;
color: #888888;
text-decoration: none;
text-transform: uppercase;
font-size: 10px;
letter-spacing : 2px;
background : url(../images/<cc:print value="&pic.line.filename">) no-repeat right;
}
#maintopic a:hover {
background: url(../images/<cc:print value="&pic.maintopica.filename">) repeat-x;
color: #333333;
}
#maintopic a.active {
background: url(../images/<cc:print value="&pic.maintopica.filename">) repeat-x;
color: #333333;
font-weight: bold !important;
font-size: 11px;
}
#topic {
position: absolute;
left: 50px;
top: 145px;
width: 199px;
background-color: <cc:print value="&usercolor.medium">;
}
#topic a {
display: block;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid <cc:print value="&usercolor.bright">;
padding: 0px;
margin: 3px 20px 3px 20px;
text-transform: uppercase;
font-size: 10px;
}
#topic p {
text-align: center;
}
#topic p a {
border-bottom: none !important;
}
#topic a:hover, #topic a.active {
color: <cc:print value="&usercolor.bright">;
}
#topic h1 {
padding: 9px 20px 9px 20px;
background-color: <cc:print value="&usercolor.dark">;
font-size: 100%;
font-weight: bold;
color: #ffffff;
letter-spacing: 1px;
text-transform: uppercase;
margin: 0px;
}
#eyecatcher {
position: absolute;
left: 250px;
top: 145px;
width: 700px;
height: 150px;
background: <cc:print value="&usercolor.medium">;
}
#content {
position: absolute;
left: 270px;
top: 315px;
width: 460px;
padding: 0px;
margin: 0px;
}
#sidebar {
position: absolute;
top: 296px;
left: 750px;
width: 200px;
background-color: <cc:print value="&usercolor.medium">;
color: #fffff;
}
form.search {
position: absolute;
top: 28px;
left: 780px;
width: 160px;
}
form.search input {
margin: 0px;
vertical-align : middle;
}
input.search {
border : 1px solid #cdcdcd;
color: #333333;
width: 118px;
padding: 2px;
background: url(../images/<cc:print value="&pic.maintopic.filename">) repeat-x;
font-size: 10px;
}
Geändert von voodoo36 (29.06.2010 um 11:59 Uhr) |
|
|
|
![]() |
| Lesezeichen |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | |
|
|
Ähnliche Themen
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Verschiedene fest definierte Kopfbilder für alle Hauptseiten im Omikron Design | navigator | Web to Date 6.0 | 11 | 18.11.2009 21:57 |
| Frage zu Wechselnde Kopfbilder | Ingwer | Web to Date 6.0 | 3 | 17.11.2009 16:27 |
| Wer kann mir beim Design Gamma helfen? | heimo1 | Web to Date 6.0 | 2 | 01.11.2009 17:57 |
| Noch mal wechselnde Kopfbilder | lilie | Web to Date 6.0 | 8 | 22.10.2009 13:03 |
| DRINGEND: wechselnde kopfbilder bei "Wide" | SirBamalot | Web to Date 6.0 | 2 | 24.09.2009 14:19 |