Bold Text Issues

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • navaldesign
    General & Forum Moderator

    • Oct 2005
    • 12080

    #31
    Re: Bold Text Issues

    Originally posted by Golfswinger View Post
    Just wanted to update you Naval....your fix worked like a charm...i'd be very happy to pay you for your consultative services in the future if you're so inclined ...thanks again j (my skype is jack.taylorgolf)
    I do provide paid for assistance if asked for. You can contact me, if required, through my site contactform (in my signature)
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    • sindee75
      Sergeant

      • Dec 2010
      • 33

      #32
      Re: Bold Text Issues

      Originally posted by navaldesign View Post
      Cindy, you also have tye same problem:

      In one of the HTML boxes you have added this code:


      <tr>
      <td>
      <font size="2";font color="red"><b>Sale!<font face=arial></font><b>
      <SCRIPT LANGUAGE="JavaScript1.2">
      <!-- Begin
      var months=new Array(13);
      months[1]="01";
      months[2]="02";
      months[3]="03";
      months[4]="04";
      months[5]="05";
      months[6]="06";
      months[7]="07";
      months[8]="08";
      months[9]="09";
      months[10]="10";
      months[11]="11";
      months[12]="12";
      var time=new Date();
      var lmonth=months[time.getMonth() + 1];
      var date=time.getDate();
      var year=time.getYear();
      if (year < 2000)
      year = year + 1900;
      document.write(lmonth + "/");
      document.write(date+"/"+ year);
      // End -->
      </SCRIPT>
      </td>
      </tr>

      Note the part in red: <b> which should be </b>

      It probably has more of this in other parts of your pages but right now fix this and we will see if the issue persists.

      Pls note that your page is full of code errors, <tr> and td> tags that do not belong to a table, <body> and <head> tags repeated MANYtimes that belong nowhere, generally speaking all the code you added in your page taken from somewhere else is full of errors! Quite a problem for SEO.
      ----------------------------------------------------
      Naval Design ROCKS! and so DOES Blue Voda. Blue Voda is the best sitebuilder you can find! Naval Design - you have pinpointed my BOLD TEXT issues and I have fixed them. Thank you!.. I will try to fix other errors on my own first, then hire you when I am stuck to save some money. Thank you again - you are awesome! Cindy

      Comment

      Working...
      X