Messed up page

hi this page looks ok:
http://www.insideyork.co.uk/guest-houses.html
and this one is messed up:
http://www.insideyork.co.uk/attractions
i don't understand what's different to make it throw a bit
wobbly...
yet page 2 of this is fine. which makes it seem like the html
of some of the individual results is throwing it all off centre.
I've tried validating it etc but can't see for the life of me where
the culprits lie. If i could just alter those individual bits
making it messy that would be great so it at least looks ok. then i
can clean other bits up after. but at moment it's spoiling the
viewing pleasure for visitors...

You haven't closed this:
<table border="0" cellpadding="5" cellspacing="0" style
also, it doesn't seem to belong anywhere there.
You have a number of other errors - see this:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.insideyork.co.uk%2Fattraction s
Jo
"BumStuckOut" <[email protected]> wrote in
message
news:gci4c5$kkr$[email protected]..
> hi this page looks ok:
http://www.insideyork.co.uk/guest-houses.html
>
> and this one is messed up:
http://www.insideyork.co.uk/attractions
>
> i don't understand what's different to make it throw a
bit wobbly...
>
> yet page 2 of this is fine. which makes it seem like the
html of some of
> the
> individual results is throwing it all off centre. I've
tried validating it
> etc
> but can't see for the life of me where the culprits lie.
If i could just
> alter
> those individual bits making it messy that would be
great so it at least
> looks
> ok. then i can clean other bits up after. but at moment
it's spoiling the
> viewing pleasure for visitors...
>

