Can't center  "siteBox"

Hi, I am new to dreamweaver. I have a template that I am
using for my website. I am trying to make the "siteBox" slimmer and
centered when it is displayed. I've set the width to 60% but I
cannot center it. The "float" option only allows me to align it
either with the left or the right side. Please let me know how I
can center it (maybe use something other then "float"?
Positioning?)

d_archy schrieb:
> Hi, I am new to dreamweaver. I have a template that I am
using for my website.
> I am trying to make the "siteBox" slimmer and centered
when it is displayed.
> I've set the width to 60% but I cannot center it. The
"float" option only
> allows me to align it either with the left or the right
side. Please let me
> know how I can center it (maybe use something other then
"float"? Positioning?)
>
Please present a link to your page or show us your layout or
rather your code.
Paul

Similar Messages

  • How can I center a symbol on a responsive page created with adobe edge ?

    Hi everybody !
    I started working on Adobe Edge Animate for about 1 month now, it's a great tool for a young web designer like me.
    Actualy, I'm working on my responsive personal website and I encountered some problems. When I create a new symbol and that I put this one on my main scene, I can't center it (there isn't all the option available for an image for exemple).
    ( Sorry for my broken english, I'm french )

    I built a file with your issue or problem: demo file (attachment).
    I found one solution: see pictures. Size and position of the container ("Group") are relatives (%).
    Dans les posts antérieurs, je proposais: soit de mettre les ellipses et le rectangle dans un même conteneur, soit d'ajouter un super-conteneur.
    Mais définir relativement le conteneur fait aussi l'affaire. Relatif=% et absolu=pixels.
    Comme ils disent : "Voilà !". Bon réveillon du nouvel an.

  • How can I center it in the cell (above big sub-table)

    The "Cross Browser marquee II" at
    http://www.pafoscarhire.com/index.php
    how can I center it in the cell (above big sub-table) ?
    I try but layer goes to the center of page rather than center
    of cell , well ?

    Heh - can't imagine what that's about....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:f53j7t$asj$[email protected]..
    >I got the same error Murray. And, I might add it was not
    centered. ;-)
    >
    > --
    >
    > Walt
    >
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:f53itb$adt$[email protected]..
    >> Internal Server Error
    >> The server encountered an internal error or
    misconfiguration and was
    >> unable to complete your request.
    >> Please contact the server administrator,
    [email protected] and
    >> inform them of the time the error occurred, and
    anything you might have
    >> done that may have caused the error.
    >>
    >> More information about this error may be available
    in the server error
    >> log.
    >>
    >>
    >> --
    >> Murray --- ICQ 71997575
    >> Adobe Community Expert
    >> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >> ==================
    >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    >> ==================
    >>
    >>
    >> "123polis123" <[email protected]>
    wrote in message
    >> news:f539js$9d$[email protected]..
    >>> The "Cross Browser marquee II" at
    http://www.pafoscarhire.com/index.php
    >>> how can
    >>> I center it in the cell (above big sub-table) ?
    >>> I try but layer goes to the center of page
    rather than center of cell ,
    >>> well ?
    >>>
    >>>
    >>
    >>
    >
    >

  • Can't Center SWF image in Browser

    I've designed a website in flash and have inserted the SWF file into Dreamweaver, I can edit everything else I need, but for some reason - no matter what I do or try, I can't center this SWF image in Dreamweaver so the SWF file will rests in the center of a browser.
    I've tried editing the CSS in the Body, but it doesn't change anything, no matter what. The site always sits flush left.
    See results of current set up: http://www.louise-gd.com.
    Please advise as soon as possible.

    The whole page is in Flash?  Do you know what you give up when you do that (hint: lots!)?
    Try changing this -
    body {
         background-color: #999;
         right: 0px;
         margin: 0px;
         padding: 0px;
         background-position: center;
         position: relative;
         visibility: inherit;
         height: auto;
         width: auto;
    to this -
    body {
         background-color: #999;
         margin: 0 auto;
         padding: 0;
            width:650px;
    and see what happens.

  • How can i center a pop up window?

    hello,
    i am trying to get the new window that will open after
    clicking a link with an onClick beheavior to span the entire length
    of a monitor displaying a 1440 pixel resolution .
    when the user clicks the link & the new window opens, it
    pops up relative to where the previous browser window is located.
    the new window is 1440 pixels wide, however, it most likely opens
    with a portion cut off, rather than being fit to screen.
    does anyone know how i can possibly center the window, or any
    other way to control where it will appear when it opens?
    Here is the code I used.
    <a href="folio.html"
    onClick="window.open('folio.html','foliowindow','toolbar=no,location=no,directories=no,st atus=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=1440,height=760');retur n
    false;">
    link here</a>

    In the properties of your page, change the property 'Launch in New Window' to 'Display in separate window'.

  • Can I center the text in vertical direction in JTextArea

    for example , if the JTextArea is 50 pixels high, and the text 's height is 20 pixels,
    then how can I center the text in vertical direction in this JTextArea which means
    there is a extra space whose height is 15 pixels over and under the text?

    Exactly what are you trying to do?
    JTextAreas are usually in a scroll pane, you add multiple lines ie height can change
    are you going to make it uneditable etc
    if it is just for a display (uneditable), perhaps a 'tall' JTextField might give you the desired effect

  • How can I center the chart inside the portlet?

    Hi,
    I created a bar chart and published it as a portlet.
    The chart is left-positioned inside the portlet which doesn't
    look good. How can I center it?
    Thank you in advance for your help.

    Hi,
    There is no way of centering your chart within a portlet.
    Thanks,
    Anu

  • Can I center 2 divs over each other??

    OK, I've built a website completely in Flash and I'm trying
    to lay it out with dreamweaver so that when viewed on 800x640
    resolution maxed browser window it will fit snug without any
    horizontal scrollbar (the SWF's is fit to this standard); and when
    viewed on 1024x768 maxed window it will be centered in the window
    PLUS have a background on either side (So this background should
    not appear in the 800x640 window). If that isn't clear compare
    http://www.gamespot.com.
    Right so my idea was just to put the SWF in a div and this
    background PNG in a div and center them both, while making the PNG
    width=100%.
    Well that doesn't seem to work. I guess you can't center two
    divs over each other?? The only way I can make one overlay on the
    other is by giving it an absolute position, but then of course it
    isn't centered any more.
    Any suggestions?

    Well, no, that's not what I meant.
    Background images don't do 100%. Using CSS like this -
    body { background-repeat:no-repeat;
    background-position:center; }
    will a) prevent the image from tiling, and b) will place it
    in the center of
    any size viewport. Is that what you wanted?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Joniba" <[email protected]> wrote in
    message
    news:en3a6r$jgr$[email protected]..
    > Yeah, sorry I'm just learning all this, so now I know
    how to (I didn't
    > when I
    > posted the message). So I guess I could just center the
    background image
    > with
    > no-repeat, and if it's 100% it anyway shouldn't repeat
    (?). Is that what
    > you
    > meant?
    >

  • How can I center this tag?

    http://www.ivoog.com/link
    How can I center it without using background-position:center
    or margin-auto or can anyone find out how it can be centered?
    Thanks!

    :::sigh:::
    Three questions.
    1. How wide is the image that is the background of the div?
    2. Do you want the div to be the same width as that image?
    3. As Murray asked, could you please describe in detail what
    you are trying
    to do?
    Thank you,
    Tim
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:fl3grq$lgn$[email protected]..
    > Good grief. We have come full circle.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    >
    > "trhymer" <[email protected]> wrote in
    message
    > news:fl3e4t$iqo$[email protected]..
    >> You want the background image to be centered?
    >>
    >> try: background-position:center
    >

  • Why my Dock is always on the LEFT at the bottom. How can I center it?

    My dock is on the LEFT side at the bottom. How can I center it?

    Welcome to the Forums!
    Location is set in System Preferences > Dock. It should be centered, either centered horizontally if placed at the Bottom, or centered vertically if placed at the Left or Right.
    I take it you have it set at the Bottom, and it's along the bottom but over to the left side?
    Try deleting the file "com.apple.dock.plist" from ~/Library/Preferences.
    Hope this helps...

  • How can I center pages for browsers and screen rez

    Hi.
    I purchased an html template web site. Im trying to have the
    pages center themselves depending on the screen , resolution and
    perhaps the type of browser it will be viewed in. Right now it just
    shows up to the right hand side. This goes for all the pages in the
    template.
    here is the link for the site
    Sample page
    Im ok with Dreamweaver, no experience with CSS.
    Thanks

    Asked and answered here almost daily. You can find all the
    info you need
    starting here:
    http://groups.google.com/groups?as_q=center+page&num=10&scoring=r&as_epq=&as_oq=&as_eq=&as _ugroup=macromedia.dreamweaver&as_usubject=&as_uauthors=&lr=&as_drrb=q&as_qdr=&as_mind=1&a s_minm=1&as_miny=1981&as_maxd=21&as_maxm=10&as_maxy=2008&safe=off
    WARNING: This requires CSS code so it's time to step up.
    Without
    understanding HTML & CSS you will be very limited in what
    you can
    accomplish.
    Walt
    "mannsma" <[email protected]> wrote in
    message
    news:gdlo8u$ef$[email protected]..
    > Hi.
    > I purchased a html template web site. Im trying to have
    the pages center
    > depending on the screen , resolution and perhaps the
    type of browser it
    > will be
    > viewed in.
    >
    > here is the link for the site
    >
    > https://filmlesscafe.com
    >
    > Im ok with Dreamweaver, no experience with CSS.
    >
    > Thanks
    >

  • Can profit center report drilldowen to the document entry level

    Hi,
    In Profit center Reporting can we drill down to the document entry level if yes how we can prepare this kind of reports.
    Thanking you.
    Regards
    Santosh Rothe

    Hi Santosh,
    Yes,
    Click 2 times on the line (amount) or use the menu path Report / Other report
    In the most standard reports you can drill down.
    When not you can ad reports, line item overvieuw to the Report group
    Transaction GR52 go to the header and under Report interface you can ad other reports or line item transaction codes
    Paul

  • How can I center my website to the middle? My website, not my writing if it helps understand it better

    I wanna center my website to the middle of the screen, not left align. My writing is centered on the website but the site I created is stuck in the left side.

    Hello,
    please try in your css advice:
    #main {
      width: ....px; /*(Your choice)*/
    margin: 0 auto;
    In German: Indem man die Breite (width) eines Block-Elements definiert, verhindert man, dass es sich nach rechts und links bis zum Rand des umgebenden Containers ausbreitet. Durch Setzen des rechten und linken Außenabstands (margin) auf auto lässt sich das Element horizontal zentrieren. Das Element nimmt so die definierte Breite an und teilt den verbleibenden Außenabstand gleichmäßig auf.
    My try in English:
    By the width (width) defines a block-level element, it prevents it from spreading to the right and left to the edge of the surrounding container. By setting the right and left outer distance (margin) to auto can be the element horizontally center. The element that accepts the defined width and divides the remaining outer spacing evenly.
    Hans-Günter
    P.S.
    Try also "margin: 0 auto;" alone.

  • How can I center text?

    Maybe this question has been asked before, but I have been trying to center a line of text with spaces, and am nearly about to pull my hair out.
    Is there any way to center a line of text?

    Are you writing a plugin to Acrobat in C/C++?
    If so, then you should start reading the documentation in the SDK about
    the various data structures and programming model for the SDK.  You can
    also look at the sample code as well.
    There are APIs there for doing all these things - you simply have to put
    them together in the right order...

  • Spry horizontal menu, can't center the whole menu bar

    I have a horizontal menu set up more or less how I want it
    (after much time). But I can't seem to figure out how to center the
    entire menu. Adding padding or margins pushes it out beyond the
    700px box even if I resize the menu itself to be smaller than
    700px. The page is here:
    http://peacefuldriver.net/mnguitar/index_dropdown.htm#.
    And the CSS:
    http://peacefuldriver.net/mnguitar/SpryAssets/SpryMenuBarHorizontal.css.
    Thanks for your help.

    another_nickname wrote:
    > I have a horizontal menu set up more or less how I want
    it (after much time).
    > But I can't seem to figure out how to center the entire
    menu. Adding padding or
    > margins pushes it out beyond the 700px box even if I
    resize the menu itself to
    > be smaller than 700px. The page is here:
    >
    http://peacefuldriver.net/mnguitar/index_dropdown.htm#.
    >
    > And the CSS:
    >
    http://peacefuldriver.net/mnguitar/SpryAssets/SpryMenuBarHorizontal.css.
    >
    > Thanks for your help.
    >
    I'm not familiar with the spry menus - but if you were to
    play with the
    padding on this rule (1.85em might just do it) I think you
    can achieve a
    pretty good result......
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #EEEEEE;
    padding: 0 1.5em;
    color: #0000CC;
    text-decoration: none;
    /*background-image: url(../images/line.gif);
    background-repeat: no-repeat;
    background-position: right;*/
    HTH
    chin chin
    Sinclair

Maybe you are looking for

  • PLEASE HELP, I am stuck!!!

    Hi everybody and happy new year to all of you. I am asking for your help because I am really not getting anywhere with my project. So you guys are my last hope. I am a newbie to data mining and I am doing my best to learn the basics so that I get sta

  • Macbook will not connect to the internet

    I was online then dropped off.  I tried to reconnect and nothing.  I have an iPhone which is picking up my internet activity and I have a Windows work computer picking up internet activity.  Just the Macbook wont work.  It seems dead to the internet.

  • PowerMac G5 & Display starts but after the grey Apple logo screen dies

    When I turn on my PowerMac G5 it turns on OK along with the LCD display. But once the Apple logo and the spinning gear shows up (by the way the gear gets all pixelated and turns blue) the LCD display suddenly goes black as if it goes to sleep. The Po

  • Edit image in CS5

    I have just upgraded to Lightroom 4.3 and now find I cannot edit images in Photoshop CS5. Shortcut does not work nor going to - edit in photoshop. Photoshop seem to not be linking as it is not highlighted when I click on it. I've tried reinstalling 4

  • Unable to upgrade to iPhoto 9.5 version. is there a manual download somewhere?

    Hi all I have the 9.1.4 iphoto version that suddenly stopped working.  Now when i click on the software update for the new iphoto 9.5 version it refuses to download.  i get a message that tells me the following" these apps were assigned to another Ap