Results 1 to 7 of 7

Thread: someone explain div tags a little bit?
      
   

  1. #1
    cmamystery's Avatar
    cmamystery is offline Private First Class
    Join Date
    Sep 2007
    Posts
    9

    Default someone explain div tags a little bit?

    please explain a little bit what the difference is between a regular tag and a div tag. thanks


    www.moredatesmorelove.com

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: someone explain div tags a little bit?

    Well what regular tag are you referring to? a div tag makes a seperate space.. like a table in html. You use division tags for menu/navigation, columns etc. There are tons of REGULAR tags so its rather hard to give you a comparison. A division tag (div) is a regular css tag. LOL.

    Glad we had this chat.. clear as mud right?

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: someone explain div tags a little bit?

    A div tag is a Division or Block tag.

    Whilst most of other tags will define a property of a limited text or object, a div tag will enclose in it as much content as you like, and apply to it the properties you have defined (if any) for this block using css.

    Also, you can position the div in many ways, while all other tags are usually positioned verically in the code flow.

    BV itself uses a div to center the page content. ALL page content is placed inside this initial div and a small piece of css code centers it in your browser.
    Then BV uses divs to place all other elements in the page. This is also how BV can provide the WYSIWYG effect, using the "absolute" positioning for it's divs.

    You may have multiple level tags, each inside another.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    cmamystery's Avatar
    cmamystery is offline Private First Class
    Join Date
    Sep 2007
    Posts
    9

    Talking Re: someone explain div tags a little bit?

    thank you for u'r help.. it makes more sense now

  5. #5
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: someone explain div tags a little bit?

    Hi Naval,
    if i am using css, will all that i do be within BV div#container, even if i create other containers. IE: is the BV one like a master container that all will be stored in?. (if i phrased that right)

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: someone explain div tags a little bit?

    Yes, correct. The BV div #container however exists only if you center the page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49