Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > centering <div> in <TD>

Reply
Thread Tools

centering <div> in <TD>

 
 
shank
Guest
Posts: n/a
 
      09-30-2003
<td style="width:150px; text-align:center; vertical-align:top">

I'm trying to center a <DIV> within a table cell.
I have the above code for that cell.
Alas, the <DIV> is staying left aligned or default an will not center.
Am I missing something?
thanks!


 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      09-30-2003
shank wrote:

> <td style="width:150px; text-align:center; vertical-align:top">


> I'm trying to center a <DIV> within a table cell.
> I have the above code for that cell.


You have tabular data that includes a <div>? How odd.

> Alas, the <DIV> is staying left aligned or default an will not center.
> Am I missing something?


Div elements aren't inline (text).

http://dorward.me.uk/www/centre/#block

--
David Dorward http://dorward.me.uk/
 
Reply With Quote
 
 
 
 
Mark Nobles
Guest
Posts: n/a
 
      10-01-2003
In article <oFmeb.29935$ >, shank
<> wrote:

> <td style="width:150px; text-align:center; vertical-align:top">
>
> I'm trying to center a <DIV> within a table cell.
> I have the above code for that cell.
> Alas, the <DIV> is staying left aligned or default an will not center.
> Am I missing something?
> thanks!


Yep.
margin-left:auto; margin-right:auto;
 
Reply With Quote
 
Zibanani Jopi Zibanani Jopi is offline
Junior Member
Join Date: Jul 2012
Posts: 1
 
      07-27-2012
m trying to center the text in a div and it does centers but is on top of the website,how do i bring it down on stage?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Centering an image with text Jerry Camel ASP .Net 6 09-23-2005 10:12 PM
Centering popup windows Chris Leffer ASP .Net 1 12-30-2004 12:19 AM
Centering button in a datagrid column tshad ASP .Net 17 12-03-2004 04:48 PM
Centering ValidationSummary in a cell of a table NWx ASP .Net 1 02-11-2004 06:22 PM
Centering controls on a Web Form Joe Bonavita ASP .Net 1 12-23-2003 05:20 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57