Help with multilingual website

Hi, I'm sorry if it's already answered, but I'm new here and I couldn't find it.
I'm making a website for someone and he's asked me for one that you can change the language with the flagsystem. So the original website is in Dutch and you can change the website to English, French and German
I know, the flags isn't really the good thing to do it with, but hey, he wants it. So, my question is:
Can anyone give me an example or a link where there's a good to follow tutorial for it? I know the best way is to do it with php, and that the text in different languages are all seperate files so, when needed to be changed, it can be done easily.
I've found some codes online, but not really one that's explained how to do things good.
I'm new to php, but I'm willing and eager to learn.
Thanx

Google recommends using different URLs for each language.
http://googlewebmastercentral.blogspot.com/2010/03/working-with-multilingual-websites.html
French
http://fr.yourdomain.com/
German
http://de.yourdomain.com/
English
http://en.yourdomain.com/
Spanish
http://sp.yourdomain.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • I need Help with a website I've created

    I need help with a website I've created (www.jonathanhazelwood.com/lighthouse) I created the folowing site with dreamweaver at my current resolution 1366 by 768. Looks great on my screen resolution but if it is viewed on other resolutions the menu moves and some of the text above and below. How can I keep all content centered and working like it does on 1366 by 768 on all resolutions. The htm to my site is below I started off with a blank template through dreamweaver CS5.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>The Lighthouse Church</title>
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background: #42413C;
        margin: 0;
        padding: 0;
        color: #000;
        background-color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds all other elements ~~ */
    .container {
        width: 960px;
        background: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position:absolute;
        width:352px;
        height:2992px;
        z-index:1;
        top: 171px;
        left: 507px;
    #apDiv2 {
        position:absolute;
        width:961px;
        height:1399px;
        z-index:1;
        left: 187px;
        top: 1px;
    #apDiv3 {
        position:absolute;
        width:961px;
        height:1001px;
        z-index:1;
        top: -2px;
    #apDiv4 {
        position:absolute;
        width:963px;
        height:58px;
        z-index:1;
        left: 0px;
        top: 101px;
    #apDiv5 {
        position:absolute;
        width:961px;
        height:1505px;
        z-index:1;
        top: -5px;
    #apDiv6 {
        position:absolute;
        width:962px;
        height:150px;
        z-index:1;
        left: 0px;
        top: -1px;
    #apDiv7 {
        position:absolute;
        width:361px;
        height:25px;
        z-index:2;
        left: 35px;
        top: 1308px;
    #apDiv8 {
        position:absolute;
        width:320px;
        height:24px;
        z-index:2;
        left: 200px;
        top: 1479px;
    #apDiv9 {
        position:absolute;
        width:962px;
        height:63px;
        z-index:3;
        left: -10px;
        top: -1292px;
    #apDiv10 {
        position:absolute;
        width:270px;
        height:27px;
        z-index:2;
        left: 200px;
        top: 1478px;
    #apDiv11 {
        position:absolute;
        width:961px;
        height:44px;
        z-index:3;
        left: 195px;
        top: 183px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv12 {
        position:absolute;
        width:295px;
        height:23px;
        z-index:4;
        left: 198px;
        top: 1px;
    #apDiv13 {
        position:absolute;
        width:135px;
        height:22px;
        z-index:5;
        left: 1001px;
        top: 3px;
    #apDiv14 {
        position:absolute;
        width:309px;
        height:992px;
        z-index:1;
        left: 33px;
        top: 479px;
    #apDiv15 {
        position:absolute;
        width:327px;
        height:999px;
        z-index:1;
        left: 324px;
    #apDiv16 {
        position:absolute;
        width:262px;
        height:1000px;
        z-index:2;
        left: 674px;
        top: 477px;
    #apDiv17 {
        position:absolute;
        width:85px;
        height:34px;
        z-index:1;
        left: -379px;
        top: 1001px;
    #apDiv18 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:6;
    #apDiv19 {
        position:absolute;
        width:168px;
        height:31px;
        z-index:3;
        left: 448px;
        top: 1451px;
    #apDiv20 {
        position:absolute;
        width:94px;
        height:33px;
        z-index:3;
        left: 384px;
        top: 1477px;
    body {
        background-color: #000;
        margin-left: 0px;
        margin-right: 0px;
    #apDiv21 {
        position:absolute;
        width:920px;
        height:200px;
        z-index:4;
        left: 19px;
        top: 233px;
    </style>
    </head>
    <body>
    <div class="container">
      <div class="content">
        <div id="apDiv5">
          <div id="apDiv16">
            <div id="apDiv17">
              <map name="Map2" id="Map2">
                <area shape="rect" coords="4,2,77,28" href="http://www.myspace.com/lighthousechurch1" />
              </map>
              <img src="paypal-donate-button.png" width="83" height="33" border="0" usemap="#Map" />
              <map name="Map" id="Map">
                <area shape="rect" coords="2,2,80,30" href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=HgApKd0bxyPQv1ixwBW3HgWXaLxPIiT Po9gSsRELLQp72IZ2-_8uvSmCLRO&dispatch=5885d80a13c0db1f8e263663d3faee8d9384d85353843a619606 282818e091d0" />
              </map>
            </div>
          </div>
          <div id="apDiv21">
            <blockquote>
              <blockquote>
                <blockquote>
                  <blockquote>
                    <blockquote>
                      <blockquote>
                        <p><img src="faithexplosion.png" width="314" height="225" /></p>
                      </blockquote>
                    </blockquote>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
          </div>
          <div id="apDiv14">
            <div id="apDiv15">
              <div>
                <div>
                  <p> Special Message from Perry Stone </p>
                  <h2> Was Jesus Born on December 25?</h2>
                  <p> 12/20/2010 </p>
                  <p><img alt="iStock_000003631829XSmall" src="http://www.voe.org/images/iStock_000003631829XSmall.jpg" width="300" height="234" /></p>
                  <p>Last   year, in response to the growing number of Christians who celebrate   Hanukkah but hate Christmas, I wrote an article for this website titled   &ldquo;Hanukkah or Christmas?&rdquo; I explained why I think Jesus was either   conceived or birthed on December 25.</p>
                </div>
              </div>
              <div>
                <div><a href="http://www.voe.org/Prophecy-Update/what-happened-to-global-warming.html"> READ MORE</a>
                  <p> Prophecy Update </p>
                  <h2> What Happened to Global Warming?</h2>
                  <p> 12/17/2010 </p>
                  <p> </p>
                </div>
              </div>
              <div>
                <div></div>
              </div>
              <div>
                <div></div>
              </div>
            </div>
            <div>
              <p><font size="2">Special Word</font></p>
              <p><font size="2">January 7th, 2011</font></p>
              <p> <font size="2">Dear Viewers:</font></p>
              <p><font size="2">We have now entered into one of the most trying times; but also one of the most glorious            times in church history.  Many things are coming upon the world and also upon the church and we (the church) must be totally            prepared to take up our cross daily and venture out into the lost and</font></p>
              <p>  <a href="http://sermon.lighthousechurchinc.org/2011/01/07/special-word-1711-evangelist-barbara-lync h.aspx" target="_parent">Click Here for More</a></p>
            </div>
            <p> </p>
            <div></div>
            <div>
            <!--//              weAddFlash("lhi09hdr.swf",800, 100,"true","true","high","showall","true","#ffffff");              //--></div>
            <div></div>
            <p> </p>
          </div>
          <img src="lighthousegraphic2.jpg" width="960" height="1509" />
          <div id="apDiv20"><img src="myspacebutton.jpg" width="89" height="30" border="0" usemap="#Map3" />
            <map name="Map3" id="Map3">
            <area shape="rect" coords="3,2,87,28" href="http://www.myspace.com/lighthousechurch1" />
          </map>
      </div>
        </div>
      <p> </p>
      </div>
    <!-- end .container --></div>
    <div id="apDiv10"><font size="1"><font color="#FFFFFF">Copyright 2011 The Lighthouse Church Inc.</font></font></div>
    <div id="apDiv11">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="#">Home</a>    </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Pastor</a>
          <ul>
            <li><a href="#">Fresh Word</a></li>
            <li><a href="#">Itinerary</a></li>
            <li><a href="#">Prophetic Word</a></li>
            <li><a href="#">Sermons</a></li>
            <li><a href="#">Special Words</a></li>
            <li><a href="#">Word of Month</a></li>
          </ul>
        </li>
        <li><a href="#">Men Ministry</a></li>
        <li><a href="#" class="MenuBarItemSubmenu">Ministers</a>
          <ul>
            <li><a href="#">Chris Gore</a></li>
    </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Our Church</a>
          <ul>
            <li><a href="#">Contact Us</a></li>
            <li><a href="#">Donate</a></li>
            <li><a href="#">Events</a></li>
            <li><a href="#">Our Store</a></li>
            <li><a href="#">Prayer Request</a></li>
            <li><a href="#">Salvation</a></li>
            <li><a href="#">Subscribe</a></li>
            <li><a href="#">Vision</a></li>
            <li><a href="#">We Believe</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Resources</a>
          <ul>
            <li><a href="#">Prepare for Disaster</a></li>
            <li><a href="#">How to Fast</a></li>
            <li><a href="#">Heaven &amp; Hell</a></li>
            <li><a href="#">Warfare Prayers</a></li>
            <li><a href="#">Wisdom Words</a></li>
          </ul>
        </li>
        <li><a href="#" class="MenuBarItemSubmenu">Prophetic</a>
          <ul>
            <li><a href="#">Article Archive</a></li>
            <li><a href="#">Audio Prophecies</a></li>
            <li><a href="#">Color for Year</a></li>
            <li><a href="#">Major Articles</a></li>
            <li><a href="#">Prophecy Archive</a></li>
            <li><a href="#">Prophetic Articles</a></li>
            <li><a href="#">Word for Year</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <div id="apDiv12"><font size="1"><font color="#FFFFFF">6 South Railroad Ave Wyoming,DE 19934</font></font></div>
    <div id="apDiv13"><font size="1"><font color="#FFFFFF">Phone:(302) 697-1472</font></font></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Look at all the apdiv's you have.  Those are absolutely positioned layers.  I'm assuming by your post that you are very new to Dreamweaver and HTML and CSS.  I would highly recommend not using absolutely positioned layers until you have a better grasp on HTML and CSS.
    Looking at your code I would suggest that you consider using one of Dreamweaver's built in, or downloadable templates as a starting point and work from there. 
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html

  • Need help with new website!

    I have seen this on another website before, but this website
    has been changed. Therefore, I cannot give an example of what I'm
    showing, but I can try to explain it.
    I would like to know how I can have a scroll list of videos.
    I know how to create this, but I am unsure about how I can
    make a video, when clicked, show up on the same page.
    I do not at all want to have to make a seperate html page for
    each video.
    I am very novice, and I need your help.
    Please post suggestions.

    If you are very novice, then I think you are reaching too
    far. You would
    need to spend some time with the books before attempting to
    do something
    like this. Can you?
    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
    ==================
    "provisionskate" <[email protected]> wrote
    in message
    news:evr2j4$4pr$[email protected]..
    >I have seen this on another website before, but this
    website has been
    >changed.
    > Therefore, I cannot give an example of what I'm showing,
    but I can try to
    > explain it.
    >
    > I would like to know how I can have a scroll list of
    videos.
    > I know how to create this, but I am unsure about how I
    can make a video,
    > when
    > clicked, show up on the same page.
    > I do not at all want to have to make a seperate html
    page for each video.
    > I am very novice, and I need your help.
    > Please post suggestions.
    >

  • Need help with a website

    I am using adobe Flash CS3 to make a website. All is going well, but there are one problem, I can't find anything about how to make the website to upload into my liking.
    With this I mean that;
    (the scale (size) is 550x400 pix)
    I want the website to show to the one that look at it;
    100 % width (with other words, it don't matter if you have 1920x1200 or 800x600, it is allways 100 %)
    The high is a diffrent story, I want it to not twist itself at all, so the hight is always 100 % to, but with a scroll. So the website is allways the way it "standard"-stage. I have talked to alot ppl, and it is hard to get a good answer, please help.
    PS. There are surely more then 1 solution on this problem, but I want the most simple one. (it don't hurt anyone if you could write down more then one solution)
    //Zorts

    Hi
    1.Go
    Here
    and read about Active Content Update
    2. Within Flash you can use the Publish options to include
    Flash Detection.
    3. See 1
    Hope it helps

  • Help with publishing website templates and creating a menu please?

    Hello, I’m new to this website and flash so please bear with me.
    I have purchased a website template from istockphoto (example…  http://www.istockphoto.com/file_closeup.php?id=631369 ), which is easy to upload pictures on to, but i have a few questions...
    I have now uploaded my images on to it, but please can you give me some advise on how to publish it on to the Internet?  I have bought my own domain name but I don’t have a clue how to link it to this web template, and I can’t seem to find any specific information.
    Also I want to create a menue with 8 different subject categories, each with a separate image gallery and I don’t know how to link them together and list them in a ‘home page’.
    If you could give me some tips or a link to some information that would be fantastic!
    Thankyou very much in advance! Any help would be very much appreciated as i have been searching for a few days now and i don't understand how it works.
    Donna

    First, after exporting your FLA to SWF, you have to embed it into an html page, then upload both html and swf to your host.

  • Help with m.website versions on safari on my iPad.. Help

    My question is a bit diff bit you might be able to help me never the less. I just don't get m. Site versions).. I dont like the m. versions on safari when I use facebook for example. As of today every time I log into Facebook from the safari website it looks like the app version, which is odd. It never did that before. I looked at the browser bar and it shows http://m.facebook.com and not http://www.facebook.com as it used to show and be on my safari browser
    . How do I get ride of the automatic m.facebook and go back to www.facebook.com version Does it make sense? Please HELP maybe you can help. I use iPad.

    Hi Jonathan, first, at the bottom of the safari "web browser" it doesn't give me the version of full site or desktop browser. It usd to until tonight, which is what's odd.
    Second, you don't need to be sarcastic with your 3rd point on me getting a job with Facebook.
    3rd thank you for the info
    4th, I have download chrome and now it's using full website version and no the (m. Version) on Facebook, only downside that chrome is very slow...
    Facebook was always identifying it self as iOS safari yet I could still used he full version on the browser, now it doesn't work. And it always shows www.m.blahblah.com etc... It used to always show. Www.blahblah.com without the m. I front. That is what is bothering...
    As I am not a tech geek, I thought I'll as for help...that's what this forums are for correct,

  • Help with my website Intro

    Hi everyone. I really need a website intro. I have my logo design and the Ae templates needed for the intro. I just dont know how to use Ae. Can someone help me out with this if I send the templates and logo? [email protected]
    I make custom silver jewelry, mostly like making skulls. Check out my facebook at www.facebook.com/SGcustomsilver
    Im looking for something creatively made using:
    Glitch Trailer Template
    Burn Template
    The Grudge Trailer Template
    I know these are cinematic templates but I really like them and was hoping someone can make it work... Using all 3 templates is not nescesarry. Whatever works best. Im looking for something done right and in return I can make you something custom.

    ...in return I can make you something custom.
    Like what?
    These?
    Glitch Trailer (requires the Particular2  plugin)
    http://videohive.net/item/glitch-trailer/152302?sso?WT.ac=search_item&WT.seg_1=search_item &WT.z_author=sonorafilms
    Burn (requires no extra plugins)
    http://videohive.net/item/burn/3122595?sso?WT.ac=search_item&WT.seg_1=search_item&WT.z_aut hor=microzooms
    Grunge Trailer (requires Trapcode Particular and Videocopilot Optical Flares plugins)
    http://videohive.net/item/grunge-trailer/2645051?sso?WT.ac=search_item&WT.seg_1=search_ite m&WT.z_author=Masterpiece_dt
    (I couldn't find 'The Grudge')
    I already own the Trapcode Particular and Videocopilot Optical Flares plugins.

  • Please help with making website compatible with all screen sizes

    I have recently made a new website using both Adobe Edge Animate and Adobe Dreamweaver.
    It looks great and does exactly what I want it to do for the moment. However when using the site on a large screen, anything larger than an ipad mini the site only fills a section of the screen.
    Have tried to seach on google for the answer to this and came accross a number of potential solutions.
    1, changing the pixel values in Dreamweaver for my site from for example "1024px" to "100%" this sadly did nothing.
    2, changing the px values of the Adobe Edge Animate composition from for example "1024px" to "100%" again sadly this did nothing.
    3, combining both the above to see if they had to work in conjunction with each other... again though, sadly no luck.
    The site address is www.serenabalfour.com
    I would really appreciate it if anyone could give me some advice on this issue... I really want to sort it out for this friend of mine.
    Thanks very much
    Paul

    This is less a DW question and more of an Edge Animate question.
    You need to create your Edge Animation project with % or use a Scale-to-Fit method.  Manually add some breakpoints to re-scale text, etc... with CSS media queries.
    http://forums.adobe.com/message/5414992
    Nancy O.

  • Please help with a website for job apllication. I did not have this problem before updating to new firefox!

    I am applying for positions through lake county reg. off. ed. I can get on website but when I actually apply for jobs it does not go the correct page. This was not an issue before getting the new firefox

    I do not have a solution, just the same complaint.  ***!  !    I just used the iTunes store 2 weeks ago and now, after reviewing everything they asked for including ID/Pass/ Account Info etc.  I can't even get into the store.  I have tried asking at the Mac store and it has all been to no avail.  I was perfectly happy with iTunes before all of this ********... seriously what is the issue with iTunes?  They ask me to upload a new version (with no system specs anywhere that I can find on the page)  and then say it can't utilized because of system inadequacy.  It is exceedingly frustrating.

  • Help with updating website

    I keep getting this message when I try click the link to update the homepage on a website that I am an administrator on.
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [no address given] 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.
    Apache/2.2.9 (Ubuntu) mod_wsgi/2.3 Python/2.5.2 Server at www.albertachildcare.org Port 80
    Do i have to enable cookies or something I am not used to my Mac yet.

    And this has to do with MacBook Pro hardware how?

  • Need help with making website flash banner/header

    Can you loop in flash catalyst? I am new to catalyst and flash pro, so I am sorry if this is simple...
    I have designed 3 art boards in Photoshop and imported them into flash catalyst. I would like to have the art boards show for about 4 to 5 sec and then transition to the next slide or art board, I need this to happen automatically. Also there are buttons on each slide to redirect to any single art board. Example button 1, 2, 3.
    I have already made the links, but I do not know how to set up the art boards to start looping on load of web page. I have seen this done on many websites, am I using the right program? I have both which one should I use? Can anyone recommend an easy tutorial that will show me step by step how to make my art boards transition? Can anyone help?
    Thank you. Teresa

    You might nose around in the Flash Catalyst forums:
    http://forums.adobe.com/thread/587302
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Help with flash website

    I purchased a web template online from a store and I am
    having trouble understanding how to edit the site. It's a
    photography site. There are thumbnails that you click on that bring
    up larger pictures. I am trying to figure out how to swap out the
    pictures for the ones that I need on the site. Can anyone help me
    here?

    most web templates you can purchase give you instructions on
    how to edit them. Typically this is done through an XML file, as
    this makes it very easy for the user to edit the template and put
    it on-line with their own images.
    I would need more details about the template itself, and
    perhaps some of the files to go further than this in helping
    you.

  • Help with publishing website remotely!

    When I look at my website from dreamweaver preview in Google Chrome, it is exactly how I want it.  Working links, etc.  When I uploaded to the remote server...all columns were gone, layout, background, colors etc.  Please help!!

    Are your FTP credentials properly defined in DW's Site > Manage Sites panels?
    Servers:
    Root directory is the folder your hosting provider told you to use.  On some servers the default root folder is public_html or www or htdocs (this varies by host).  Some don't use any folder.  If unsure which settings to use, contact your hosting provider.
    Nancy  O.

  • Help with publishing website through ftp

    hello,
    for some odd reason, i have been having problems updating my website using the ftp server.
    i am getting an error message now stating "incorrect password" when attempting to publish onto the ftp server. this has never happened before and i have not changed my password.
    any help would be greatly appreciated,
    grodr

    To do this you need to publish to a local folder...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    ... and upload the folder contents to the root folder...
    http://www.iwebformusicians.com/iWeb/URLs-Favicons.html

  • Help with my website - the divs arent holding the text correctly

    hi
    i have included the html file of my website
    all of a sudden the text is not staying in the borders, the green border has text and used to move down to the next line and now doesnt
    can anyone also advise why when you press sapce it jumps down the page and not to the next line? i dont want a space between it but i cant seem to turn it off.
    driving me mad as i had it right now its all cocked up haha

    Change your CSS Style11 to the following (my changes are in red)
    .style11 {
         overflow:hidden;
         word-wrap: break-word;
         color: #FFF;
         font-size: 10px;
    Also, you might want to use these validation tools to check your code while you're developing the site.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/   
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

Maybe you are looking for