Page is not the tail as it should

Hello

I'm having a problem with my page http://www.bethhockley.com/shufflebook.htm I wish that the upper edge of the images to match with the line along the upper edge of the button in the navigation bar, from home as do the images on this page page. I use the same class (animation) for both pages so I don't think its something to do with it.

I really do not understand why it does this, can anyone help?

My external stylesheet is at http://www.bethhockley.com/bethhockleychanged.css

Thank you

Beth H

Steve wrote:

> Try to reduce the padding-top on this rule:
>
> td.animation {padding-top: 20px; padding-left: 15px;}
> padding-bottom: 20px; padding-right: 17px; }

It is much simpler than that. CellPadding = "0" cellsspacing = "0" must
be declared for tables contained in images.

Tags: Dreamweaver

Similar Questions

  • When I combine a PDF pages are not the same size, what should I do?

    For the most part it's jpeg photos.
    TNX

    To print on a new PDF. You could select the page of standard size (portrait or landscape) and reduce the size to fit (in which case all pages are larger). This approach would leave small smaller photos. You can also select fit to page so that all have the same size.

    There may be a preflight script that could do that, but I remember a hand.

  • Things are not the tail

    Things are not the tail in Design view. They are very good in Live View and when I upload to the server. Any suggestions? One minute, they were beautiful and the next day they were all wobbly.

    http://michaelgabrielmusic.com/home/home.html

    Here's what it looks like in Dreamweaver - mode Design.

    Picture 2016-08-29 17_14_19.png

    I use Dreamweaver CS6.

    Design view is a relic of Macromedia in the past when all sites use tables-based layouts.  A lot has changed since then, but Design view has not kept pace with these changes. It will be eliminated later.

    For the purposes of editing, Design mode is very convenient, but at best, this is only an approximation of what would look like your site in older browsers.  If you use Responsive Layouts, fagetaboutit!  He can't handle the advanced CSS.

    Use the Live View and Preview in browser to test your work.   The Design mode is mainly for editing content.

    The current versions of DW CC have edition Live View.  At some point, you may want to increase the Creative DW Cloud version.

    For a taste of DW CC in the future, please download the public beta version currently in the trial.  It's still a work in progress, but the Beta team requires an entry.

    Welcome to all! Beta version of Dreamweaver is now online!

    Nancy O.

  • How to change the background color of the code written DW page but not the Web page...

    How to change the background color of the code written DW page but not the Web page...

    If you have DWCC2015, you can change to edit > Preferences > coloring Code and either choose a new theme (RecoGnEyes is the background dark code by default) or you can change it to what you want in the background field by default.

    2014 CC had no theme options, but you can change the background color in the same place.

    I think that some of the previous versions also had the option, but I don't have them on my machine to check.

  • Sidehead: stand on the L/R master pages but not the other master pages

    Hello!

    I struggled tonight all and can't seem to make it work. I wish I had room for a sidehead on my L/R pages in my document face page but I would like to than my master 'first Page of chapter' page for not having a sidehead: I would like to than the text on this one page to span the entire width of the text block.

    When I try to put in place, however, the first page of the chapter has the sidehead, even if it does appear its text block to have a sidehead when I discover its master page.

    What is strange, is that the area of sidehead of master page isn't even the same size as the sidehead who appeared on the pages of L/R, it is much wider.

    Can someone tell me the process for allowing no room for a sidehead on the first page of the chapter (with the master page from "First Page of the chapter"), but after sideheads on the following pages belong to L/R master pages?

    Thank you very much!

    Sideheads are a feature of document, i.e. the entire document level either has them or not, put on the page are not only specific.

    To get the first page view not the sideheads, you probably use paratags which are defined to cover all of the columns and the sideheads, tags that is customized for the first page only.

  • How to print only the text selected on a Web page and not the whole page?

    After you have selected a segment of a web page for printing, I go to the icon for printing and that clears the selection, leaving only the whole page as the selection to print.

    "The feature to print just selected text in a Web page doesn't seem to be a function of Firefox."

    If you use the toolbar print button, from the preview window before printing 29 Firefox open rather than the "Printing dialog window" as with the previous versions. using the button print in the upper left corner of the preview, takes you to the "print dialog window. "selected text" does not persist through the preview window; no way to print a selection of text using the toolbar print button. (a bug report has been filed on this change - regression.)

    As cor - el mentioned if you start printing via the keyboard, instead of using the button print, you should be able to print a "selection" of the text.
    WFM - works for me

  • Able to add colspan with jQuery to table on one page, but not the other.

    I am able to use jQuery to add an attribute colspan to one of the rows in the table on a regular with products catalog page, but when I try to do a catalog that has instead of product catalogs, I see not the colspan attribute when I inspect the lines of the table.

    The catalog I'm talking about is http://www.thesanfordcenter.NET/suite-menu . The catalogue is secure. I have set up a temporary account and a password if you want to view the pages.

    ID: test

    Password: account 1

    I wonder if this is a problem with my jQuery or maybe what layout, I have jQuery on. Any help would be appreciated. Thank you.

    This page has some errors coming JavaScript on it.  If you press Ctrl-Shift-J or Cmd-Shift-J on a Mac in Google Chrome you will bring up the javascript console.  Anything in red is usually a javascript error or a 404 error for assets that are not found... you should always try to clean them.

    In this case, your "expstickybar.js" file is loaded on this page, and he introduces a "jQuery.noConflict (); statement that basically removes the possibility of using the variable ' $' as a quick trigger jQuery methods.  This is not the case on the pages of your catalogue main is because you only reference this script with a relative url: 'expstickybar.js', so when you are on your catalog at http://www.thesanfordcenter.net/suite-menu/appetizers page then it is looking for your javascript to http://www.thesanfordcenter.net/suite-menu/appetizers/expstickybar.js files so it is not find it is coming as a 404 error.

    A fast solution would probably be to try to remove or comment on this first line in expstickybar.js that says "jQuery.noConflict ();".  This might work, but it is also possible that it will break your expstickybar.js script. If this does not work, you should probably go into each of your statements of jQuery in your pages and wrap them up in a function that explicitly said to use the variable "$" for jQuery:

    (function ($) {}

    YOUR OLD JAVASCRIPT HERE

    (}) (jQuery);

    On a side note, also included two libraries jQuery in your site and that is never a good idea... you have jQuery 1.4.2 loading in the HEAD of your page or the page template and then you are also to load jQuery 1.6.2 in the BODY of your page or your page template.  You must use one or the other.  1.4.2 is old enough now, so if I was you, after you try to correct the mistake of jQuery.noConflict () you have got going, you need to move this jQuery 1.6.2 reference in your BODY element and replace it with jQuery 1.4.2 marked in your HEAD.

    Also - you should change your reference in your page templates to make the "expstickybar.js" a URL relative to the root instead of a relative URL of the file.  Change:

  • Not displaying PHP pages is not the Remote/Web server

    All,

    Be nice, faithful of DW. I'm a n00b this field as a whole and the use of PHP, DW, etc.. I have a few questions... I use ~ 2008 Macbook Pro DW5 and MAMP.

    Put up my site with PHP files, got up a local test and running, got the Games records/requests to look and work the way that I love on my local server. In other words, the site is great locally. Signed up for bluehost to use my remote control, downloaded all the files correctly. BUT, when I went to see my site on the remote server, the php pages that are limited to members only are not displayed at all (HTTP 500 error). I guess that's not a mistake in coding that the pages display correctly on the local, but not the remote (therefore, a DB connection problem). Here's what I did to try to address.

    • Exported local DB, imported remotely (so its structure / named exactly the same apart from the host-insterted characters entered)
    • Activated my IP update remote site host cPanel (my C-class?)

    The first line of PHP code on all these pages of restricted Member begins with:

    <? php require_once('.. / Connections/TBO_Golf.php');? >

    The "TBO_Golf.php" contains:

    <? PHP

    # FileName = "Connection_php_mysql.htm"

    # Type = 'MYSQL '.

    # HTTP = 'true '.

    $hostname_TBO_Golf = "localhost";

    $database_TBO_Golf = "TBO_Golf".

    $username_TBO_Golf = "*"

    $password_TBO_Golf = "*"

    $TBO_Golf = mysql_pconnect ($hostname_TBO_Golf, $username_TBO_Golf, $password_TBO_Golf) or trigger_error (mysql_error (), E_USER_ERROR);

    ? >

    Issue 1) -I'm sure that with the files on the remote server, run the script tries to connect to a 'localhost', which is causing my error. Can I change the settings in the connection file or in the connection window of database to what works for my remote server? I know what they are like a second connection to the remote database (so now I have one for local and remote), I created that I have to "Redo" queries by using the remote connection?

    Question 2) Changes the settings as follows best practices when moving locally proved remotely (and test remote local to) regarding the display of dynamic pages? If not, what is?

    Question 3) In my attempt to research, I read somewhere that DW can't handle multiple database connections at a time. I find it hard to believe, so is it true that?

    If anyone can help, it will be greatly appreciated!

    Thanks in advance!

    SnakeEyez02,

    Thanks for the reply. Very much appreciated!

    (1) according to your answer, it seems that I have just to keep the name of the server as localhost, but just change the name of user and pword to match my remote user profiles?

    (2) re-reading of this issue, I guess I wonder what are some best practices when going from local to remote? I guess the same things like maintaining username/pw for local remote control, import and export, for help. But I was more focused on the transfer of DB connections that operate on local to the remote control. I find that it is not as simple as transferring the entire site, import/export of the DB.

    (3) sorry, wasn't clear on what I meant by multiple databases. He was referring to connect to the local computer and the remote control. It would be in the window "Database". So I run RS against either DB?

    Thanks for the direction on the error log. I think I know where it is on the cPanel, so I hope it will shed light on the issue.

    One last question... When I test the site locally and run off the coast of the local db, recordsets when I publish remotely, should I rewrite the recordsets to make reference to the distance db? Or can I just change the DB login information to access the remote versus local?

    Thanks for your patience!

  • Chart is not the tail

    Hello

    First of all, let me say that I did not build it, but I have to fix.

    In IE, we seem to have a problem with a part of the graph in the teal bar being pushed down, which caused the top of the bar, not line up at the top.  You can see it at http://www.totaloffice.cc/index.html.  I was not able to make this line to the top.  Can someone give me a solution for this?

    Thank you!

    Nina

    graphicedge wrote:

    Can it be put into the model, or what to put in each page individually?

    Thanks for helping me with this.

    Nina

    You can put in your template file and update the pages. More than one of the pages has the same problem with the same design? That's the only reason why I can see to the hotfix on each page.

    If you only want the fix on a single page so your page, which was built from the model, maybe already an editable region in the head section of the page where you can insert the code.

    Remember that the code I provided MUST be inserted after any link to the external css style sheet. If you insert it directly before the closing tag, it should work according to the needs...

  • the time printed on my email page are not the right time, can we modify it to be at the same time as my computer clock

    my hotmail for sent emails page does not show the exact time of the date of mailing.  can it be fixed or is it still important?  However, the computer shows the date and time of the day on the date icon and time (Control Panel) and on the bottom toolbar.

    The time indicated on the Hotmail messages depends on the time or areas in your account data. Head to your nickname in Hotmail and select account. In the page Overview of the account , click change next to country/region. Change the time zones for the good.

    Hotmail has its own support at the Windows Live Solution Centerforums. Please address any other question you may have on one of the forums on the right side of this page.

    Noel

  • Content in both columns is not the tail

    I'm currently reviewing one page that someone else had built in Dreamweaver. There are two columns of information but the content doesn't seem to be the tail. It looks good in the split screen, but the left content is pushed down, lower than the content of right when you preview in the three browsers. Someone at - it ideas?

    I guess without seeing your code via a link to your problem online (preferably) pages is that you experience float resulting Drop of half a dozen things.

    Nancy O.

  • Cannot read e-mail messages Hotmail, I get the frame of page but not the text of the E-mail

    Dear anyone.

    Since May 4, I was unable to read Hotmail emails in Firefox, I had to download Google Chrome just to read emails (yuck!) Before May 4, everything was fine. Now, I get the page frame, i.e. the part that said Hotmail to the top my list of Email subfolders to the bottom of the left side and the text of Microsoft on the bottom. The central area, which must contain the text of the may E real (and graphics of course if there is) is empty. I tried clear the cache and history, clear cookies, just like that, no joy.

    What has been the change suddenly from Hotmail, which has caused this? It is NOT a change in Firefox that I have not changed my version and it worked perfectly until today, may 4.

    Your puzzledly

    ulrichburke

    Sorry to disappoint you, but I'm a man. But thank you for your comment.

    Could you please mark this issue as RESOLVED for other users can come here to get the solution?

    Thank you.

  • recentley most of the documents in firefox to print prints on 1/4 of the page and not the full document. When I print the same thing in safari, it prints very well. Please tell us how can I get good print in firefox

    If you use Firefox to print most documents (boarding cards, identified mastercard, genealogy documents) printing shows only 1/4 of the page, is located in the left lower quadrant and doesn't print not part on the right side of the information. When I go into Safari and print the same documents in 2 minutes what they always print very well. We like Firefox and prefer to continue to use, but if we are unable to print, we use Safari more often

    Check and tell if its working.

  • How do I Change the Date on an individual Page, but not the entire Document?

    I'm a student using pages to take notes for my classes. I want to change the date on the individual pages so I can see what topics we have learned to date, without changing the date of the document in the header. How can I do?

    No reason why you could not just choose Insert menu: Date time & in pages individual body of the document? In the Pages of v5, this date will not update when the document is reopened.

  • The external Compositing Tag Cineware is solid, no not the tail

    3D-iPhone-Scene-2-(0-00-00-09).jpg

    I'm working on a fairly simple animation to show my new iPhone app from customers. The problem I have is 2 times, first when I use Cineware, the plane of the screen I have a compositing tag external, to create a solid, solid is not up to the traffic. It drags a bit of catching up, but not completely.

    Secondly, in desperation, I thought I would try rendering of C4D and import the AEC file, but that didn't even solid matter in the composition? I tried a very simple animation with just a rotation plan and solid in Cineware did just what I have above, but when I visited the economic community African and imported everything was lined up.

    You can download the scene of my selection: https://www.dropbox.com/s/1dpnzjvjp8otqyt/3D-iPhone.zip

    The compositing tag worked at Ae before I started to animate the phone, so I'm really confused as to why he don't line up! What I am doing wrong? Any help is really appreciated!

    I just posted an article that should help you with this problem.  http://helpx.Adobe.com/after-effects/KB/C4D-AE-CC-2014-timed.html

Maybe you are looking for