Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
layziebone123 #1
Pressing Enter screws up my template - line breaksimages
OK I am using a template. I have defined an editable region. When I press enter
inside the region the navigation panel on left breaks apart. How can I get it
to just do a line break without messing with the the other images?
layziebone123 Guest
-
cloneModelFromCastMember screws up motion
Hello A cast member has an object with some children. They both have a keyframe animation. It works just fine when I put this member into a stage... -
Append a text line by pressing a submit button
Hi, I made a small text field form, now I want to append the name of the text to a new line by pressing a submit button. The form action =... -
input=text fires Submit when pressing Enter
Hello I have some textboxes (input type=Text) in a Form. In some Forms if I Press Enter while I am in the Textbox It causes a Submit. The... -
Get text in TextBox without pressing Enter key
I want to enter characters in a TextBox in a WebForm, press a Button in the WebForm, and read the characters that were typed into the TextBox from... -
XP Pro Upgrade screws Norton
Yesterday I upgraded my OS from Win 98SE to XP Pro. I found that a few programs had seized to work after the upgrade, 2 of which were norton... -
Murray *ACE* #2
Re: Pressing Enter screws up my template - line breaks images
First of all, template regions are NOT layout regions. You issue has
nothing to do with templates. It is strictly related to the way you have
built your tables.
Your best bet for controlling spacing issues like that would be to have each
cell's contents in a separate 'nested table. That way, changes in the shape
of one cell wouldn't affect the shape of an adjacent cell.
To get lines of text that are directly adjacent, just use CSS to control
your paragraph margins -
p { margin:0; }
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"layziebone123" <webforumsuser@macromedia.com> wrote in message
news:eda1ib$ml3$1@forums.macromedia.com...> OK I am using a template. I have defined an editable region. When I press
> enter
> inside the region the navigation panel on left breaks apart. How can I get
> it
> to just do a line break without messing with the the other images?
>
Murray *ACE* Guest
-
layziebone123 #3
Re: Pressing Enter screws up my template - line breaksimages
Thanks for the reply, I understand what to do now. But, it looks like my current page is one big layout table - When I click to draw a new nested table it will not let me.
How do I fix that?
layziebone123 Guest
-
Murray *ACE* #4
Re: Pressing Enter screws up my template - line breaks images
> How do I fix that?
By a) never building a page inside of one monster table (this means you must
never use a graphics editor to write your HTML), b) never using DW's Layout
mode, and c) spending some time learning HTML and tables so that you can
achieve (a) and (b).
If you would leave Layout mode (and never return), you will be able to do
whatever you want with your tables.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"layziebone123" <webforumsuser@macromedia.com> wrote in message
news:eda535$qid$1@forums.macromedia.com...> Thanks for the reply, I understand what to do now. But, it looks like my
> current page is one big layout table - When I click to draw a new nested
> table it will not let me.
>
> How do I fix that?
Murray *ACE* Guest
-
layziebone123 #5
Re: Pressing Enter screws up my template - line breaksimages
Can you please just tell me how to fix it? this is the last thing I need to
figure out and i am golden. I used photoshop to design it, made my slices and
whatnot, saved for web, and open it in dreamweaver. I never used layout mode...
I only entered it becasue i was trying to read their help files how to add
nested tables like you said.
layziebone123 Guest
-
layziebone123 #6
Re: Pressing Enter screws up my template - line breaksimages
Ive been thinking about it and this is my idea, not sure if its the easiest
though:
export all images from photoshop but not the html
make a blank html page in DW
piece together and record all the dimensions of where the images go
aka: reconstruct all the slices as tables in DW
layziebone123 Guest
-
Murray *ACE* #7
Re: Pressing Enter screws up my template - line breaks images
Excellent approach. HOWEVER, if you are not comfortable with HTML, and
don't understand HTML tables, you will likely end up in the same place.
Before attempting this, please read this -
[url]http://apptools.com/rants/spans.php[/url]
then read this -
[url]http://www.dwfaq.com/tutorials/Tables/flexible_tables.asp[/url]
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"layziebone123" <webforumsuser@macromedia.com> wrote in message
news:edaf86$7sl$1@forums.macromedia.com...> Ive been thinking about it and this is my idea, not sure if its the
> easiest
> though:
> export all images from photoshop but not the html
> make a blank html page in DW
> piece together and record all the dimensions of where the images go
> aka: reconstruct all the slices as tables in DW
>
Murray *ACE* Guest



Reply With Quote

