Website size and centering

Hey im having a super hard time doing the easiest thing! I
just want my website centered. the code is below ive even made a
ccs style that should center it but i dont know how to let this
html know how to talk to the css style.
Also its 4.2 mb that seems kind of big or is that normal for
a portfolio website? The site is christianvonstackelberg.net I'd be
happy to send to source file. Thanks.

For anyone who might chance upon needing this posting,
regrettably the proposed solution above does not nest the 'center'
tags correctly. It should be:
<body bgcolor="#ffffff">
<center>
</center>
</body>
</html>

Similar Messages

  • How to export .MOV in desired video pixel size and in a centered format.

    I am running Windows Vista Home Premium SPK2 and Quick Time for Windows Pro Version 7.6.5 the latest release.
    I have a series of Quick Time .mov files which were shot at HD using a Canon Mark II EOS 5D camera. In total its about 28 GB of .mov files seperated into 78 different .mov clips. The movie inspector says they are .H264 format at 1920 x 1080 pixels
    When I look at the QTM Other Properties Visual Settings it tells me the .mov Transformation for Normal, Display and Scaled is 1920 X 1080 pixels. I have checked 'Preserve Aspect Ratio.
    I have figured out that I can drag all the individual clips into QTP thus making a single complete movie so to say. However, I have not been able to figure out how to convert this into a mpeg file (compressed ) that will display normally both on a PC when burned to DVD or to play on a standard DVD player or even play at the correct size on a PC.
    *Playback size not correct:*
    It also does not display at the requested size when the mpeg file is played natively on the PC wheter using Video Lan, Windows Movie Player, or just clicking on the file and letting IE open it. Their also seems to be a centering issue in which the movie is not centered in the playback window but rather is positioned in the upper left corner, theirby leaving white space to the right and bottom of the player. The original .mov file which I can view in QTP does not have this problem. In fact I have to use the Half Size option so as to view it entirely other wise its too large for my standard PC display.
    I want the completed movie to appear similarly to what one would get if they were to purchase a DVD movie at the store.
    I have gotten it to export in two different sizes reducing down to 256mb and 576mb respectively but both resulting mpeg files display smaller than I desire. The larger one is suppose to be displaying as 1280 x 720 pixels but does not appear to be doing so It appears more like 640 x 480 image. Also neither finished mpeg shows centered in the playback screen.
    My Export Options are set as:
    Movie to MPEG-4
    File Format: MP4
    Video Format: MPEG-4 Improved
    Image Size 1280X720 HD
    Preseve Aspect Ratio using Fit Within Size
    Frame Rate: 29.97
    Key Frame: Automatic
    Resync Markers
    Yes, I also tried one using the H264 option at the larger 1920 x 1080 HD format which should be the native QT format according to the movie inspector properties and likewise it does not correctly in size and in fact is blurry.
    How does one take a .mov file and convert it so that it can be
    centered correctly, burned onto a DVD and play like a commercial DVD does.
    I have also tried Womble.com MPEG Video Wizard DVD 5.0 which does make a DVD which will play on a PC with the same incorrect video display image settings. It will not play on a DVD player.
    Thanks for your assistance.

    SOLUTION
    I discovered that the begining graphics of my video which were set at 1280 x 720 pixels were causing the entire video to be reduced in size. I recreated the opening graphics at 1920 x 1080 pixels added in about 90 frames of each graphic ( 3 seconds each ) and the video now converts to mpeg4 at 1280 x720 pixels filling the video screen.
    Later on I will test it at the full 1920 HD conversion and report back what I find.

  • The website is not centered in the middle of my screen, right side is gone and left side is white. Only in safetymode the screen is centered in the middle

    Websites are dislayed in the middle of the screen. Half the website is gone on the right side. on the left side it is white. Only when i startup in safetymode the websites are displayed in the center of the screen

    When going to a website the picture was small - tried changing the Zoom size , tried Zoom Reset - the text did change size but the layout distorts - found under View - Zoom - Zoom Text Only was checked --- Removed this check mark and the website returned to normal size and Zoom worked normally again. I am 99.9999% sure I did NOT check this myself and there is no one else on the computer to cause it. Maybe this will help.

  • Aligning two divs and centering them.

    so i am running into one main issue with my website. As of now the only two things on my site are a gray image and an image slider. I managed to get them into the same div and next to each other but i need them to both be static and centered by the webpage. I have put them into the same div with class="col-xs-6" and what you see happened. I know that my slider is responsive. They basically need to be next to each other and centered. I am new at making websites but this would help me a lot.
    My site: http://rootforsite.azurewebsites.net/ (f12 for code)
    I just need them next to each other and centered. Any thoughts?

    Copy and paste the following into a new document and view in the browser.
    <!doctype html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
    <link href="http://bxslider.com/lib/jquery.bxslider.css" rel="stylesheet" />
    </head>
    <body>
    <nav class="navbar navbar-default" role="navigation">
        <div class="container-fluid">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
                <a class="navbar-brand" href="#"><img src="img/logo.png" style="position: relative; top: -7.5px;" /></a> </div>
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
                <ul class="nav navbar-nav">
                    <li class="active"><a href="#">Link</a></li>
                    <li><a href="#">Link</a></li>
                    <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
                        <ul class="dropdown-menu" role="menu">
                            <li><a href="#">Action</a></li>
                            <li><a href="#">Another action</a></li>
                            <li><a href="#">Something else here</a></li>
                            <li class="divider"></li>
                            <li><a href="#">Separated link</a></li>
                            <li class="divider"></li>
                            <li><a href="#">One more separated link</a></li>
                        </ul>
                    </li>
                </ul>
                <form class="navbar-form navbar-left" role="search">
                    <div class="form-group">
                        <input type="text" class="form-control" placeholder="Search" size=60px>
                    </div>
                    <button type="submit" class="btn btn-default" value="Open Window" onclick="window.open('http://www.cnn.com')">Submit</button>
                </form>
                <ul class="nav navbar-nav navbar-right">
                    <li><a href="#">Link</a></li>
                    <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
                        <ul class="dropdown-menu" role="menu">
                            <li><a href="#">Action</a></li>
                            <li><a href="#">Another action</a></li>
                            <li><a href="#">Something else here</a></li>
                            <li class="divider"></li>
                            <li><a href="#">Separated link</a></li>
                        </ul>
                    </li>
                </ul>
            </div>
        </div>
    </nav>
    <div class="container">
        <div class="row">
            <div class="col-sm-8">
                <ul class="bxslider">
                    <li><img src="http://rootforsite.azurewebsites.net/img/Day1.jpg"></li>
                    <li><img src="http://rootforsite.azurewebsites.net/img/Day1.jpg"></li>
                    <li><img src="http://rootforsite.azurewebsites.net/img/Day1.jpg"></li>
                    <li><img src="http://rootforsite.azurewebsites.net/img/Day1.jpg"></li>
                </ul>
            </div>
            <div class="col-sm-4">
                <div class="imagess"> <img src="http://rootforsite.azurewebsites.net/img/pic.jpg" class="img-responsive center-block"  />" </div>
            </div>
        </div>
    </div>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
    <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
    <script src="http://bxslider.com/lib/jquery.bxslider.js"></script>
    <script>
    $(document).ready(function(){
      $('.bxslider').bxSlider();
    </script>
    </body>
    </html>

  • Can I have different font sizes and alignments within the same title?

    Apologies, haven't been able to search through previous discussions as I'm in Madagascar and my internet connection is not adequate today!
    I'm trying to put scrolling credits on a project. I want the list of credits - music, photos, text etc. - then underneath that a nice little thanks paragraph followed by the date and website. I want the paragraph, date and website to be centered, but when I try to do that it centres the whole thing and messes with the format of the credits part. Changing the font size also makes all the text the same, but ideally I need a couple of bits to be different.
    Does that make sense?
    There doesn't seem to be a way to just highlight the bit that I want to change - it's all or nothing. But I know it's been done before, because I've got a video made last year which has this exact thing as the credits. Unfortunately the person who made that isn't here at the moment.
    Any help very much appreciated, this has to be finished within the next few hours and I've been struggling for days. I tried to do it just as several screens of text instead of the scrolling thing, but couldn't format it properly for the credits.
    As a complete aside, I've just downloaded the same song 3 times from iTunes and every time it's dodgy and cuts out after 1/3 of the song. Don't know whether this is to do with my bad internet or what... but any help with that would also be amazing.
    Thanks.

    Not currently possible.
    A computer/catalog is a unique construct.
    An iOS device can only sync to one computer/catalog at a time.
    You can sync many devices to one computer/catalog but not the other way around.

  • A mode to change font size and bold in every page?

    Due to problems described here https://support.mozilla.org/en-US/questions/1012057?esab=a&s=&r=0&as=s I have clear that I need something (an extension, maybe) that allow me to recognize and change font size and bold of the fonts in every page.
    Does exist something like this?
    Maybe also for bookmarks toolbar...

    Hi RichterB,
    You can change this in the Content Settings of Firefox. Go to "3 bar" menu and click on Options. Click on content and uncheck "Let websites choose their own styles" and select a bold font type.
    Also try [https://addons.mozilla.org/en-US/firefox/addon/stylish/ Sytlish].

  • How do I enlarge the text size and incease the resolution

    I just switched to a new computer and suddenly the text on and off line is in tiny letters I can barely read. How do i enlarge it to its former size and also restore its former resolution?

    If you have a LCD screen then you should only use the native resolution of that screen.
    Increase the String pref layout.css.devPixelsPerPx in 0.1 steps from 1.0 to 2.0 on the about:config page (percentage divided by DPI, % / DPI) to change the size in the entire Firefox browser window.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)
    If the content on websites needs to be adjusted after changing the pref then you can look at NoSquint or Default FullZoom Level.
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • Adjust front panel to screen size and re-position objects on different systems automatically

    Hello, i have designed a vi that contains 5 led's placed at the 4 corners and center of the front panel which occupies the entire screen. However, this vi is to be used on different systems having different screen sizes. But on every screen, i'll need the front panel size = screen size and the led's to  be placed to the centers and corner of this new screen size automatically without any manual operations and positioning bieng done every time. Will the resize option perform this task completely or do i have to go for some other techniques?
    Solved!
    Go to Solution.

    As far as I know, what you want is not easy to do but it is doable but you have to programmatically do it (no Labview setting). Here is an example for only 2 LEDs but I suppose that you will be able to make it work for your other LEDs.
    This VI maximizes the front panel and then positions the 2 LEDs in the center and top right corner upon running. The LEDs are positioned according to their own top left  corners, not according to their centers.
    Marc Dubois
    HaroTek LLC
    www.harotek.com
    Attachments:
    Position LEDs.vi ‏14 KB

  • Font size and color will not change in emails, blogs, forums etc.

    I can no longer change the style or color of fonts in emails, blogs, forums etc. I can change the font size and nothing else. Everything works when I am connected using explorer so it is a setting or update in firefox that is causing the problem. If I cut/copy and paste into a word document from a web site I still cannot make a change. If I copy from a word document into a web site the colors and fonts revert to some default setting. I have tried changing the setting in Options for the fonts and colors, they make changes but they don't solve the problem.

    Hi,
    Please check if this happens in a [https://support.mozilla.org/en-US/kb/Managing-profiles new profile]. If it's okay, you can later [https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile?s=profile&r=1&e=sph&as=s copy the personal data] from the old profile. Firefox stores your personal data and settings in another location separate from its [http://kb.mozillazine.org/Installation_directory files/folder]. A new profile would have the default Firefox settings ('''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Options%20window '''Options'''] and [http://kb.mozillazine.org/About:config '''about:config'''] ) and usually would also be empty of any '''Extensions''' and themes ('''Appearance''') in '''Tools''' > '''Add-ons''') and their settings. Also, a new profile would have no previous stored website data/settings etc. ('''Tools''' > '''Clear Recent History''').
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder & Files]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]

  • How can I get PSE 13 to print correct size and center photo?

    I have MAC, Artisan 1430 printer, PSE 13.  Recently upgraded from PSE 10 (never had a problem printing).  I input the size paper, size image, paper type, etc. (as I would with PSE 10) and the same parameters for printer, but image does not print correct size and is not centered.

    Hello Surendra,
    Thank you for the clear explanation of the duplicate detection and how adding Metadata affects duplicate detection. But I am still wondering if there isn't a more useful way to handle this. If I am setting a metadata template for the APD, I want all my images to contain that information. And that makes duplicate detection non-functional for me. How can I workaround that?
    It seems the duplicate detection process should take the metadata template into consideration before determining if the image is duplicate. Of course that may be other undesired side effects, such as a performance hit, etc.
    Also, I have seen behaviors that seems to not follow this logic and seem to indicate that the duplicate process might not be operating as I would expect.
    1. If I rotate an image in the Organizer, and set the Rotate JPEGs Using Orientation Metadata is unchecked (to rotate the image on disk), the import process still recognizes the image as a duplicate. It would be nice for me if there was some documentation on what triggers an image to be non-duplicate.
    2. If I select two images and in the information pane, click Edit IPTC information and add IPTC data, the APD import process still is able to determine the images are a duplicate. From my perspective, there is no difference in the data displayed if I add the IPTC data via the metadata template or Edit ITPC information cmd. Why does duplicate detection work in one case and not the other?
    3. If all the images are duplicates, then APD displays ALL images on the media, but unselected. I guess it's saying no new images found, which do you want to import again.

  • Resize Video, both the file size and actual size

    Hi All,
    I am very new to Adobe Premiere (CS3). I have had it for a while but not needed to use until now. A client of mine has sent me a video that he wants on his website. But it’s 150M and 1280 * 720. Can anyone help me out with how I can resize both the file size and actual size to say 800 * 450 so it can stream it via the net?
    Like I said very new to this,
    Cheers,
    Mike.

    The first thing you need to do is determine just what KIND of file you were sent, so you may start a project that matches the file
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    I don't do streaming video, so you should search the help file... I **think** what you want out is a Flash file, but that is only after you know what you are going to load into the CS3 timeline

  • [GeForceFX] WDM video capture image size and position

    Hello to all.
    When I do video capture with my MSI FX5900-VTD128, the picture is not centered correctly and not at the right size either.
    Let's take for example that I want to record TLC. I always get a black vertical bar on the left side of the capture video and the TLC watermark is also missing on the screen. In other words, if I could move video capture screen to the left, I would regain the full video frame.
    One of my friend has a different video capture card and he is able to correct the screen size and position. Is this possible with my video card ???
    I have a lot of shaded options in my nVidia WDM setup. Things that I cannot change. Any clue on how I can resize my capture video and how to eneble shaded option ???
    Thanks !

    Man... I have VHS tapes that I want to put on DVD... It reallly does not work... It looks like if the image was zoomed in and a little bit to much on the left... 
    Does someone know if it is possible to adjust zoom level and image centering on the nVidia WDM capture video screen ???
    Need some help here ! 

  • JPEG size and image losses in Flash CS3

    I am creating a website for a wedding and using the photos of the couple on the website.  I created designs in Photoshop CS3 with the following settings:
    Document Size: 6.25" x 8.25" or 1875p x 2475p @ 300pixels/inch
    To use the image in flash, I used "Save As" in photoshop to convert image into JPEG with "Quality 10 Maximum" setting.
    I created a Flash CS3 document with the following settings:
    Document Size: 6.25" x 8.25" or 494 x 550 pixels
    I imported the JPEG image from photoshop into flash and came in an image much larger than 6.25"x8.25".  I resized the image in flash with constrained dimensions to 494x550 pixels and it the text shadows and glow lost its clarity.
    TRIAL 1
    Obviously something was wrong.  So, I went back to Photoshop and used the save for web/devices option and saved it as a high quality JPEG.  Same result.
    TRIAL 2
    This time, I tried a different trick in Photoshop.  I went to Image->Image Size and changed the image resolution to 150pixels/inch and used "Save As" again.  I imported it again to Flash and now the image was too small.
    How do I match the image "save as" from photoshop to the flash document size so that I dont lose resolution?  I used Zoomify in photoshop successfully without losses.  Why is it not possible to just import an image to look the same way a JPEG file appears?

    Hi,
    screen resolution is 72. So if you save your jpg at 72 with the desired size in pixels, the image will appear just fine inside flash, but, two things to keep in mind:
    -What counts is size in pixels. Resolution only matters when you go printing (where the rate between inches and pixels is needed). For web you have to watch the size in pixels only. Even if resolution is different from 72, if you scale the image to the original size in pixels it will be displayed well in the flash movie (if the movie itself isn't scaled neither)
    And, it isn't the exactly same to import to scenary that to import to library. When you import to scenary (ctrl+r) sometimes flash resize the object, so maybe you get some distorsion in jpg files. Going to transform panel or in property inspector panel you can set the image size to 100 percent again. When you import to library you have to drag the image into the stage, and then the image will appear at 100%.
    i hope this helps,
    Jorge

  • Taking a small website photo and making it bigger without loosing pixelation - PS CC.

    Taking a small website photo and making it bigger without loosing pixelation - PS CC.

    Do you really mean "without losing pixelation"?  Normally we all try to avoid increasing pixelation.  Pixelation is when the individual pixels in an image become visible to a greater or lesser extent.  If you mean you don't want to increase pixelation then it depends on the size and resolution of the website photo and how much bigger you want it to be.

  • UK Sizes and ordering for photobooks in Elements 9

    Hi,
    I'm sorry to post this in the US section but there is no UK suppoer for Elements 9 on Adode's website.
    I'm trying to create a photobook using Elements 9 but all the options have US sizes and ordering options (i.e. everything is in US dollars).
    Is there any way to set up so that I can use UK sizes and UK printing companies?
    Many thanks,
    Ben

    Are you sure you have the regular horizontal or vertical type tool and not one of the type masks selected? If you choose the type mask tools you see a dotted outline around the T icon instead of a solid T.

Maybe you are looking for

  • How to create csv file in stored procedure

    I want the output of my stored procedure in a csv file. How can I do that?

  • Are you recommending a video upgrade 3/30/2014. seems suspicious

    I am getting pop up notifications that Firefox needs a video upgrade. as I look at the URLs that the upgrade is coming from, it just doesnt look right. Then one page was arcade games that I could not avoid accepting. Is Firefox recommending this vide

  • PDA error: Unable to lock memory chunk

    When I try an run a PDA build on my pocket PC I get the following error: "App failed. Error code 130437003. Unable to lock memory chunk." anyone have an idea of what this error refers to?

  • Invalid username or password after migrating user BIEE11g

    Hi, I have migrated user (e.g. user_1) from dev to another uat. according to : http://www.obieetalk.com/oracle-biee-11g-%E2%80%93-migrating-security-%E2%80%93-identity-stores-%E2%80%93-part-1 When i login uat as "user_1", it encounter errors: =======

  • Listen to specific UDP Port

    Hi guys, I'm using a PHP script which contacts my Mac running growl to subsequently push notifications to my iPhone via Prowl. This isn't working at all at the moment and it's proving difficult to establish whether A - the PHP script isn't contacting