Bildunterschrift verschwindet beim Speichern/Spaltenwechsel teilweise

  • JPassmann JPassmann
    Padawan
    0 x
    53 Beiträge
    0 Hilfreiche Beiträge
    24. 07. 2010, 08:39

    Hallo zusammen,

    mir ist folgendes aufgefallen:
    Ich speichere für Bilder bzw. Textbilder Bildunterschriften ab. Im Frontend erscheinen diese aber teilweise gar nicht mehr.

    Typoscript im Setup:

    1. tt_content {
    2. textpic.20 {
    3. colSpace = 5
    4. rowSpace = 15
    5. borderThick = 1
    6. enable = 1
    7. title = subtitle // title
    8. bodyTag = <body bgColor="#393837" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    9. wrap = <a href="javascript:close();"> | </a>
    10. JSwindow = 1
    11. JSwindow.newWindow = 1
    12. JSwindow.expand = 0,0
    13. }
    14. }
    15. image.20 {
    16. colSpace = 5
    17. rowSpace = 5
    18. borderThick = 1
    19. enable = 1
    20. title = subtitle // title
    21. bodyTag = <body bgColor="grey" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border="0">
    22. wrap = <a href="javascript:close();"> | </a>
    23. JSwindow = 1
    24. JSwindow.newWindow = 1
    25. JSwindow.expand = 0,0
    26. }
    27. }
    28.  
    29. }

    Auch funktioniert die Angabe title subtitle // title bei KLickvergrößern nicht mehr.

    Hier ein Beispiel-Link:
    [url=]http://www.bvv-herchen.de[/url]

    Gruß JP


  • 1
  • JPassmann JPassmann
    Padawan
    0 x
    53 Beiträge
    0 Hilfreiche Beiträge
    29. 07. 2010, 19:53

    Habe jetzt versucht mit CSS an die Sache ranzukommen, hat aber nicht funktioniert. Hat jemand eine Idee?

  • JPassmann JPassmann
    Padawan
    0 x
    53 Beiträge
    0 Hilfreiche Beiträge
    30. 07. 2010, 19:43

    Problem gelöst:
    Ich musste nur ein altes Codefragment entfernen.

    1. tt_content {
    2. textpic.20 {
    3. colSpace = 5
    4. rowSpace = 15
    5. borderThick = 1
    6. enable = 1
    7. title = subtitle // title
    8. bodyTag = <body bgColor="#e6f4ef" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    9. wrap = <a href="javascript:close();"> | </a>
    10. JSwindow = 1
    11. JSwindow.newWindow = 1
    12. JSwindow.expand = 0,0
    13. }
    14. }
    15. image.20 {
    16. colSpace = 5
    17. rowSpace = 15
    18. borderThick = 1
    19. enable = 1
    20. title = subtitle // title
    21. bodyTag = <body bgColor="#e6f4ef" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    22. wrap = <a href="javascript:close();"> | </a>
    23. JSwindow = 1
    24. JSwindow.newWindow = 1
    25. JSwindow.expand = 0,0
    26. }
    27. }
    28. }

  • 1