Jan 12, 2005 #1 soniclnd Technical User Jan 6, 2005 51 US how do i verticaly align text in css... also how do i make it bold and italic with css thanx in advance for your help
how do i verticaly align text in css... also how do i make it bold and italic with css thanx in advance for your help
Jan 12, 2005 #2 cLFlaVA Programmer Jun 14, 2004 6,450 US vertically align it with respect to what? bold and italic: Code: <div style="font-weight: bold; font-style: italic;">text</div> *cLFlaVA ---------------------------- [tt]Sigs cause cancer.[/tt] Upvote 0 Downvote
vertically align it with respect to what? bold and italic: Code: <div style="font-weight: bold; font-style: italic;">text</div> *cLFlaVA ---------------------------- [tt]Sigs cause cancer.[/tt]
Jan 12, 2005 Thread starter #3 soniclnd Technical User Jan 6, 2005 51 US the text is inside a box and i want it to be in the middle... not to the top Upvote 0 Downvote
Jan 12, 2005 #4 cLFlaVA Programmer Jun 14, 2004 6,450 US <div style="vertical-align: middle; font-weight: bold; font-style: italic;">text</div> *cLFlaVA ---------------------------- [tt]Sigs cause cancer.[/tt] Upvote 0 Downvote
<div style="vertical-align: middle; font-weight: bold; font-style: italic;">text</div> *cLFlaVA ---------------------------- [tt]Sigs cause cancer.[/tt]