Welcome to TalkGraphics.com
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Web design in Photo Shop

    Spammers and Spamming seem to work in cycles. We seem to be in one of the active cycles at this time.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  2. #12
    Join Date
    Feb 2014
    Location
    Indian
    Posts
    5

    Default Re: Web design in Photo Shop

    Quote Originally Posted by steve.ledger View Post
    Your site is not centered in any browser as there is nothing telling it do do so.


    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Curb Company</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF">
    <body style="text-align: center; margin: 0 auto">

    <!-- ImageReady Slices (default.psd) -->


    <table id="Table_01" width="781" height="793" border="0" cellpadding="0" cellspacing="0">


    Notice also that you have used 2 <body tags
    Best to use only one <body tag
    eg;
    <body style="text-align: center; margin: 0 auto" bgcolor="#FFFFFF">

    You can also add the align=center to the top table tag, although these days using 'styles' is considered better.
    It Sounds Cool and promising!

  3. #13
    Join Date
    May 2014
    Posts
    30

    Default Re: Web design in Photo Shop

    See you might done a mistake in CSS. Steve define it very well in above comment apply it properly.

  4. #14
    Join Date
    Jun 2014
    Posts
    46

    Default Re: Web design in Photo Shop

    Its browser compatibility error. check your CSS

  5. #15
    Join Date
    Aug 2014
    Location
    Dubai, UAE
    Posts
    3

    Default Re: Web design in Photo Shop

    Whats your site? I could help you with this issue and try to resolve through CSS.

  6. #16
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    12

    Default Re: Web design in Photo Shop

    There must be browser compatibility errors. check through CSS style sheet or use firebug to set your browser css and codings.

  7. #17
    Join Date
    May 2014
    Posts
    25

    Default Re: Web design in Photo Shop

    Yes she is right. there is a browser compatibility error

    Quote Originally Posted by aframalik View Post
    Its browser compatibility error. check your CSS

  8. #18
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    12

    Default Re: Web design in Photo Shop

    are you asking something or self answering I am not getting your point actually.

  9. #19
    Join Date
    Sep 2014
    Location
    Dubai, UAE
    Posts
    10

    Default Re: Web design in Photo Shop

    The reason is obvious you haven't defined proper CSS if you did the code will work okay.

  10. #20
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,502

    Default Re: Web design in Photo Shop

    What's the point?!

    Posted 05 April 2009.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •