2 replies
Hello Every one i am new to programming i want to know that can i add attrib to the <td> tag like style , size, color etc i have try but fails to do that
#xhtml
  • Profile picture of the author OldLodgeSkins
    Hi,

    The best way is to do it all in CSS.
    The cleanest solution is to have a class declared in your style sheet then apply it to your column (<td class="myClass"> or alternatively you can still write a style directly into it (<td style="border: none;"> for example).

    I believe what you really need is a good HTML / CSS introduction, one doesn't go without the other nowadays.

    Seb.
    Signature
    Do you use Facebook ? Then you can make money just by inviting people to a Facebook group ! It's called the Instant Income System. How cool is that?
    {{ DiscussionBoard.errors[6239016].message }}
  • Profile picture of the author Jumping Jack
    Yeah, you can add the style attribute to basically any tag.
    {{ DiscussionBoard.errors[6239063].message }}

Trending Topics