A little html help please...

12 replies
Hey there!

Take a look at this site:

Fast Cash For Newbies | By Jeremy Rise

I made it for a client.

But I need the sales copy to be left aligned. Problem is, the html code IS left aligned at the moment...

thanke a look at this snippet:
<p align="left" ><span style='font-size:12.0pt;line-height:115%;font-family:
Arial'>It doesn't matter how little you know about internet marketing, it
doesn't matter how long you have tried and struggled to make money online... <o:p></o:p></span></p>
So why is it NOt left aligned!!

Is it just my browser?

Thanks for helping, and if you want I can send the code around, but obviously none of the images and active content etc.

Thanks

Mubarak
#html
  • Profile picture of the author kswr123
    ok, ignore the fact that a smiley face came up in the code!!
    Signature
    {{ DiscussionBoard.errors[693963].message }}
  • Profile picture of the author kswr123
    Tried it in DW CS3... Nothing... It says that it is already left aligned....

    I am really confused lol
    Signature
    {{ DiscussionBoard.errors[693973].message }}
  • Profile picture of the author natswanna
    I think it is now aligned properly
    {{ DiscussionBoard.errors[693975].message }}
  • Profile picture of the author kswr123
    what? I have not changed anything... What browser are you using?

    Mubarak
    Signature
    {{ DiscussionBoard.errors[693988].message }}
    • Profile picture of the author YiKeS
      Originally Posted by Mubarak Waseem View Post

      what? I have not changed anything... What browser are you using?

      Mubarak
      G`day Mubarak,

      your problem is to much styling, you have a CSS File so keep it all
      in that ... on your HTML Page in the <head> section is the likely culprit
      ... change the following code to align left ...

      p
      {
      mso-margin-top-alt:auto;
      margin-right:0cm;
      mso-margin-bottom-alt:auto;
      margin-left:0cm;
      mso-pagination:widow-orphan;
      font-size:12.0pt;
      font-family:"Times New Roman";
      mso-fareast-font-family:"Times New Roman";
      text-align: center;

      YiKeS
      Signature
      AUSSIE MADE
      WSO --> HOMEPAGER <--- WSO
      {{ DiscussionBoard.errors[694055].message }}
      • Profile picture of the author YiKeS
        G`day Mubarak,

        crikey mate, I should`ve scrolled down the page before posting last
        reply .. your Guarantee image needs a tweak. Look for the following
        code and change the width/height dimensions so it shows correctly.

        <td width="382"><p><img src="/images/FCFN Guarantee.png" width="430" height="431" />
        You should put a - in the image name to ...

        FCFN Guarantee.png
        FCFN-Guarantee.png


        YiKeS
        Signature
        AUSSIE MADE
        WSO --> HOMEPAGER <--- WSO
        {{ DiscussionBoard.errors[694072].message }}
  • Profile picture of the author kswr123
    Cheers Chris! I'm doing all of that now, and seeing where I end up!

    Mubarak
    Signature
    {{ DiscussionBoard.errors[694205].message }}
  • Profile picture of the author kswr123
    er.. nothing.

    Cheirs I'll PM ya now, and we can see where we end up...

    Mubarak
    Signature
    {{ DiscussionBoard.errors[694211].message }}
  • Profile picture of the author kswr123
    Ok thanks to Chris AKA YiKeS. He helped Loads!!

    Mubarak
    Signature
    {{ DiscussionBoard.errors[695374].message }}
  • Profile picture of the author kswr123
    Yep, I did use CSS, and yes, the site has now been fixed!

    Mubarak
    Signature
    {{ DiscussionBoard.errors[696987].message }}

Trending Topics