Results 1 to 4 of 4

Thread: HTML Editor Question
      
   

  1. #1
    barbroberts's Avatar
    barbroberts is offline Sergeant Major
    Join Date
    Feb 2007
    Location
    the beautiful state of Kentucky
    Posts
    91

    Default HTML Editor Question

    My html editor places this at the beginning of every thing I create:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>
    <head>
    <title></title>
    </head>

    <body>


    and this at the end:

    </body>
    </html>

    Sometimes I add multiple elements on a page.

    1)I am fairly certain that this code should only appear once on a page. Am I right?

    2)Does BV automatically add this coding and therefore I should removed all instances of it that my editor inserts?

  2. #2
    Jeremy's Avatar
    Jeremy is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Canada
    Posts
    1,503

    Default Re: HTML Editor Question

    It will add it at the top of the code (to start off each page). Its just a way of formating.

    No one will realise this .. unless they view source if they feel like it for no reason ^.^
    Best regards,
    Jeremy

    www.cornwall4rent.com

  3. #3
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: HTML Editor Question

    bv should add that to any page it makes. If you are using another editor and copy and pasting the html code into bv, then technically you should remove it. Although it shouldn't hurt anything (<body> would be the only tag I can see making a difference)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  4. #4
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: HTML Editor Question

    Yes, remove all instances of it your html editor is adding.

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