Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help: Margin in the Top of Table…

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #45210
    SeiunGreo
    Member

    Hi everyone, very glad to found out thus forum!

    I need to know how I could remove the margin in the top of following table: http://goo.gl/OqpWG next to the title must to be the text but there is a space…

    (I tried many ways valign inclusive, but does not work)

    Thanks in advance!

    #136628
    wolfcry911
    Participant

    why are you using tables for layout?

    #136629
    SeiunGreo
    Member

    This is a CMS (WordPress) and you know many times is hard to arrange every element like you want, that is the reason I use tables instead of div’s for some reason tables, make elements (text and images) looks better (sometimes) and this is only for CMS…no really know why exactly, but works.

    #136631
    wolfcry911
    Participant

    It’s 2013, dump the tables.

    #136632
    SeiunGreo
    Member

    Ok, now I using divs and nothing appears

    #136633
    SeiunGreo
    Member

    Of course, we must to use Divs, but I say one more time in some CMS, attributes for divs like width, does not work as it should operate, If I design html everything works but sometimes using some CMS something goes wrong, in the template manager (wp in this case) and the layout looks good with tables…no really know why…

    #136641
    mkdesign82
    Participant

    just use (vertical-align:top) css on your td

    it should work fine .

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘CSS’ is closed to new topics and replies.