Table formatting

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #449
    Anonymous
    Guest

    Hey,

    I’m having problems (again) with how your theme re-formats HTML entries.

    Please view this page:

    http://www.geniusfactory.co/team/

    Please note the picture of Lucy Waugh. The image should be centered with the text in the right column. When i put the HTML into an editor everything looks proper. When i put the HTML in the wordpress WSWG editor, it looks correct. When i apply your theme, it changes how the table is displayed.

    Please note the differences in how your theme handles tables.

    Please advise.

    #1150
    Anonymous
    Guest

    found the issue:

    media=”all”
    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, th, td, article, aside,canvas, details, embed, figure, figcaption,footer, header, hgroup, menu, nav, output,ruby, section, summary, time, mark, audio,video {

    1. margin: 0;
    2. padding: 0;
    3. border: 0;
    4. font-size: 100%;
    5. font: inherit;
    6. [COLOR=rgb(255, 255, 0)][/COLOR]vertical-align: baseline;

    that line messed me up in stylesheet.css

    fix please in future versions

    #1151
    admin
    Participant

    Hi,

    Thanks for your feedback and updating the thread. Let me try to explain your points,

    Important!
    found the issue:
    media=”all” ……

    This is CSS Reset to tweak the different browsers. http://meyerweb.com/eric/tools/css/reset/
    DONOT delete it from your style.css as it may lead to different issues at different browsers. I have noticed that you have remove the property “vertical-align: baseline;” from your style.css

    What is the solution ?

    Follow the simple steps for any customization.

    1. Write clean HTML – I will highly recommend to use DIV based structure instead of TABLES.
    2. Modify your target code OR (newly added code) via custom CSS Classes or IDs. For example, you can add your own class to TABLE or DIV and than reformat it via style.css by using that class.

    Let play with your idea with simple DIV structure, i.e. Please note the picture of Lucy Waugh. The image should be centered with the text in the right column.

    Etiam egestas dapibus massa consectetur commodo. Integer nulla dui, tristique et luctus et, blandit at nisl. Aliquam non varius nulla. Mauris interdum facilisis nunc id bibendum.

    Vestibulum mattis, augue at porta pharetra, sapien erat malesuada nibh, vitae dapibus diam nunc quis felis. Vivamus cursus sagittis bibendum. Integer lacus nulla, lobortis et varius id, posuere nec enim. In bibendum enim volutpat convallis sagittis.

    Donec rutrum lacinia consequat. Sed rhoncus fringilla elit, eu pretium tortor faucibus at. In odio nulla, scelerisque a neque congue, laoreet tempus urna. Nam et est fermentum urna luctus lobortis non vel turpis. Morbi aliquet id lacus non dignissim.

    Mauris convallis nulla massa, ut sollicitudin sapien mollis et. Suspendisse porttitor felis eu eros sollicitudin molestie. Integer risus metus, tincidunt eu erat ac, eleifend hendrerit dui. Cras molestie facilisis nisi in laoreet. Curabitur aliquet molestie quam. Fusce mollis velit ac velit mollis suscipit. Duis euismod, dolor sed pharetra accumsan, tortor risus adipiscing lorem, id adipiscing lectus diam in orci.

    [/CODE]

    You may tweak the above code to meet your needs.
    Thanks[CODE]

    Etiam egestas dapibus massa consectetur commodo. Integer nulla dui, tristique et luctus et, blandit at nisl. Aliquam non varius nulla. Mauris interdum facilisis nunc id bibendum.

    Vestibulum mattis, augue at porta pharetra, sapien erat malesuada nibh, vitae dapibus diam nunc quis felis. Vivamus cursus sagittis bibendum. Integer lacus nulla, lobortis et varius id, posuere nec enim. In bibendum enim volutpat convallis sagittis.

    Donec rutrum lacinia consequat. Sed rhoncus fringilla elit, eu pretium tortor faucibus at. In odio nulla, scelerisque a neque congue, laoreet tempus urna. Nam et est fermentum urna luctus lobortis non vel turpis. Morbi aliquet id lacus non dignissim.

    Mauris convallis nulla massa, ut sollicitudin sapien mollis et. Suspendisse porttitor felis eu eros sollicitudin molestie. Integer risus metus, tincidunt eu erat ac, eleifend hendrerit dui. Cras molestie facilisis nisi in laoreet. Curabitur aliquet molestie quam. Fusce mollis velit ac velit mollis suscipit. Duis euismod, dolor sed pharetra accumsan, tortor risus adipiscing lorem, id adipiscing lectus diam in orci.

    [/CODE]

    You may tweak the above code to meet your needs.
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.