Results 1 to 4 of 4

Thread: How to put HTML code into a <div> tag?

  1. #1
    Join Date
    Feb 2007
    Posts
    145
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default How to put HTML code into a <div> tag?

    Hi doews anyone know how to put HTML into a <div> tag?

  2. #2
    Join Date
    Jun 2006
    Posts
    182
    Thanks
    0
    Thanked 14 Times in 14 Posts

    Default

    Um ...
    HTML Code:
    <div>
    <a href="http://.../...">Link</a>
    <img src="..." alt="..." />
    </div>

  3. #3
    Join Date
    Feb 2007
    Posts
    145
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    thankyou

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Div tags works as any tag would. The only difference from that and span, is that it's a block-level element.
    - Mike

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •