Results 1 to 9 of 9

Thread: Need a BIG window

  1. #1
    Join Date
    May 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Need a BIG window

    Hello guys, this may be a simple one, still I need some help.

    I'm working on a site which contains a lot of pictures, and I need a window stripped for all unnessesary stuff like menus ond buttons and so on, so the pictures gets as big and nice as possible.

    After the first password-protected page comes a 'choose language' page, and both these pages can stay 'normal'. But all the following pages I want BIG!

    On the 'choose language' page, I have put the folloving link:

    <a href="nepalno.html"><IMG border=0 src="images/norway.gif"></a> , which brings me to the next page.

    So now, please tell me an easy way to define the next pages BIG...

    Einron

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Einron
    I'm working on a site which contains a lot of pictures, and I need a window stripped for all unnessesary stuff like menus ond buttons and so on, so the pictures gets as big and nice as possible.
    Then consider informing users that they can toggle in and out of fullscreen mode in many browsers by pressing F11.

    On the 'choose language' page, I have put the folloving link:

    <a href="nepalno.html"><IMG border=0 src="images/norway.gif"></a> , which brings me to the next page.
    Don't use flags (presumably that's what the image is) to indicate language. The img element requires an alt attribute and, if you continue to use a flag, the value of that attribute should be the name of that language (written natively).

    Mike

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    the name of that language (written natively).
    "Norsk."
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    "Norsk."
    Yes, though I was just writing in generic terms.

    German should be Deutsch. Japanese should be 日本語 (Nihongo; you might need to select a Unicode encoding to see that properly). I'm sure the OP gets the idea.

    Mike

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I'm viewing this page in ISO-8859-1, and yet I can still see your kanji. I thought that character set contained only Western characters?

    Come to think of it, I posted some hiragana a while back, and I could see them too. Now I'm puzzled
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    I'm viewing this page in ISO-8859-1, and yet I can still see your kanji. I thought that character set contained only Western characters?
    It does (its alias being Latin-1), but it would seem that the forum software encodes characters outside its repertoire. If you look as the source, the kanji are included as decimal character references.

    Mike

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Aha, I see. And the browser handles decimal character references using another charset if the current one can't provide the capability?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Twey
    And the browser handles decimal character references using another charset if the current one can't provide the capability?
    No. All HTML documents use the Universal Character Set (UCS) defined in ISO 10646 as their repertoire; essentially, all of Unicode. The charset parameter to the text/html media type specifies how a particular document is encoded so that a user agent knows how to convert it from that representation to the one it uses internally.

    Does that make sense?

    Mike

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It does, thank you.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •