Modifiying text in a table creates more "white space"

New to Drupal - Modifiying a basic page where I deleted text in a table column (leaving the column empty). It looked good in the preview mode, but after I clicked save and looked at the live version - there was a lot of white space between rows that do not show in the edit mode. How can I bring all the data up, so the page looks good aesthetically?

Static resource organisation

I am a new user, so forgive me if this is a dumb question... However, I want to build a static, organised resource section of my site using Drupal. Ideally, I want announcements/news, and in addition to this have other resources grouped into three categories, and each of those subdivided (probably twice, to create three levels, with the subdivisions different for each category).

Constant for active user status

When working with user reference to create a field, we can do:

  'referenceable_roles' => array(
    DRUPAL_AUTHENTICATED_RID => TRUE,
  ),
  'referenceable_status' => array(
    1 => TRUE,
  ),

Is there a constant for active user status (and blocked user status) similar to DRUPAL_AUTHENTICATED_RID?

taxonomy related filters don't appear in views filters/contextual filters

Hi there
I've got the problem, that within views (aggregating content) filters as well as contextual filters don't show the taxonomy related fields such as term:name, term:id, etc. Only content:has taxonomy term id, etc. are available. Has anyone an idea what can cause this problem?
Thanks in advance.
Luc

Views pull Filter/argument value from URL?

Is this possible? Yes, I'm relatively new. I work better with clear examples and projects, so I thought I would try to do something specific.

The idea:
From home page, user clicks a URL for "Economics". The URL for this page is http://www.example.com/topics/economics

On the ../topics/economics page, a View (in the form of a block) then displays all articles tagged with "economics".

Difference between logged-in view and not logged-in view

New at Drupal, experienced at other CMS. I recently installed Drupal as a test on one of my servers. Playing around with various themes. Everything seems just a matter of figuring out where the various files and controls are located.

But I am a bit confused. I installed the Zero Point theme, and enabled the drop-down menu for basic site navigation. Works fine. All functions normally when I am viewing the site from the admin panels.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x