The Halo templates were so quirky and inexperienced user
unfriendly, that
they have been removed from DW, unfortunately. There is a
tutorial about
the navigation, however, written by me, at this location -
http://www.adobe.com/devnet/fireworks/articles/fw8_popups.html
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"sisterfriendtutt41" <webforumsuser@macromedia.com>
wrote in message
news:fk6efj$eht$1@forums.macromedia.com...
>I need help with understanding why the menu bar in the
Halo Template that I
>am
> using to construct a web page does not show. I
experience a shift in the
> design under one of the "div" tags when I attempt to
customize the image
> tag
> under the Page Title tag and when I go to save, the menu
bar disappears,
> the
> small logo shifts to the left, the page title moves to
the top, the bottom
> navigation overwrites the navigation at the top. I have
attempted to redo
> this
> page several times and each time I get to this section,
this scenario
> occurs.
>
> I have checked my syntax to make sure that I included
the necessary
> opening
> and closing quotations marks around my customization
preferences. I have
> also
> checked to see if I am somehow deleting key code that
was originally
> necessary
> (I printed out a copy of the original template code and
have went line for
> line.
>
> Is there a tutorial that explains this Page Design
template that was
> included
> with my version of Dreamweaver located within this forum
or another
> section of
> Adobe that anyone can point me to? Or has anyone used
this template to
> design
> a web page and may have some words of wisdom that would
help?
>
> Thanking you for your time and efforts,
>
> Sharon Tutt
>
> Halo Template Code:
> <div id="pagecell1">
> <!--pagecell1-->
> <img alt="" src="tl_curve_white.gif" height="6"
width="6" id="tl"> <img
> alt="" src="tr_curve_white.gif" height="6" width="6"
id="tr">
> <div id="breadCrumb">
> <a href="#">Breadcrumb</a> / <a
href="#">Breadcrumb</a> / <a
> href="#">Breadcrumb</a> /
> </div>
> <div id="pageName">
> <h2>Page Name</h2>
> <img alt="small logo" src="" height="59"
width="66"/>
> </div>
> <div id="pageNav">
> <div id="sectionLinks">
> <a href="#">Section Link</a> <a
href="#">Section Link</a> <a
> href="#">Section
> Link</a> <a href="#">Section Link</a>
<a href="#">Section Link</a>
> <a
> href="#">Section
> Link</a>
> </div>
>
>
> ---------------------------------------------------
> My Customization Attempt
> <div id="pagecell1">
> <!--pagecell1-->
> <img alt="" src="tl_curve_white.gif" height="6"
width="6" id="tl"> <img
> alt="" src="tr_curve_white.gif" height="6" width="6"
id="tr">
> <div id="breadCrumb">
> <a href="bkbsalon.htm#Home">Home</a> /
> </div>
> <div id="Home">
> <center> <h2><font color="Brown">BKB
Consultants & Styles</font></h2>
> </center><br><br><br>
> <img alt="BKB Salon logo" src="bkbsalonlogo.jpg"
height="125"
> width="100"/>
> </div>
> <div id="pageNav">
> <div id="sectionLinks">
> <a href="#">Section Link</a> <a
href="#">Section Link</a> <a
> href="#">Section
> Link</a> <a href="#">Section Link</a>
<a href="#">Section Link</a>
> <a
> href="#">Section
> Link</a>
> </div>
>