Adobe Dreamweaver Forums



Last 10 THreads :         flash download on Vista (Last Post : preppy789 - Replies : 0 - Views : 1 )           »          spry menubars not lining up in IE (Last Post : orierstiZ - Replies : 149 - Views : 539 )           »          Writing mxml transition in as3 (Last Post : SiHoop - Replies : 0 - Views : 1 )           »          Is There An Extension that Renames Layers Based on MovieClip Names of Files (Last Post : fcastro75 - Replies : 4 - Views : 5 )           »          file directory. (Last Post : Alan - Replies : 10 - Views : 11 )           »          Lining up flash video in different browsers... (Last Post : Jasper Thayer - Replies : 1 - Views : 2 )           »          Uploading Streaming Video (Last Post : K.A.M. - Replies : 2 - Views : 6 )           »          How do I Set Text of Container? (Last Post : lazybones99 - Replies : 2 - Views : 3 )           »          Locking resize handles in browser. (Last Post : emilio_tha_don - Replies : 10 - Views : 11 )           »          gesture driven scrolling list (Last Post : cntpmaxn - Replies : 64 - Views : 953 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Other Macromedia/Adobe Products > Fireworks
 
Tags:

Reply
  #1 (permalink)  
Old 07-22-2008, 02:08 AM
Smooth Skater
 
Posts: n/a
Diggs:
Default Working With Templates

I am using the Fireworks Version 9. After creating a template and exporting it
to Dreamweaver then saving it as a template with editable regions. I have a
question about the main content region. Should I delete the sliced image and
enter my text or use a layer then enter the text in the layer?

Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-22-2008, 03:41 AM
pixlor
 
Posts: n/a
Diggs:
Default Re: Working With Templates

If you want your content to be indexed by search engines or available to be
read by readers for the visually impaired, then you should use text. If you
have selected a unique font style you want to preserve, then keep your content
as an image.

Note that, if you delete your image, you may have to edit the HTML so that the
layout still works. (It depends on how complex it is.) Test the text layout
with various browser font sizes. (Use the View>Text Size option in the browser.)

Reply With Quote
  #3 (permalink)  
Old 07-22-2008, 04:45 PM
Smooth Skater
 
Posts: n/a
Diggs:
Default Re: Working With Templates

Thanks for the information. I was able to use text, I would assume because I
made the area in question an editable region. However, I will keep your advice
in mind for future reference. I plan to use Fireworks as oppose to Photoshop. I
find that the learning curve is shorter.

Thanks again


Reply With Quote
  #4 (permalink)  
Old 07-22-2008, 06:50 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Working With Templates

Just be aware that neither FW nor PS write HTML that is useful for
production work. It's OK for early prototyping, but definitely not robust
enough for anything 'real'.

--
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
==================


"Smooth Skater" <webforumsuser@macromedia.com> wrote in message
news:g651d8$fsa$1@forums.macromedia.com...
> Thanks for the information. I was able to use text, I would assume because
> I
> made the area in question an editable region. However, I will keep your
> advice
> in mind for future reference. I plan to use Fireworks as oppose to
> Photoshop. I
> find that the learning curve is shorter.
>
> Thanks again
>
>


Reply With Quote
  #5 (permalink)  
Old 07-22-2008, 10:21 PM
Smooth Skater
 
Posts: n/a
Diggs:
Default Re: Working With Templates

It seems that I have heard this before. Can you direct me to some documentation that will allow me educate myself, because I am working on a template that will go live.
Reply With Quote
  #6 (permalink)  
Old 07-23-2008, 12:15 AM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Working With Templates

You want documentation about how "wizard" HTML is not robust? I'm not
really aware of any....

However, here's a post I have made more than once -

When you use a graphics editor to write your HTML, the editor assumes that
EVERY PAGE will have the same shape. It then proceeds to write HTML that
EXACTLY reproduces the shape of the layout you have built, but at the price
of extreme rigidity of the resulting HTML (the tables are littered with col-
and rowspans), which means that if your page shape changes at all (i.e., you
add more content on one page, or larger graphics on another page), the whole
layout breaks down.

Based on my observations of posts on the DW forum over the past 5 years and
more, fully 30% of the posts there can be attributed to this single issue -
using wizards to write your HTML (even DW's Layout mode is the same).

Now - adding interactivity in FW is not exactly the same thing, but it's a
bad habit that needs to be broken (in my opinion). Use FW to do what it
does exceptionally well - create graphics for the web. Use your HTML
authoring for what it most likely also does exceptionally well - create HTML
pages. Don't get the two mixed up....

To read more about col- and rowspans, go here -

http://apptools.com/rants/spans.php


--
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
==================


"Smooth Skater" <webforumsuser@macromedia.com> wrote in message
news:g65l6m$7eo$1@forums.macromedia.com...
> It seems that I have heard this before. Can you direct me to some
> documentation that will allow me educate myself, because I am working on a
> template that will go live.


Reply With Quote
  #7 (permalink)  
Old 07-23-2008, 01:46 AM
Smooth Skater
 
Posts: n/a
Diggs:
Default Re: Working With Templates

Thanks for all of your help. Your information has been of great value!
Reply With Quote
  #8 (permalink)  
Old 07-23-2008, 12:16 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Working With Templates

Good luck. Get busy with the HTML study!

--
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
==================


"Smooth Skater" <webforumsuser@macromedia.com> wrote in message
news:g65uhi$gns$1@forums.macromedia.com...
> Thanks for all of your help. Your information has been of great value!


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 02:02 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk