kejot
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thank you for links =)
At the beginning: in Reset “section”
/* ------------------------------------------------------------------------- * * Reset - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 * ------------------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, td, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } I changed last part to: { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; }Ok, it is done now. But I think I done it in not the best way, nevertheless it works. When I deleted one small piece of code there is no longer problem with not working valign in table (specifying: in <td>). Everything else also looks fine,no errors.
Now, the question is: how important in style.css is code “vertical-align: baseline;” ? xD
I tried using tables in content-featured.php and it almost worked – title and others are on the right side of the picture. But their position is too low – their top is near pictures right bottom – it should start near top, not bottom =/ (valign=”top” doesn’t help). I think the key is to edit style.css, isn’t it?
Viewing 4 replies - 1 through 4 (of 4 total)