Similar Messages

  • Royally Messed Up Page - Don't Even Know Where to Start

    Hello,
    This is my first post here - I inherited the managment of this website as part of my day to day tasks and know very little about properly operating Dreamweaver CS3...just enough to be dangerous.
    I have royally messed up this page:  http://www.earthserviceandsupply.com/html/essnews.html
    This seemed to occur when I inserted a weather radar into the code and now I can't fix the problem.  I really don't want to delete the radar.
    I have tried to reapply the original template hoping that it would fix the bug but to no avail.  I keep getting multiple errors such as: 
    Any help that could be given to remedy this problem would be much appreciated. 
    Thanks so much!

    I inherited the managment of this website as part of my day to day tasks and know very little about properly operating Dreamweaver CS3
    This is worrisome.  It's not Dreamweaver you should be learning but code basics.   If you don't know code basics, DW is going to continue to punish you. 
    Start here:  HTML & CSS Tutorials - http://w3schools.com/
    Errors in code are responsible for 98% of browser rendering issues.  You have more than a few to work on starting with a valid document type.  Without one, your web pages render in Quirks Mode which is geek speak for a confused mess.
    Open your main Template.dwt file.
    To add a document type in DW, go to Modify > Page Properties > Title/Encoding tab and choose a doc type that fits your coding skills.  I recommend XHTML transitional.  Hit OK. 
    Next, Validate code and fix reported errors using the tools below.
         Code Validation Tools
         CSS - http://jigsaw.w3.org/css-validator/
         HTML - http://validator.w3.org/
    NOTE: if this is beyond your skill set, tell whoever saddled you with this project that the site is in desperate need of a re-build to meet modern web and accessibility standards. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • Div messed my page

    I tried to ad a divm rookie! and messed my work, this is the messed page http://www.tompriceshs.wa.edu.au/publish/    and this is a good one http://www.tompriceshs.wa.edu.au/publish/news/news.html, I guess I have to rebuild it can any one suggest how I could simply sort it, I did not have a backup. rule 101 duh! thanks

    Gytoman wrote:
    That worked brilliant, thanks. How di
    d you know the css I used? Maybe you might know
    how I can sort the added div I was trying to place below the accordian? and also below the spry menu? I was trying to ad in a separate area for info. thanks again!
    To add another <div> below the spry on the left hand side of the page follow these instructions:
    1) first you need to wrap the 'leftnavigation <ul> in its own <div>
    Give the new <div> an id of 'leftNav' and insert it in the code as shown below - between the 'contentArea' opening <div>  tag and the 'leftnavigation' opening <ul> tag. Give it some inline css styles (as shown below)
    div class="contentArea">
                <div id="leftNav" style="float: left; width: 200px;">
                    <ul class="leftnavigation"><ul id="MenuBar1" class="MenuBarVertical">
    2) Close the new 'leftNav' <div>. The Closing </div> tag is inserted after the closing </ul> of the 'leftnavigation' (see below)
    </ul>
                    </div><!-- end leftNav -->
    <div class="content">
    3) Now add another <div> directly after the  'leftnavigation' closing </ul> tag and before the closing </div> tag of the 'leftNav' (give it an id of 'news') (see below). Add some inline css styles (as shown)
    </ul>
                    <div id="news" style="clear: both; padding: 20px 0 0 0; margin: 0 10px 0 18px;"><h2>News</h2></div>
                    </div><!-- end leftNav -->
    <div class="content">
    Now you will have a new area to add some content to. You can change the ids of the <divs> to suit your own naming convention.
    Adding another <div> below the Spry Accordion Panel on the right hand side of the page:
    In design view click in the Accordion Panel. Then along the bottom of Dreamweaver Design View select the <div.contentright> tag. Make sure its highlighted and go into code view. You will see the whole 'contentright' <div> has been highlighted in the code - scroll down to the end </div> tag.
    Insert a new <div> directly before the closing tag of the 'contentright" </div>. Give it an id of 'extraContentRight' as shown below:
    <div style="clear:both;"></div><div style="clear:both;"></div>
                        <div id="extraContentRight">Your content goes here</div>  
                  </div><!-- end contentright -->
    Thats it just style the new <div> as needed.

  • BUG-JDev 11G 5407-Project level resource bundle usage messes the page

    When you define a resource bundle on the project properties and if you are using templates the page is not properly rendered in the design view but it runs fine.
    What happens is , JDev adds a JSTL set tag just before the *<af:pageTemplate>* tag and this confuses the designer. To workaround I defined the bundle variable in faces-config, it worked fine for the existing texts but when you add a new text to the page JDev keeps adding this set tag at the beginning of the page and you need delete it each time.
    It looks like a bug to me ..
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces"
              xmlns:mcc="http://com.micros.adf.controls"
              xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="abcdmainBundle"
             value="#{adfBundle['com.abcd.view.zzzz.messages.AbcdMain']}"/>
      <af:pageTemplate viewId="/tmpl/abcdMainFgTmpl.jspx" id="pt1">
        <f:facet name="main">
     

    Hi,
    we have the same issue and therefore do not use the feature of the property inspector.
    Instead we open the *.properties file in jdev and edit it manually.
    There is bug 7537379 around this c:set tag which MAY BE fixed in the next release (11.1.1.2.0) but I don't know if this bug also covers exactly your problem.
    regards
    Peter

  • Sorting pagedview jsondataset messes up page number s

    Hello,
    Have been playing around with Spry and have been very
    impressed so far, but have run into a problem.
    I am creating a JSON data set and corresponding paged view as
    follows
    <script>
    JSONDataSet = new Spry.Data.JSONDataSet(siteUrl +
    "search/getSearchResults?limit=500",{ useCache:false,
    distinctOnLoad:true });
    JSONDataSet.loadData();
    pagedView = new Spry.Data.PagedView(JSONDataSet, { pageSize:
    25 });
    pagedViewInfo = pagedView.getPagingInfo();
    </script>
    <div class="liveSample" spry:region="pagedView">
    <table class="dataTable">
    <thead>
    <tr>
    <th spry:sort="fileid">id</th>
    <th spry:sort="title">title</th>
    </tr>
    </thead>
    <tbody>
    <tr class="listRow" spry:repeat="pagedView" >
    <td>{fileid}</td>
    <td>{title}</td>
    </tr>
    </tbody>
    </table>
    </div>
    <p spry:region="pagedViewInfo"
    spry:repeatchildren="pagedViewInfo">
    <a spry:if="{ds_CurrentRowNumber} != {ds_RowNumber}"
    href="#" onclick="pagedView.goToPage('{ds_PageNumber}'); return
    false;">{ds_PageNumber}</a>
    <span spry:if="{ds_CurrentRowNumber} == {ds_RowNumber}"
    class="currentPage">{ds_PageNumber}</span>
    </p>
    It loads as expected and I can happily click away on the page
    numbers. When I sort the data set however, say by clicking on the
    'id' table header, the page numbers are no longer in sequence -
    they are now 3 6 5 2 20 19 18 17 16 15 14 13 12 11 10 9 8 7 3 5 .
    How should I fix this?
    Any help/advice will be most welcome.
    Thanks,
    dd.

    Hi dr76,
    My intent was that folks would sort the "real" data set
    instead of the "paged view", which is why your solution works
    properly. But, since this seems to be a stumbling block for lots of
    folks, I went ahead and added support for sorting the paged view.
    This support should appear in 1.6, but I posted the patch in this
    post.
    --== Kin ==--

  • New pages made From Template messed up!

    Hello,
    I have made a template that is not yet finished... I decided
    to test it out, but when I make new pages from it, the formatting
    is messed up (in any new pages that I create from the template).
    This of course is happening prior to uploading to the pages... (I
    need to make many different pages from the template but cannot
    proceed because of this...)
    If I preview the new ‘messed up’ page in Safari
    (that is by clicking the Preview button in Dreamweaver itself), it
    is almost OK, but the background image does not show up. Could
    anyone suggest what I might need to do to get the ‘new’
    page to appear fine in Dreamweaver itself.
    I am new to Dreamweaver and have just started with it since
    moving from GoLive...
    Thanks in advance.

    > Well, that solved the problem. Changed my hard disk name
    from D's 200 to
    > just
    > D 200. After that I had to reset the site root folder
    but now pages made
    > from
    > the template are correctly formatted...
    If it would be considered a bug, then many programs would
    have it! As a
    general rule of thumb, it's best to avoid any characters in
    your
    file/pathnames other than letters, numbers, and
    hyphens/underscores. That
    would eliminate spaces, quotes, ampersands, parentheses, etc.
    > One remaining question. In the template, I used
    Modify/Page Properties to
    > add
    > a background to it. When I make a new page from the
    template, the
    > background
    > does not appear. Is that normal or should it appear?
    It should appear, so there must be something wrong in the
    resulting code.
    Can we see it?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Peace Freak" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello,
    >
    > Read through both the latest suggestions and decided to
    try getting rid of
    > the
    > single quote first as it was the easiest to do. I am on
    a Mac by the
    > way...
    >
    > Well, that solved the problem. Changed my hard disk name
    from D's 200 to
    > just
    > D 200. After that I had to reset the site root folder
    but now pages made
    > from
    > the template are correctly formatted...
    >
    > Thank you so much for this excellent troubleshooting
    experience. I guess
    > this
    > single quote problem would be considered a bug (surely
    single quotes
    > should be
    > allowed in the names of hard disks???) as I don't ever
    remember Apple
    > saying
    > don't use single quotes when naming a hard disk...
    >
    > Should I/we report it to Adobe? I would be happy to. I
    don't know how
    > these
    > forums work but it might be an idea to post a
    topic/sticky with
    > appropriate
    > keywords so that others will be made aware of it easily.
    >
    > One remaining question. In the template, I used
    Modify/Page Properties to
    > add
    > a background to it. When I make a new page from the
    template, the
    > background
    > does not appear. Is that normal or should it appear?
    >
    > Thanks so much.
    >
    >

  • One page all messed up

    I have created a website a few years ago and all has been good but last time I updated one of my pages now appears all messed up. I didnt update the page that is all messed up now. I have no idea why as all my other pages are working fine. I have re uploaded the site many times but still no change. PLease help.
    messed up page
    http://www.trilliumfinancialgroup.ca/TFGSITE/Trillium_Financial_Group_Becoming_AClient.html
    website
    http://www.trilliumfinancialgroup.ca

    I'm not sure that this has anything to do with the code at all.  It just looks as if images have not been uploaded to your server for some reason.
    One other suggestion - have you tried connecting to your server using Cyberduck and then deleting the whole of your site?  If not, then it might be worth doing this and then start from scratch and re-publish your site to a local folder from iWeb and then upload afresh using Cyberduck.
    If you are still having problems, then you could try and re-create the page itself that is giving you problems in iWeb and then upload and see if this makes a difference.  Could just be a rogue page so to speak.

  • How can I re-download the new pages.  App Center won't let me.  Says it is installed.

    I have messed up Pages 5 and now all I have on my Mac is the old pages 4.?  When I go to the App Center it tells me that the new Pages is installed.  But I have corrupted it somehow and need to download it again.  How do I do that when the App Store tells me it is already installed?

    Dah veed,
    I tried this but when I go to the purschases page, Pages in greyed out and still says "installed."  Any other suggestons?
    I can't find anywhere where another copy of Pages is installed.

  • Save as RTF-feature in Pages 09

    I work a lot with DEVONthink Pro Office, a tool for ordering, categorizing and searching content (mostly documents for me). Unfortunately, while DTPO shows pages files and can even search them, the integration is not complete and leaves something to be desired.
    Working with rtf-files, though, is no problem. Now, when I write in Pages 09, I save my working very often, I usually hit the cmd+s combination on my keyboard after each sentence I write. This, of course, does not work when you want to save as an rtf-file. I have to take the long way of selecting "Export" from the file menu, select "RTF", select location etc. I don't have the foggiest idea why Apple don't just implement a direct "Save-to-RTF" feature in Pages, just as is normal in pretty much all other word processors, but hey, that's just my opinion and, knowing Apple, I do not anticipate any changes soon.
    So my question is: Is there some kind of work-around? Some kind of keyboard shortcut? Possibly an automator action?
    Cheers and thanks for any help given

    Perhaps the reason why the other poster suggested not using Pages for RTF export is that it can make a mess of things. You mentioned citations, and I use legal citations in footnotes. Well if I export a document in RTF format in Pages and then import back into Pages (or something else, OpenOffice or MSWord) the footnotes are a mess.
    Pages does a good job (for me) exporting in .doc format, but it .rtf export function is rather awful (again for me).
    If Pages does a good job of exporting documents having footnotes in RTF for you, then I would be curious as to what version of Pages you are using. I am using 4.0.4.

  • How do I convert Pages 5 files to older versions, on a computer that doesn't have Pages 5?

    I am out of the country and using an older laptop that has 10.6.8 installed on it.  I also have 2 versions of Pages installed on this laptop (2.0.2 and 4.0.5).
    I was attempting to open some Pages files that I had created on my Mac (10.10), but got the dreaded "missing .xml file" message.  After searching around, it seems the only way to use these older files is to open them with the newer version of Pages, then convert/export them to the older version.  However, I can't do this on my current laptop because it can't install the newest version of Pages because it requires an update to 10.10, and this computer can't be updated to 10.10 due to having older hardware.
    So, am I basically out of luck until I can access these files on a computer that can run Pages 5?
    Apple, if you're reading this I really hate you for messing up Pages like this...

    Rate/Review Pages 5.5.2 in the App Store.
    The only hope you have and it is stupidly clumsy is to open the Pages 5 document in iWork beta in Safari and export it to a Word doc file, then open that in Pages '09.
    This is not a surprise, but it is an object lesson. If you want compatibility and portability, do not use Pages anything or if you want portability across Macs use Pages '09.
    Peter

  • Is there a way to reset Pages?

    I recently downloaded a trial version of Microsoft Word and now Pages won't let me type unless I create a text box first.  I must've inadvertently messed up Pages settings.  Is there a rest?
    Carol

    Downlowding a MS application doesn't mess up Pages.
    You probably are choosing a Page Layout template in the Template chooser. In Pages go File > New from Template chooser > Choose a blank template from the Word processing  group of templates. You cna also do a change in the Pages preferences so you automatically get a blank word processing template openend.

  • Opening a new tab by right clicking from Facebook home page

    Whenever I right click and go to a new tab I get a messed up page. This happens only on Facebook when helping friends or viewing something from a post. It only happens on Firefox, tried it on IE plus on 2 more computers. Also when I am playing a game...ie FV and wish to post for help...the box just sets there showing it working but never opens fully so I can post.
    Will be glad to send a copy of what the page looks like when I open a new tab if you need it.

    here is what the page looks like when I open a new tab...is there anything I can do to fix this...Thank You

  • Importing AppleWorks in Pages 2

    Importing from AW 6.2.9 to Pages 2.0.1 working VERY POORLY for me. (Was working poorly in first version of Pages, too. I had hoped Pages 2 would fix it. No sir!) I'm complaining about importing AW 6 Word Processing documents only- NO spreadsheet, no drawings, etc. Yes, the 'words' in the imported document seem to all be there, but regularly, seemingly randomly, the font itself will be changed to a different font (Chicago 10 point becomes Times New Roman 12 point), and then back!; the font points themselves will change, from 7 to 10, and 12 to 10; paragraphs of text that were bold become unbold- except for the first line- which is still bold- but the font itself has changed!. Good-looking pages (in AW 6) become a mess in Pages 2! I need help! Help! Help!
    iMac   Mac OS X (10.4.6)  

    Hi Cliff
    I just opened a few reasonably complex AW documents by dragging and dropping. What I did notice is that Pages doesn't recognise the Times font in the Applework and maps it too Time New Roman. This may be entirely a coincidence since that was the last font I used in Pages.
    A couple of thoughts might be to look at what defaults might be in Pages for new documents/templates and align themto what's coming in.
    The other is True Type Postscript issues, old classic fonts and newer OS X ones.
    Third thought is doocument size. I was working only to 40 or so pages. Have you tried splitting the document and bringing in smaller peices at a time.
    Last but ugle way would be totry exporting form AWs to rtf or Word format then bringing it in.
    Regards Eric

  • Page view...gone?

    Trying to export to pdf and the results are a mess. Pages that show up as landscape in Numbers end up as potrait on pdf.  Trying to print all pages in Numbers using the inspector has the program hang up, beach ball o' death.
    Any thoughts....?

    Morry,
    ...back to verison 2.3, I guess. Apple has indicated that they will restore some layout tools in a Numbers 3.x release within the next 6 months, that usually means exactly 6 months. But, they didn't promise Print View editing.
    Jerry

  • Printing first page of a multipage document

    Can anyone tell me, when printing speads of a mutipage document (in my case a book), how to get the first page to print on the right hand side of the paper?
    At the moment all pages except the first one print normally (i.e. left and right hand pages side by side on a landscape A4 sheet). The fist page however prints centred on the sheet when it should be on the right.
    I can't add extra pages in front without messing the page numbering. At least I can but it's bothersome.
    I've looked through the print dialogue but can't find anything there that helps.
    Any other ideas?
    I am printing on a Canon inkjet out of ID CS3.

    That's the way it is....
    Add a completley blank page set to an even number and then start a new section and renumber the real first page.

Maybe you are looking for

  • Reliable external device

    In another topic recently someone told me to use better a fire wire disc rather than a USB one to nest my FC projects, but my computer have four USB ports and only one fire wire and is easier to find in store USB hubs than fire wire ones as well as H

  • How to open a .War file

    Hi all I have an application running on J2EE server as packed .War file . Does anybody know how to open the War file in NWDS ?? And how to modify some JSP present in that application ??? Thanks KK

  • Trying to renewKaspersky anti virus, keeps saying internet explorer is set to work off line, it isn't, is this Foxfire interferring??

    I'm trying to renew Kaspersky anti virus program. it keeps telling me that it can't because my internet explorer is set to off line, I checked and work offline is NOT checked, Is the problem because I've brought in mozilla firefox and kaspersky is no

  • Importing .mp4 movies into imovie

    I have imported 4  movies (all are .mp4) that I have downloaded from the same source using Dropbox. One successfully imported to imovie as .m4v. The others do import, but as .mov, with only a single video frame (which has a "0" in bottom left corner

  • Undefined variable or class name

    I am trying to call a java class to another class but gets the error: "Undefined variable or class name" Both my java files are in the same directory and I am able to compile only one of the program. Wondering what am I missing? The source code is: S