| ||||||
|
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1141 (permalink) | |
| Registriert seit: 30.01.2010 Ort: Cottbus Alter: 17 | Zitat:
| |
| | |
| | #1142 (permalink) |
| Registriert seit: 16.09.2010 |
Hi Cynamite`ler, ich hab da ein kleines Anliegen: Ich möchte gern meine Bilder, Videos und den Text auf meiner Profilseite zentriert darstellen lassen. Aber ich weis nicht den Code für den HTML - Editor. Kann mir jemand einen Tipp geben, bzw. eine Webside vorschlagen, die mir weiterhilft? Wäre super nett von euch MFG Adrian aus Hersbruck |
| | |
| | #1143 (permalink) |
| Registriert seit: 09.05.2010 Ort: Berlin Alter: 29 |
Ich mache es immer mit diesem code: <p align="center">Dies ist ein zentrierter Klumpatsch.</p> Hier der Link: SELFHTML: HTML/XHTML / Elemente zur Textstrukturierung / Textabsätze
__________________ Choose your future. Choose life. Offen für alle: Quizzen bis der Arzt kommt. Alles über DVD, Blu Ray und Kino Geändert von [zen] (29.06.2011 um 16:28 Uhr) |
| | |
| | #1145 (permalink) |
| Registriert seit: 26.02.2007 |
Ich hab mal aus einer spontanen Laune heraus die Cynamite-Styles wichtiger Elemente kopiert und zusammengefasst: Code: h1:
color: #474A51;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 0;
text-transform: uppercase;
line-height: 22px;
font-family: Verdana;
font: 12px/17px Arial,Helvetica; (body)
h2:
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica;
h3:
border-bottom: 1px solid #D2D6D9;
color: #61702F;
font-size: 12px;
font-weight: bold;
height: 15px;
margin: 0 0 10px;
padding: 0;
text-transform: uppercase;
width: 100%;
font-family: Verdana; (Greetingbox)
line-height: normal;
font: 12px/17px Arial,Helvetica; (body)
h4:
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica;
h5:
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
a:
color: #474A51;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica; (body)
p:
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica; (body)
div:
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
hr:
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
table, tbody, tr:
color: #474A51;
font-size: 11px;
width: 100%;
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica; (body)
td:
padding-right: 10px;
vertical-align: top;
color: #474A51;
font-size: 11px;
font-family: Verdana;
line-height: normal;
font: 12px/17px Arial,Helvetica; (body)
ul:
margin-bottom: 0;
margin-left: 15px;
margin-top: 5px;
border: 0 none;
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
li:
list-style-type: disc;
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000;
font: 12px/17px Arial,Helvetica;
span:
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
img:
border: 0 none;
font-family: Verdana;
font-size: 11px;
line-height: normal;
color: #000000; (body)
font: 12px/17px Arial,Helvetica; (body)
HTML-Code: <h1 style="color:#______; font-size:__px; font-weight:_; text-transform:_; line-height:normal; font-family:_;">H1</h1> <h2 style="font-size:__px; font-family:_;">H2</h2> <h3 style="border:none; color:#______; font-size:__px; height:auto; width:auto; margin-bottom:0px; font-weight:_; text-transform:_; line-height:normal; font-family:_;">H3</h3> <h4 style="font-size:__px; font-family:_;">H4</h4> <h2 style="color:#______; font-size:__px; font-family:_;">H2</h2> <a style="color:#______; font-size:__px; text-decoration:_; font-family:_;">A</a> <p style="font-family:_; font-size:__px;">P</p> <div style="color:#______; font-family:_; font-size:__px;">DIV</div> <table style="color:#______; font-family:_; font-size:__px; width:auto;">TABLE</table> <tbody style="color:#______; font-family:_; font-size:__px; width:auto;">TBODY</tbody> <tr style="color:#______; font-family:_; font-size:__px; width:auto;">TR</tr> <td style="padding-right:0px; vertical-align:_; color:#______; font-size:__px; font-family:_;">TD</td> <ul style="margin-left:0px; margin-top:0px; font-family:_; font-size:__px; color:#______;">UL</ul> <li style="list-style-type:_; font-family:_; font-size:__px; color:#______;">LI</li> <span style="color:#______; font-family:_; font-size:__px;">SPAN</span> <img style="font-size:__px;" />
__________________ NYANNYANNYANNYANNYANNYAN |
| | |
| | #1146 (permalink) |
| Registriert seit: 07.09.2006 Ort: Köln Alter: 41 |
Hab's mir auf jeden Fall mal kopiert. Wenn ich den 'neuen' Editor benutze, habe ich manchmal das Problem, dass mein Hintergrundbild verschwunden ist. Muss dann mein gespeichertes Original wieder in den Editor kopieren
__________________ "Let's just say that I'm a ghost from the past..." |
| | |
| | #1148 (permalink) |
| Registriert seit: 13.03.2009 Ort: bei mir zu Hause *fg Alter: 35 |
Ich mein da musst Du das Profil auf HTML umstellen. Moment ich schau da mal noch wo anderes nach, ich mein da gab es noch einen anderen Thread dazu. Beziehungsweise schildere mal Dein Problem ein bisschen genauer, oder auch den Vorgang dafür.
__________________ Cynamite (GA) lässt niemanden wirklich gehen, sie aaaaaallllllleeeee kommen wieder. Alle müssen ein Teil dieser Community sein. Geändert von Indianerwoman (06.11.2011 um 11:48 Uhr) |
| | |
| | #1149 (permalink) | |
| Registriert seit: 01.11.2011 | Zitat:
Dann erscheint ein kleines, rotes Kästchen, wo man angeblich - "rechte Maustast draufklicken und Aktivieren wählen" muß; wenn ich jedoch die rechte Maustaste betätige kann ich nur "Ausschneiden, Kopieren, etc..." aber net "Aktivieren"... MfG Chris | |
| | |
| | #1150 (permalink) | |
| Registriert seit: 07.09.2006 Ort: Köln Alter: 41 | Zitat:
__________________ "Let's just say that I'm a ghost from the past..." | |
| | |
| | #1151 (permalink) | |
| Registriert seit: 01.11.2011 | Zitat:
Alle anderen versuche endeten bisher mit: [iframe entfernt]... MfG Chris | |
| | |
| | #1152 (permalink) | |
| Registriert seit: 30.01.2010 Ort: Cottbus Alter: 17 | Zitat:
Code: <object width="640" height="385"> <param name="movie" value="url"> </param> <param name="allowFullScreen" value="true"> </param> <param name="allowscriptaccess" value="always"> </param> <embed src="url" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed> </object> | |
| | |
| | #1153 (permalink) | |
| Registriert seit: 01.11.2011 | Zitat:
Wäre nice, wenn du das mal ausführlicher erklären würdest... Warum habt ihr das einfügen von Youtube-Videos so dermaßen kompliziert gemacht...? MfG Chris | |
| | |
| | #1154 (permalink) | |
| Registriert seit: 07.09.2006 Ort: Köln Alter: 41 | Zitat:
Und: Du kannst nur ein Standard oder ein html-Profil machen. Du kannst nicht mischen wie 'was in html einfügen und dann den Rest in der Standardversion machen'
__________________ "Let's just say that I'm a ghost from the past..." | |
| | |
| | #1155 (permalink) | |
| Registriert seit: 01.11.2011 | Zitat:
Wäre nett, wenn mir mal ein Mod, oder Admin des Forums erklären könnte WARUM das net funktioniert... MfG Chris | |
| | |
![]() |
Lesezeichen |
| Stichworte |
| fragen & antworten, html |
| Themen-Optionen | |
| Ansicht | |
| |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:06 Uhr.








![Avatar von [zen] Avatar von [zen]](/imgserver/communityimages/90x130/2012/05/adam_yauch_1-550x348.jpg)














Linear-Darstellung