Forum Moderators: not2easy
Margin: 0px 0px;
background-position-y:
background-position-x:
Also doesn't like "align=" & "valign=" in DIV tags.
How do I over come these?
I've already solved it not liking INPUT tags used as buttons with DHTML, they all have to be inside form tags.
And use style="align : 10%; valign : 20%;" instead.
And doesn't like includes? What do you mean by includes?
Figured out how to do it with just "background-position: xvalue yvalue".
My margin style is in my body section of my css file is that going to affect it?
body {
background-color: #a0a0a0;
color: #000000;
margin: 0px 0px;
font-family: tahoma, serif family;
font-size: 10px;
}
Thanks stevedob, I meant to put a ":".
Will try "align: value" & "valign: value" when I get back to that site section.