Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Posts posted by Graeme

  1. Hello All,

     

    I'm using HTML 5 and when I go to use the <ul> my editor says it is depreciated. I know it might be as simple as declaring it in the style sheet but can I ask how?

     

    Thank you as always,

     

    Best wishes

    Graene

  2. Helo All,

     

    After a format and re-install of Windows 7 i decided to install Macromedia Homesite 5, which I have used for ages. I love it and decided to look for a more recent version. Apparently the software is no longer developed so I thought maybe it is time to move on! Can anyone reccomend some software very similar to my favourite.

     

    Thank you as always

     

    Best wishes

    Graeme

  3. Hello All,

     

    I've been reading up on caches and I once had some code in a site that gave a fresh page every time it loaded but I can't remember how I did it! Any advice will be most appreciated,

     

    Thank you,

     

    Best wishes

    Graeme

  4. Hello All,

     

    I would like to position a background image, as a watermark really into a Div. I would like it in the cemter both vertically and horizontally no matter what other conten is in the Div, I'm using the following in my CSS code

     

     

    #news {

    width: 205px;

    color: #FFFFFF;

    padding: 5px 5px 10px 5px; /*top right bottom left - clockwise sizing*/

    float: left;

    background-image: url(../images/quote.gif);

    background-repeat: no-repeat;

    background-attachment: scroll;

    background-position: center;

    background-position: center middle;

    }

     

    Thank you as always,

     

    Best wishes

    Graeme

  5. Hello All,

     

    I'm tying to add more content to a couple of Divs and for some reason the extra won't show! My test web site is at

     

    http://www.btinternet.com/~gj.d/garytest/

     

    and the divs are #news and #pad, the news is set at a height of 372px and I thought that if I increased this the content would fit and the pad div would adjust accordingly. I think I may be missing something!

     

    Thanks you as always,

     

    Best wishes

    Graeme

  6. Thanks Andrea,

     

    I have

     

    <a href="#boxercise"><img src="images/boxercisenews.gif" width="200" height="90" alt="" align="" /></a>

     

    on an index.html page and

     

    <div id="boxercise">

     

    at the point on another page where I would like the the user to be directed to.

     

    Graeme

  7. Hello All,

     

    Is it possible to have a jump link, like to top of page, but to another part of another page? Say if I have an image on a home page, when this is clicked it takes you to the point on another page explaining the ad?

     

    Thank you as always

     

    best wishes

    Graeme

  8. Hi,

     

    The latest message is

     

    The XML page cannot be displayed

    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

     

     

    --------------------------------------------------------------------------------

     

    Invalid at the top level of the document. Error processing resource 'file:///C:/2bfittest/Sitemap.xml'. Line 1, Position 42

     

    <?xml version="1.0" encoding="UTF-8" ?>

     

    Thank you

  9. Hello All,

     

    I put together a sitemap using one of the on-line sites and submitted to my Google webmaster tools. When resting it in Google it showed some errors but it validated on a test site. Any ideas will be more than welcome, thank you as always

     

    Best wishes

    Graeme

     

    <?xml version="1.0" encoding="UTF-8"?>

     

    <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"'>http://www.sitemaps.org/schemas/sitemap/0.9">'>http://www.sitemaps.org/schemas/sitemap/0.9">

     

    <url>

     

    <loc>http://www.example.com/</loc>

     

    <lastmod>2005-01-01</lastmod>

     

    <changefreq>monthly</changefreq>

     

    <priority>0.8</priority>

     

    </url>

     

    </urlset>

     

    <body>

    <?xml version="1.0" encoding="UTF-8"?>

    <urlset

    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9

    http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

     

    <url>

    <loc>http://www.2b-fit.co.uk/</loc>

    <lastmod>2012-06-15T12:03:55+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/index.html</loc>

    <lastmod>2012-06-15T12:03:55+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/aboutus.html</loc>

    <lastmod>2012-06-15T11:15:01+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/ourclasses.html</loc>

    <lastmod>2012-06-15T11:18:41+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/personaltraining.html</loc>

    <lastmod>2012-06-15T11:31:01+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/weightanddiet.html</loc>

    <lastmod>2012-06-15T11:23:24+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/testimonials.html</loc>

    <lastmod>2012-06-15T11:27:23+00:00</lastmod>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/contact.php</loc>

    </url>

    <url>

    <loc>http://www.2b-fit.co.uk/questionaire.pdf</loc>

    <lastmod>2012-06-14T14:26:50+00:00</lastmod>

    </url>

    </urlset>

     

     

    </body>

    </html>

  10. Hello All,

     

    I once visited a web site and there was a box with a line of text letting people know if the owner was online. I thought this was handy and had an idea to use it. I asked the web master and he said there were scripts about to do this but I'm not too sure if he meant PHP or Java or something else.

     

    Thank you as always,

     

    Best wishes

    Graeme

×
×
  • Create New...