\n');
}
function hideDIV(element) {
document.getElementById(element).style.visibility = 'hidden';
}
function showDIV(element) {
document.getElementById(element).style.visibility = 'visible';
}
// BG IMAGES
//onmouseout="setDIVBG('NavQuickQuote', '');" onmouseover="setDIVBG('NavQuickQuote', 'images/btn_quickquote_over.jpg');"
function setDIVBG(element, imgURL) {
if(imgURL == '') {
document.getElementById(element).style.background = '';
} else {
document.getElementById(element).style.background = 'url('+imgURL+') no-repeat top center';
}
}
function ctmGoto(URL) {
if(URL != '') {
location.href = 'http://www.capetownmagazine.com/' + URL;
}
}
isRegionOpen = true;
function toggleRegions() {
if(isRegionOpen) {
document.getElementById("RegionPop").style.visibility = 'visible';
document.getElementById("RegionPop").style.display = 'block';
isRegionOpen = false;
} else {
document.getElementById("RegionPop").style.visibility = 'hidden';
document.getElementById("RegionPop").style.display = 'none';
isRegionOpen = true;
}
}
function setFeedBack(Message, noclose) {
if(Message != '') {
document.getElementById("FeedBackPostit").style.visibility = 'visible';
if(noclose) {
Message = Message + ' Mount
Nelson Hotel - The Mount Nelson Hotel boasts six individual wings,
separated from the Main Hotel, each with its own unique character,
private gardens and facilities. Our Superior Rooms are spacious and elegant – ideal for both leisure and business travellers. Guests
can comfortably be entertained in a mini-lounge area and a writing
desk, complete with stationery, is ideal for catching up on
correspondence. Superior
Rooms are situated in The Oasis Wing, The Main Hotel and in Green Park.
Inter-connecting rooms in Green Park are available on request. Our Luxury Rooms have an understated old-world charm, complemented by modern luxury for the discerning traveler. They
are larger in size than Superior Rooms, with more spacious sitting
areas and en-suite bathrooms. Luxury Rooms also offer a choice of twin
or king-size beds with a view choice of our magnificent gardens, Table
Mountain or a balcony overlooking a tinkling fountain courtyard. As
with our Superior Rooms, guests can comfortably be entertained in a
mini-lounge area, writing desk, complete with stationery, is ideal for
catching up on correspondence. All rooms
have an en-suite bathroom which vary in size depending on the location
of the room; equipped with shower, bath, basin and lavatory. We have two purpose built Luxury Rooms to accommodate and meet the special needs of physically disabled guests. The
bathrooms have been adapted with wider bathroom doors, a low sink &
bath with handrails and open cupboards for easy access. The shower,
with a movable showerhead, has been left open, with a chair for
convenience. These rooms are situated in Green Park and offer views overlooking a picturesque courtyard with fountain. For
guests requiring more specious accommodation, our Junior Suites
comprise of a bedroom with a larger lounge area than our rooms. Some of
the Junior Suites offer a separate lounge whilst others offer an open
plan lounging area. An option of twin or
king-size beds are offered with the choice of views ranging from our
landscaped gardens, Table Mountain, a private courtyard with fountain
or a private garden overlooking one of the swimming pools. Junior
Suites are situated in The Main Hotel (offering separate lounge areas),
Green Park, Helmsley, Hof Villa and The Garden Cottages. A number of
these rooms in the Main Hotel, interconnect with a Superior Room,
making them ideal for families. The 23 Junior Suites vary in size, ranging from 63m² to 82m², depending on location. Our
Executive Suites are grander and more distinctive than the Junior
Suites, offering spacious open-plan lounges and dining areas. With
the option of twin or king-size beds and views of either Table Mountain
or a courtyard fountain, all have private balconies with garden
furniture. All the suites feature newly renovated, luxurious marble
bathrooms with walk-in dressing rooms.Selected suites also offer a
kitchenette / wet bar with small microwave, hot plate, sink and general
kitchen utensils. These Executive Suites are ideal for families
traveling with small children. Executive Suites are situated in Helmsley and Taunton House. The 9 Executive Suites vary in size, ranging from 70m² to 85m², depending on location. Our Deluxe Suites are larger than Executive Suites, with a separate living and dining area. The
Deluxe Suites, offer twin or king-size beds with, a private courtyard
and a balcony overlooking a picturesque courtyard with fountain or a
private garden overlooking one of the swimming pools. All the suites
offer luxurious marble bathrooms with walk-in dressing rooms. A
kitchenette / wet bar is provided with small microwave, washbasin and
general kitchen utensils in selected suites.Deluxe Suites are located
in Helmsley, Hof Villa, Taunton House and the Garden Cottages. The 15 Deluxe Suites vary in size, ranging from 75m² to 138m², depending on location. Our Luxury Suites offer grand living at its finest. Luxury Suites are located on the outer “wings” of The Main Hotel building, the top floor of Green Park and the Garden Cottages. The 10 Luxury Suites vary in size, ranging from 140m² to 142m², depending on location. Standard Terms & Conditions Browse the vast selection of good Bed & Breakfast and Guesthouse accommodation in Cape Town, its Winelands, the villages on the Garden Route, Johannesburg and even Kruger Park.
Our other option: find accommodation with rooms available in 3 mouse clicks! Cape Town is not the undiscovered gem anymore.
CLOSE'
}
document.getElementById("FeedBackPostit").innerHTML = Message;
} else {
document.getElementById("FeedBackPostit").innerHTML = '';
document.getElementById("FeedBackPostit").style.visibility = 'hidden';
}
}
isAdPopUP = true;
function toggleAdPopUP() {
if(isAdPopUP) {
isAdPopUP = false;
document.getElementById("AdPopUP").style.display = 'block';
document.getElementById("AdPopUP").style.visibility = 'visible';
} else {
isAdPopUP = true;
document.getElementById("AdPopUP").style.display = 'none';
document.getElementById("AdPopUP").style.visibility = 'hidden';
}
}
function openBanner() {
if (MM_FlashCanPlay) {
//alert('Hello');
//var flashMovie=getFlashMovieObject("headerBannerFlash");
//flashMovie.Play();
document.getElementById("TwinShortImage").style.display = 'none';
document.getElementById("TwinShortImage").style.visibility = 'hidden';
document.getElementById("HeaderAdPopUP").style.display = 'block';
document.getElementById("HeaderAdPopUP").style.visibility = 'visible';
document.getElementById("InnerHide").style.display = 'block';
document.getElementById("InnerHide").style.visibility = 'visible';
}
}
function getFlashMovieObject(movieName)
{
if (window.document[movieName])
{
return window.document[movieName];
}
if (navigator.appName.indexOf("Microsoft Internet")==-1)
{
if (document.embeds && document.embeds[movieName])
return document.embeds[movieName];
}
else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
{
return document.getElementById(movieName);
}
}
function toggleCenterBanner() {
document.getElementById("HeaderAdPopUP").style.display = 'none';
document.getElementById("HeaderAdPopUP").style.visibility = 'hidden';
document.getElementById("TwinShortImage").style.display = 'block';
document.getElementById("TwinShortImage").style.visibility = 'visible';
}
function MM_swapImgRestore(itemNo) { //v3.0
if(is_selected_item != itemNo) {
var i,x,a=document.MM_sr; for(i=0;a&&i
One moment please.
tip: subscribe to our newsletter and receive the lastest specials
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Mount Nelson Hotel
![]()
![]()
![]()
![]()

Accommodation

Superior Rooms
All rooms have an en-suite bathroom which vary in
size depending on the location of the room; equipped with shower, bath,
basin and lavatory. The rooms have a choice of twin or king sized beds.
The 96 Superior Rooms vary in size, ranging from 42m² to 61m², depending on location.

Luxury Rooms
Luxury
Rooms are located in The Main Hotel, Green Park and Taunton House.
Interconnecting rooms are available on request in The Main Hotel and
Green Park.

Accommodation for the physically challenged

Junior Suites

Executive Suites

Deluxe Suites

Luxury Suites
These magnificently furnished suites feature an entrance hall, large
lounge, dining room and master bedroom with en-suite bathroom. They are
all very spacious and have spectacular views of the garden, pool or
Table Mountain. A guest cloakroom is provided and selected suites also
have a wet bar with small microwave, hot plate, sink and general
kitchen utensils.
![]()
Seasonal Rates
1st Apr 2008
to 30th Sep 20081st Oct 2008
to 21st Dec 2008
Superior Single Room
Superior Double Room
Luxury Single Room
Luxury Double Room
Junior Single Suite
Junior Double Suite
Executive Single Suite
Executive Double Suite
Deluxe Single Suite
Deluxe Double Suite
Large Luxury Single Suite
Large Luxury Double Suite
![]()
![]()
![]()
![]()
![]()
Mount Nelson Hotel
![]()
![]()
![]()

![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Easy to find, and to submit requests for quick feedback from the Guesthouse or B&B owners themselves.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
This means making last minute bookings for accommodation, or finding availability in B&B's can certainly take you by surprise. Our B&B online availability & booking
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()