Home » questions » Question on the tag
about alignment....anyone know?

Question on the tag

2006-08-04 23:20:39, Category: Programming & Design
I use the tag
to creat scrolling tables so my page is shorter, and i want to add some style to it. I want to align the "scrolling table" to the right side of my myspace page. I've tried
text
but this doesn't change the alilgnment of the scrolling table in any way...why isn't this working? AND IS THER ANOTHER WAY TO ALIGN MY SCROLLING BOX THE THE RIGHT NOT USING THIS ATTRIBUTE?

Answers

  1. Anbarasan .

    On 2006-08-04 23:31:23


    If using
    tag general align property is working otherwise u do like this constrcut a style sheet like theis #top_menu { width: 100%; position: absolute; margin:0px; left: 0px; top: 110px; z-index:1; background:#ffffff; color:#ffffff; } its sample style sheet .you create a style sheet like this and put the sylt in div tag like
    i think its working fine
  2. masku darling

    On 2006-08-04 23:47:08


    or u can directly align the table to the right in the table tag but I think the stylesheet approach is better as far as scalability and reusability is concerned.