Why do my background colours keep on changing?

5 replies
  • WEB DESIGN
  • |
Hello fellow warriors,

I am working on a squeeze page template which is AWESOME! It also has a customized opt in box which I am using.

Now here is my problem:

The background is white of the web page. However, when I insert my aweber code the background changes to grey and black which is what I don't want, i want it to be the original white, it looks MUCH better that way.

Why is the aweber code messing up my colours? How do I fix this?

Thanks,

Mark
#background #changing #colours
  • Also I wanted to add this is the aweber code I am adding

    "<form name="subscriber"
    action="http://www.aweber.com/scripts/addlead.pl" method="post"><input
    name="email" size="30" value="Your Email Address"
    class="email" onfocus="this.value=''" type="text" /><input
    src="button.jpg" name="submit" value="submit"
    type="image" /> <input name="listname"
    value="mycoolistname" type="hidden" /> <input
    name="redirect"
    value="http://www.mydomain.com"
    id="redirect_4c2090899f70cde074db2d239f7fae7d" type="hidden" />
    </form>

    Why is this messing up the colouring scheme?
    {{ DiscussionBoard.errors[3638344].message }}
  • Ok i managed to fix the aweber problem but now it something weird.

    I am using kompozer.

    The background colour is suppose to be white, but as soon i publish it becomes black and greay. Here is how it looks like when it is published:

    Attract Beautiful Women

    Any idea how to fix this please?

    Thanks,

    Mark
    {{ DiscussionBoard.errors[3639010].message }}
    • Profile picture of the author claudio777
      Hey,
      take a look at the css file:


      #content {
      background-image: url("/images/bg.jpg");
      float: left;
      width: 950px;


      }

      It's the background image; you should remove it.
      {{ DiscussionBoard.errors[3639031].message }}
      • Originally Posted by claudio777 View Post

        Hey,
        take a look at the css file:


        #content {
        background-image: url("/images/bg.jpg");
        float: left;
        width: 950px;


        }

        It's the background image; you should remove it.
        You are AWESOME! Thanks- problem solved!
        {{ DiscussionBoard.errors[3639047].message }}
  • Profile picture of the author claudio777
    You are more than welcome, have a fine day.
    {{ DiscussionBoard.errors[3640973].message }}

Trending Topics