- This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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!
why are you using tables for layout?
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.
It’s 2013, dump the tables.
Ok, now I using divs and nothing appears
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…
just use (vertical-align:top) css on your td
it should work fine .