Cascade style sheets?
Can someone tell me how to make this image into a css that will look good using photoshop and dreamweaver? Thanks a lot in advance.
www.milemarker9.com/background.jpg
Public Comments
- You don't make images into CSS. CSS is for formatting HTML.
- make it one pixel wide. use body { background-image:url(http://wherevertheimageis); background-repeat:repeat-x; } be aware though that some browsers don't understand CSS very well and will ignore any CSS applied to the body tag (isn't that mean?) So you can always use. .bodyContainer { background-image:url(http://wherevertheimageis); background-repeat:repeat-x; } and wrap the entire page in (directly inside the body tags) <div class=bodyContainer> this is the content of the page </div>
- It has been my experience that there are hundreds if not thousands of advertising and marketing companies as well as graphic artists out there that hire coders and programmers to do exactly what you are asking here. The adding of a background in CSS is actually very simple and you should be able to find hundreds of online resources to do it yourself. However if you were looking to have someone do all your websites coding you would be best to hire a professional especially if you are looking for custom programming.
Powered by Yahoo! Answers