ANSONS_BAY
ARTHUR_RIVER
ASPLEY_GORGE
BALFOUR_TRACK
BEACONSFIELD
BEAUTY_POINT
BICHENO
BOTHWELL
BRIDPORT
BRUNY_ISLAND
BRICKENDON
BURNIE
CAMPBELL_TOWN
CAPE_RAOUL
CARRICK
CLARENDON
COCKLE_CREEK
COLES_BAY
CORINA
DELORAINE
DERBY
DEVILS_GULLET
DEVONPORT
DERWENT_BRIDGE
DISMAL_SWAMP
DOVER
DON_RAILWAY
DUNALLEY
EAGLEHAWK_NECK
EMU_VALLEY
EVANDALE
EVERCREECH
ENTALLY
EXETER
FLINDERS_ISLAND
FRANKLIN_NP
FRENCHMANS_CAP
FREYCINET
GEEVESTON
GEORGE_TOWN
GREENS_BEACH
GRINDELWALD
GUIDE_FALLS
GUNNS_PLAINS
HASTINGS
HOBART
Hobart_BATTERY
Hobart_BELLERIVE
Hobart_CASCADE
Hobart_MONA
HUON_ESTUARY
IDA_DAY_RAILWAY
KEMPTON
KING_ISLAND
KINGSTON
LAKE_GORDON
LAKE_GREAT
LAKE_PEDDER
LAKE_St_CLAIR
LAUNCESTON
Laun_CATARACT
Laun_FRANKLIN
Laun_TREVALLYN
LATROBE
LEVEN_CANYON
LIFFEY_FALLS
LILYDALE_FALLS
LONGFORD
MARIA_ISLAND
MARAWAH
MATHINA_FALLS
MAYDENA
MEANDER_FALLS
MEADSTONE_FALLS
MIENA
MOLE_CREEK
Mt_ARTHUR
Mt_BARROW
Mt_BEN_LOMOND
Mt_CRADLE
Mt_FIELD_NP
Mt_HARTZ_NP
Mt_JERUSALEM
Mt_Mother_CUMMINGS
Mt_QUAMBY
Mt_ROLAND
Mt_WILLIAM_NP
MUSSELROE
NARAWNTAPU_NP
NEW_NORFOLK
NOTLEY_FERN
ORFORD
OAKLANDS
PELVERATA_FALLS
PENGUIN
PHILOSOPHERS_FALLS
POIMENA
PORT_ARTHUR
POATINA
QUEENSTOWN
RICHMOND
RINGAROOMA
ROCKY_CAPE
ROSEBERRY
ROSS
RUSSELL_FALLS
SCOTTSDALE
SHEFFIELD
SHIPSTERN_BLUFF
SMITHTON
SOUTH_WEST_NP
STANLEY
St_COLUMBA_FALLS
St_HELENS
St_MARYS
STRAHAN
STRATHGORDON
SWANSEA
TAMAR_ISLAND
TARANNA_WLP
TARKINE_DRIVE
TAROONA
TARRALEAH
TASMAN_NP
TASMANIA_ZOO
TROWUNNA_WLP
ULVERSTONE
WARATAH
WATERHOUSE
WESTBURY
WEYMOUTH
WIELANGTA
WILDERNESS_RAILWAY
WINEGLASS_BAY
WOOLMERS
WYNYARD
ZEEHAN

 

 

 

 

 

asdfas

 

ORPHAN & TEMPLATE ONE

Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - http://www.adobe.com/go/adc_css_layouts.

Clearing Method

Because all the columns are floated, this layout uses a clear:both declaration in the .footer rule. This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the .footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a <br class="clearfloat" /> or <div class="clearfloat"></div> after your final floated column (but before the .container closes). This will have the same clearing effect.

Logo Replacement

An image placeholder was used in this layout in the .header where you'll likely want to place a logo. It is recommended that you remove the placeholder and replace it with your own linked logo.

Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.

To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)

Backgrounds

By nature, the