Announcement

Collapse
No announcement yet.

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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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 Spe******t

    Comment


    • #3
      thanks

      hey thanks pablo... :)

      Comment


      • #4
        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...

        Comment


        • #5
          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.
          Bill
          www.blueearthtea.com
          www.ftaaconsulting.com
          www.iaval.com
          www.theemeraldbay.com

          Comment


          • #6
            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

            Comment


            • #7
              Re: page alignment and titles at the top ie bar...

              Along the top of the Menu in Blue Voda, look for the Layout buttonClick image for larger version

Name:	BV Screen.JPG
Views:	1
Size:	40.9 KB
ID:	497410, click on image to enlarge.

              What is your www. ..... ?
              Bill
              www.blueearthtea.com
              www.ftaaconsulting.com
              www.iaval.com
              www.theemeraldbay.com

              Comment

              Working...
              X