Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
alittlehelp #1
empty lines
I cleaned up the code on one of the pages in my site (I will do the others but
haven't done so yet) and sorted out some problems, but in doing so created a
new problem: empty lines.
My site is [url]www.eurohouseandhome.com[/url] and the only page I've "cleaned up" (the
only page where this problem is occuring) is the About Us page. You'll see
that there is an empty space that shouldn't be there at the top of the page and
another just under the banner. Must be something I changed in the code, but I
don't see what.
fyi - underneath the banner I left a blank row in my table intentionally so I
could add content in the future if needed - but this appears okay on the other
pages. At the top of the page the space seems to be above the table
(everything on the page is inside table cells) and not inside it.
alittlehelp Guest
-
Vertical lines in AI graphics PDF as broken lines?
I have an InDesign CS1 doc that has an Illustrator CS1 EPS file placed in it. The graphic is a barcode for a coupon. It is only many vertical lines,... -
Why does CT drop empty lines in tables
One of the pages on my clients website doesn't publish properly. My client does the updates using CT3. The page update is a simple cut and paste... -
Acrobat 6 changes solid lines to dashed lines
Is Adobe planning to provide a fix for the problem where solid lines will display as dashed lines when viewed in Acrobat 6? If yes, when? Thank... -
read lines of file without parsing the lines
Hello! Currently i have a logfile which tracks a certain feature on my server. Every time the feature accurs my script appends a line in the... -
#25885 [Opn->Csd]: mail() causes apache2 to crash when message is empty, and headers is non-empty
ID: 25885 Updated by: sniper@php.net Reported By: ben at krackeler dot com -Status: Open +Status: ... -
Murray *TMM* #2
Re: empty lines
Open the page and use COMMANDS | Apply Source Formatting. Did that help?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"alittlehelp" <webforumsuser@macromedia.com> wrote in message
news:dge8t4$ggn$1@forums.macromedia.com...>I cleaned up the code on one of the pages in my site (I will do the others
>but
> haven't done so yet) and sorted out some problems, but in doing so created
> a
> new problem: empty lines.
>
> My site is [url]www.eurohouseandhome.com[/url] and the only page I've "cleaned up"
> (the
> only page where this problem is occuring) is the About Us page. You'll
> see
> that there is an empty space that shouldn't be there at the top of the
> page and
> another just under the banner. Must be something I changed in the code,
> but I
> don't see what.
>
> fyi - underneath the banner I left a blank row in my table intentionally
> so I
> could add content in the future if needed - but this appears okay on the
> other
> pages. At the top of the page the space seems to be above the table
> (everything on the page is inside table cells) and not inside it.
>
Murray *TMM* Guest
-
-
alittlehelp #4
Re: empty lines
the problem of the space below the banner persists, but I just solved the top space by setting a top margin of 0
alittlehelp Guest
-
Murray *TMM* #5
Re: empty lines
Sorry - you are talking about space in the rendered page.
I'd say that is due to this row -
<tr align="left" valign="middle">
<td width="22%"><span class="style2"></span></td>
<td width="72%"><span class="style2"></span></td>
<td width="6%"><span class="style2"></span></td>
</tr>
in your table.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"alittlehelp" <webforumsuser@macromedia.com> wrote in message
news:dgeds4$nno$1@forums.macromedia.com...> the problem of the space below the banner persists, but I just solved the
> top space by setting a top margin of 0
Murray *TMM* Guest
-
alittlehelp #6
Re: empty lines
you're right - that's the row, but that row exists coded the same in all my
pages, it just appears different on this page. maybe i have an extra space or
something in my coding causing this? any ideas?
alittlehelp Guest
-
Murray *TMM* #7
Re: empty lines
I dunno - I'd have to look at the other pages.
Anyhow, you can make that row 'disappear' by changing this -
<tr align="left" valign="middle">
to this -
<tr valign="middle" style="font-size:10%;line-height:10%">
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"alittlehelp" <webforumsuser@macromedia.com> wrote in message
news:dgeqf4$e4a$1@forums.macromedia.com...> you're right - that's the row, but that row exists coded the same in all
> my
> pages, it just appears different on this page. maybe i have an extra
> space or
> something in my coding causing this? any ideas?
>
Murray *TMM* Guest
-



Reply With Quote

