Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
unwanted break after summary

 

 


mdb
User

Oct 5, 2006, 10:37 PM

Post #1 of 4 (2533 views)
Shortcut
unwanted break after summary Can't Post

I am still testing my site but I have a concern.

Every once and a while after I load an article an extra break gets added between the summary and the date on the homepage

see

http://southlandmedia.com.au/artman/publish/index.shtml

I do not want this - I have checked there is no extra break in the article following the summary - any ides what is going wrong?

As usual - thanks in advance


Donna
Staff / Moderator


Oct 6, 2006, 10:02 AM

Post #2 of 4 (2527 views)
Shortcut
Re: [margaretmh] unwanted break after summary [In reply to] Can't Post

Hi Margaret,

I wasn't able to see any extra breaks between the summary & date on your page. Are you still having problems?

Donna

--
support@interactivetools.com


Silvatti
User

Oct 6, 2006, 11:38 PM

Post #3 of 4 (2519 views)
Shortcut
Re: [margaretmh] unwanted break after summary [In reply to] Can't Post

margaretmh,

I may be taking a shot in the dark here, but I think what's causing those huge breaks on your page is the image divider being used.

At the moment I just happen to be browsing the net using a slow wireless connection. While the page loads, I do see a big gap between articles, but that gap disappears once the page fully loads. If that's what we're seeing, it turns out this gap is just an image placeholder that your browser inserts until that image is fully downloaded onto your machine to display. Computers on slower connections, or computers that fail to download that divider image may continue to show that gap you're seeing.

I recommend looking into replacing that image with an <hr> HTML tag. It serves as a horizontal divider, and it's plain code, so there won't be that gap problem; plus it can be styled with CSS to look much like what you have now.

Here are some links which go over some interesting techniques to coding in a horizontal rule:

http://www.sovavsiti.cz/css/hr.html
http://www.brandnewbox.co.uk/lab/styled_hr.html

Apart from that, I'd have to agree with Donna... I don't see what would cause any real gaps between your articles summaries...


(This post was edited by Silvatti on Oct 6, 2006, 11:45 PM)


mdb
User

Oct 6, 2006, 11:49 PM

Post #4 of 4 (2516 views)
Shortcut
Re: [Silvatti] unwanted break after summary [In reply to] Can't Post

Silvatti

Thanks for that suggestion. I think I am referring to a different problem that did not show up overnight because I (stupidly) put all of these one liner test articles up to try to solve a different problem I am having.

The issue I am talking about is now up on my homepage

http://southlandmedia.com.au/artman/publish/index.shtml

on that last listed article.

I have double checked the article itself an cannot see extra gaps and this has happened to me once or twice before so I thought it might be somehting I was doing wrong.

Your hint through about my dividers is very much appreciated and I think I will take your advice.