brown2005
Members
-
Joined
-
Last visited
Reputation Activity
-
the customer is always right....especially when they are paying
-
brown2005 got a reaction from UNIVERSITY in What DOCTYPE to use if using HTML/CSS codes and want to make tables?are you laying out the website with tables? you shouldnt.
-
brown2005 got a reaction from Frost Tear in Gradient, then image repeat.right in css you need:
html, body { height:100%; }
div #slice{
background: url(bgrepeat.png) repeat-y;
width: 1098px;
height: 100%;
margin: 0 auto;
}
then
<div id="slice">
<div id="colourWrapper">
in your html
-
brown2005 got a reaction from PixelPure in Is it legal to copy another website's idea?it depends if they have trademarked/copyright the idea or not.