On 06/24/2011 11:04 AM, Christian Lohmaier wrote:
Hi *,

On Fri, Jun 24, 2011 at 4:37 PM, webmaster for Kracked Press
Productions<[email protected]>  wrote:
"https://dvd.north-america.libreofficebox.org/home/en/";

I found the part of the CSS that causes the right side of the page to  be
hidden.
  Why this "hidden"option is needed.
a) You *must not* use<div id="Layout">  in your html, there is already
one div with that ID as part of the default layout, and you cannot
have two elements with the same ID in html, this is not valid. Same
for the other divs you did duplicate (BgContainer, Container, the
Header)
b) And you have an additional div class="typography", this again is
autogenerated, and is set to the full width of the page. When you have
additional elements on the left, then it doesn't fit anymore.

So the problem is you're "misusing" predefined/special css styles and
have hard formatting in your html.

Furthermore it "abuses" tables for layout. Tables don't make
"autoflow" easier at all.

  Couldthere could be some sort of auto wrap option somewhere that will  wrap
the text instead of hiding it.
No, as you explicitly tell it to not do that. The html contains manual
width specification of 784 pixel

So clean up the HTML - what you try to do is to fit "the content
within the content", and that doesn't work.

ciao
Christian

I was looking at the layout CSS for the CMS server and was wondering why the wrapped text seems to be hidden on the right hand side of the paragraph.

I was wondering if there was a fix that could be used so NA site that is being built on the CMS server, now on the libreoffice-na.us site, so there would not be any hidden text issues.

The table work was to deal with some alignment issues, but not it is being rebuilt to the CMS server specs.

Is there a way that the right site of the page would auto wrap so there is no hidden text?

Drew is doing the work right now, but I will be helping once I finish up some commitments locally.

I want the pages to be the best looking pages that can be done using the CMS server CSS.




--
Unsubscribe instructions: E-mail to [email protected]
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to