How do I keep content from moving around in a table

For example on
http://mysmcc.com/giving.asp
, THe menu on the right is floating down because the page is a
longer one. I have the cell top aligned. Any thoughts?

I believe the problem you are having can be simplified if you
consider this
example -
Put a 2 row by 2 column table on the page. Merge the two
right hand cells
into a single column. Put an image into each left cell, and
you will see
that they merge vertically seamlessly. Now begin to add
content to the
merged cell on the right and you will see that at some point
you will have
forced the two left cells to begin to split apart vertically.
The more
content you add to the right, the further apart the two left
cells will get.
See what I mean?
To solve the problem, instead of making your page sit in a
single table,
have it in several nested tables. You should be able to put a
two column
table on the page with a nested table in each column. Put
your navigation
in the right nested table, and the
content in the rleft nested table. Now, changes to either of
the inner
table's
structure will not affect either of the inner nested tables.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"kakrho" <[email protected]> wrote in
message
news:faaee1$ju7$[email protected]..
> For example on
http://mysmcc.com/giving.asp
, THe menu on the right is
> floating down because the page is a longer one. I have
the cell top
> aligned. Any thoughts?

Similar Messages

  • How do I keep icons from moving around when I close the finder window and reopen?

    I am working in one finder window, and every time I arrange the icons the way I want them, they decide to shift around on their own when I open the window again.  How can I set the icons where I want and then keep them that way?

    Hi,
    This may happen if the PDF is opened inside the browser by the PDF plugin.
    In '''Tools''' ( or '''Alt''' + '''T''') > '''Options''' > '''Applications''' look for or type PDF in the search box and for the '''Action''' on the right change it to '''Save File''' or click '''Use other...''' and browse to the PDF main exe and select.
    Please see [https://support.mozilla.com/en-US/kb/Options%20window%20-%20Applications%20panel this] and [https://support.mozilla.com/en-US/kb/Managing%20file%20types this.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://addons.mozilla.org/en-US/firefox/addon/whats-that-preference/ What's That Preference? add-on] - Quickly decode about:config entries - After installation, go inside about:config, right-click any preference, enable (tick) MozillaZine Results to Panel and again right-click a pref and choose MozillaZine Reference to begin with.
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions/Add-ons]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]

  • How do I keep iTunes from moving files when I add them to my library?

    I use a site where artists give away their songs via torrent, so I like to seed as much as possible. But recently when I've added files, they're removed from their original folder and moved to a more generic "music" folder. How can I keep iTunes from doing this, so that my uploads aren't interrupted?

    In iTunes, go to Edit > Preferenes > Advanced, and make sure that "Keep..." and "Copy..." are both unchecked.

  • How do i keep timeline from moving when my arrow moves over it?

    I want to disable this so I can stop and start the clips without the arrow moving the scene along or back. does this make sense?

    This does not make sense in the iMovie interface. iMovie has a "copy/paste" metaphor rather than a "timeline/scotch tape and scissors" metaphor.
    I would recommend that you watch this [video tutorial for the basics|http://www.apple.com/findouthow/movies/imovie08.html#tutorial=create] and then watch other tutorials as you need them.

  • I created an album from photos taken off three different cameras. I am sorting the photos manually and when I close iPhoto, the photos move back either by date or by camera import time. How can I keep the photos from moving around?

    I created an album from photos taken off three different cameras. I am sorting the photos manually and when I close iPhoto, the photos move back either by date or by camera import time. How can I keep the photos from moving around?

    Don't tell us, tell them
    http://www.apple.com/feedback/macosx.html is the place for feature requests and feedback

  • My computer wakes up periodically without my moving the mouse. How can I keep this from happening?

    My computer wakes up periodically without my moving the mouse.  How can I keep this from happening?

    Your network may also be causing it to wake, if you are running Vista try this:
    http://www.howtogeek.com/howto/windows-vista/fix-sleep-mode-randomly-waking-up-issue-in-windows-vist...
    If Windows 7:
    http://www.techsupportalert.com/content/how-fix-computer-keeps-waking.htm
    If Windows 8:
    http://alinirimia.com/2013/11/windows-8-1-computer-wakes-up-from-sleep-how-to-stop-it/
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • I have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device?

    i have multiple devices backed up to the same computer each with different data. how do i keep them from syncing all data when i back up or transfer stuff from the computer to a device? one is an iphone 6 and the others are ipad mini first gens, each ipad has 64gb and the iphone has 128, need to keep the data seperate as they are not all mine

    Itunes content and pics are NOT part of the backup that itunes performs.
    Backing up, updating, and restoring iPad, iPod touch, and iPhone software
    You should transfer any purchases from iphone regularly:  File>Transfer Purchases  , if they fail to be transferred when you sync.
    You buy one and only one download.  It is your responsibility to move/copy/backup your purchases.
    You can try contacting itunes support and asking for an exception, but they are under no obligation to allow.
    http://www.apple.com/support/itunes

  • Forte and MIDlet - how do you keep Forte from seeing J2SE classes?

    I am developing MIDlets with Forte; I have created a new MIDlet within a MIDlet suite, using the HelloWorld template.
    However Forte lets me use any old class in my code, not just the MIDP classes. For example, if I write a
    Float f = new Float();
    line in my code, Forte will compile without batting an eyelid, even though there is no Float class in MIDP.
    How can I keep Forte from accepting the use of J2SE classes when compiling MIDlets?
    Thanks

    OK, fixed - here's what I did:
    - I went to Project/Settings/Compiler Types and I moved the J2ME Wireless Internal Compilation on top of the list
    - then to Project/Settings/J2ME Wireless Settings and make sure that the J2ME Wireless Internal Compilation was the default compiler
    - then Project/Settings/Java Sources/Default compiler and set the compiler again
    -then I went to Tools/Global Options/J2ME Wireless Options and set "Check default compiler" to false
    Now it works!Perhaps there are useless/contradictory steps in there, but at least now my code is only compiled against MIDP classes and not J2SE classes.

  • How do i load content from an existing ipod to a new computer and installation of itunes?

    how do i load content from an existing ipod to a new computer and installation of itunes?

    Recover media from iPod
    See this post from forum regular Zevoneer for options on moving your iPod data back to your computer.
    tt2

  • How do I keep iMessage from going to the upper right and out of sight?

    Imessage in Mavericks at random, on sleep, and when minimized,  goes to upper right on the screen and I cant get it back. Even Mission control can not access it.  I have close iMessage and restart. How do I keep it from going to the upper right and out of sight?

    Hi,
    I think a  Screen Shot will help.
    Use the CMD+shift+4 and then decribe around the area when you see the cross hairs.
    To Post here use the Camera icon in the reply screen and then select/navigate to the Screen Shot (normally on your Desktop) and select it.
    Then use the Insert Image button.
    I don't use Sleep so I can't speak to that.
    Minimise should put it in the DOCK.
    Do you mean coming out of Minimise ?
    Actually where is your DOCK  (mine is at the bottom and I nearly forgot other people have it in different places)
    If it is on the right is the Finder icon top of the icons ?
    If the windows of an App are minimised then it does not appear in Mission Control (some of this is mixed with normal behaviour).
    9:56 pm      Tuesday; May 20, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How do I remove content from my IPAD?

    How do I remove content from my IPAD to free up space?

    Go to Settings>General>Usage>Storage. You will see all of your apps in there. You can tap on the app and you can delete it in the next window - if that is what you really want to do.
    You can also unsync content with iTunes and keep all of your purchased content in iTunes on your computer, rather than deleting it all and having to download it again.
    You can transfer all of your purchased content into iTunes, then deselect the content that you want to remove, and then sync with iTunes to remove the content that you deselected.
    Transfer purchases.
    http://support.apple.com/kb/HT1848

  • I have a 120gb Classic that has no space left on it. i am going to buy a larger gb capacity ipod as soon as i get clearer instruction on how to get the old ipod content to the new ipod. How do you get content from one ipod to the other?

    how do you get content from one ipod to the new one? my content is on an external hard drive not on my pc and i have run out of space on my 120gb classic. can you get old ipod content to new? my itunes has only got short cuts, the real content is on an external drive? can this be done?? please help

    If the content is on an external drive, but your library knows where to find it, then it should all work. Connect your device, make some selections for what to put on it, and sync. If, on the other hand, your current iPod is the only place holding some of your media then see this user tip: Recover your iTunes library from your iPod or iOS device.
    tt2

  • Using a Macbook Pro with OSX 10.9.2. When I am typing an email, I get 10  copies of it in the trash folder. How can I keep it from filling up my trash folder?

    Using a Macbook Pro and OSX 10.9.2. When I am typing an email, it fills my trash folder with multiple copies of the email before I send it. I can have over 10 copies every time. How can I keep this from happening and filling my trash folder?  I did not have these issues with previous version of OSX.

    writing Email produced in multiples in all mail
    Multi Copies of Drafts To Gmail Server

  • How do i copy content from one hard rive to another through my macbook air? the copy and paste option doesn't work

    How do i copy content from one hard rive to another through my macbook air? the copy and paste option doesn't work

    It's because of the extension of the hard drive is a Windows extension ( most likely MSDOS or Ex-FAT), meaning you can only read but not write. If there are no important files (or you can copy the whole thing to your computer/mac) you can just reformat the hard drive and change the extension to NTFS (readable and writable on both windows and mac) or Mac OS Extended (readable and writable on Mac, readable on windows).
    Go to DISK UTILITY
    Choose the Hard Disk you intended
    ERASE
    You can choose either
              (I personally prefer this one, you know just in case)

  • How do I keep applications from automatically opening when I power up my Macbook Air?

    How do I keep applications from automatically opening when I power up my Macbook Air?

    When you Shutdown or restart, uncheck this option.
    Regards,
    Captfred

Maybe you are looking for