+ Reply to Thread
Results 1 to 7 of 7

Thread: page alignment and titles at the top ie bar...
      
   

  1. #1
    sufian is offline Sergeant
    Join Date
    Jul 2005
    Location
    Singapore
    Posts
    34

    Cool page alignment and titles at the top ie bar...

    hi guys, need help with the alignment of my page.. my page is aligned to the extreme left, so when i view it on a bigger computer screen, the right side look very empty.. is there a script that i can use to make my screen automatic to the centre screen without actually shifting my page in the builder to the center?

    2) my title on the top bar of IE stated untitled. why? i have saved my files. why is it still untitled? on BV it stated my file name at the top bar, but when i preview it, it stated untitled.

    thanks...

    Sufian.

  2. #2
    Pablo is offline Moderator
    Join Date
    May 2005
    Posts
    507

    Default

    1. To center your page follow these instructions:
    a). Select View|Page Layout from the menu.
    b). Select Between Head Tag and enter this code:
    <STYLE type="text/css">
    div#container
    {
    width: 800px;
    position:relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
    }
    body
    {
    text-align:center;
    margin:0
    }
    </STYLE>

    c). Select Beginning of body and enter this code:
    <DIV id="container">
    d). Select End of body and enter this code:
    </DIV>

    Note: A 'Center in browser' option is planned for the next release of BlueVoda.

    2) Select Page Properties and change the title of your document to something other than Untitled.
    Forum Moderator
    BlueVoda Specialist

  3. #3
    sufian is offline Sergeant
    Join Date
    Jul 2005
    Location
    Singapore
    Posts
    34

    Talking thanks

    hey thanks pablo... :)

  4. #4
    sapir is offline Private
    Join Date
    Sep 2006
    Posts
    2

    Default Re: page alignment and titles at the top ie bar...

    hello,
    I'm italian newbe from sicily and i registered now....
    I write here because i was looking for a problem with center vertical alignment and i found this thread...
    I tried to change

    margin-top: 0px;
    with
    margin-top: auto;

    in the script posted but i did not have fortune...
    please can anyone help me?
    thanks
    Antonio

    ...Always excuse my english...

  5. #5
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: page alignment and titles at the top ie bar...

    Hi Antonio and welcome to VodaLand.

    Are you trying to center your page content vertically? Use the Layout tool button from the BV menu. You can center or align. You can position your header or content where you want it on your page and then lock it in place.

    If you creating a header that you want to use on all pages, make a template and use that or clone your pages.

  6. #6
    sapir is offline Private
    Join Date
    Sep 2006
    Posts
    2

    Default Re: page alignment and titles at the top ie bar...

    hello Bill,
    ...i think i have some problems with the english language...
    all those commands allign or center in the page.... i must center in the browser...
    in the page properties there is a "center in browser" but is only horizontally.....

    thanks

  7. #7
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: page alignment and titles at the top ie bar...

    Along the top of the Menu in Blue Voda, look for the Layout buttonpage alignment and titles at the top ie bar...-bv-screen.jpg, click on image to enlarge.

    What is your www. ..... ?

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