Need Help
hi- have took on citie youth hockey website , have had basic instructions predisecor.
every few weeks have uopdate games , practice on site , trying follow has been there. add info every time hit return button next line, looks double spacing. found if go code section , type in <br /> changes single space between line.
is there simplier way this?? seems lot of work , copy , paste not seem work correctly either. trying make process easier since adding info every few weeks 8 teams,etc...
any appreciated. text
every few weeks have uopdate games , practice on site , trying follow has been there. add info every time hit return button next line, looks double spacing. found if go code section , type in <br /> changes single space between line.
is there simplier way this?? seems lot of work , copy , paste not seem work correctly either. trying make process easier since adding info every few weeks 8 teams,etc...
any appreciated. text
> there simplier way this??
sure. use css control default top/bottom margins on <p> tags,
e.g.,
p { margin-top:4px; margin-bottom:4px; }
or
p { margin:0; }
--
murray --- icq 71997575
adobe community expert
(if *must* email me, don't laugh when so!)
==================
http://www.projectseven.com/go - dw faqs, tutorials & resources
http://www.dwfaq.com - dw faqs, tutorials & resources
==================
"gdp2001" <webforumsuser@macromedia.com> wrote in message
news:gd7ua5$6tv$1@forums.macromedia.com...
> hi- have took on citie youth hockey website , have had
> basic
> instructions predisecor.
> every few weeks have uopdate games , practice on site ,
>
> trying follow has been there. add info every time
> hit
> return button next line, looks double spacing.
>
> found if go code section , type in <br /> changes
> single
> space between line.
>
> there simplier way this?? seems lot of work , copy
> ,
> paste not seem work correctly either. trying make
>
> process easier since adding info every few weeks 8
> teams,etc...
> appreciated. text
>
sure. use css control default top/bottom margins on <p> tags,
e.g.,
p { margin-top:4px; margin-bottom:4px; }
or
p { margin:0; }
--
murray --- icq 71997575
adobe community expert
(if *must* email me, don't laugh when so!)
==================
http://www.projectseven.com/go - dw faqs, tutorials & resources
http://www.dwfaq.com - dw faqs, tutorials & resources
==================
"gdp2001" <webforumsuser@macromedia.com> wrote in message
news:gd7ua5$6tv$1@forums.macromedia.com...
> hi- have took on citie youth hockey website , have had
> basic
> instructions predisecor.
> every few weeks have uopdate games , practice on site ,
>
> trying follow has been there. add info every time
> hit
> return button next line, looks double spacing.
>
> found if go code section , type in <br /> changes
> single
> space between line.
>
> there simplier way this?? seems lot of work , copy
> ,
> paste not seem work correctly either. trying make
>
> process easier since adding info every few weeks 8
> teams,etc...
> appreciated. text
>
More discussions in Dynamic HTML General Discussion (read only)
adobe
Comments
Post a Comment