Einzelnen Beitrag anzeigen

drama22

Registriert seit: 12. Jan 2013
88 Beiträge
 
#1

Delphi THTMLISTBOX Vertical align ?

  Alt 22. Okt 2014, 07:12
i want to show selected item and all other items in middle position i currently do this to center the item

Delphi-Quellcode:
<p align="center">' + item +
'</p>'
thats centered it but how to get it in middle when Like vertical align

i tested vertical-align but did not work any suggestion ?

i tried to put it in <ul> Tag its kinda working but i dont need the dot beside the name i try to remove it as basic html like

Delphi-Quellcode:
'<ul><li type="none"><p align="center">' + item +
    '</p></li></ul><BR>'
but there is huge height between each item how to control on the item height ?

Geändert von drama22 (22. Okt 2014 um 07:48 Uhr)
  Mit Zitat antworten Zitat