Hallo zusammen,
also ich verzweifele noch bald....also ich habe folgendes Problem:
ich möchte das die BEIDEN Teile ( hier zB.: "Firma" & das darunter "Peter Beispiel GmbH") in EINER Zeile sprich nenbeneinander in 2 Zellen einer Tabelle stehen.
Meine Frage is : Wie erreiche ich das ?
Hier der Firebug code:
der Zeile FIRMA :
.profile dt {
font-weight:normal;
margin:0 0 0.2em;
}
user.css?U (Zeile 55)
Geerbt vondiv.art-PostContent
.art-PostContent {
color:#686379;
font-family:Sans-Serif;
font-size:13px;
font-style:normal;
font-weight:normal;
text-align:justify;
}
style.css?U (Zeile 767)
Geerbt vonbody
body {
color:#8F8F8F;
font-family:Sans-Serif;
font-size:13px;
font-style:normal;
font-weight:normal;
der Zeile Peter Beispiel GmbH
.profile dd {
color:#000000;
margin:0 0 1em;
}
user.css?U (Zeile 60)
Geerbt vondiv.art-PostContent
.art-PostContent {
color:#686379;
font-family:Sans-Serif;
font-size:13px;
font-style:normal;
font-weight:normal;
text-align:justify;
}
style.css?U (Zeile 767)
Geerbt vonbody
body {
color:#8F8F8F;
font-family:Sans-Serif;
font-size:13px;
font-style:normal;
font-weight:normal;
Wer weis wie man diese Beiden Zeile nebeneinander in eine Zeile, jedoch in eine Zelle ( 1 Tabellenzeile mit 2 Zellen) zusammenfügt...
Bin für jeden Tipp dankbar, da ich sonst noch verzweifele...
Danke im Vorraus lg Tony

