Thread: Layout Slices
View Single Post
  #8 (permalink)  
Old 16-10-2007, 05:44 AM
iztel iztel is offline
freelance designer
 
Join Date: Oct 2007
Location: Syracuse, NY
Posts: 15
Default

in your css file it will look something like

#header {
float: left;
width: 800px;
background: url(filename.jpg);

then your html file would use this code like

Reply With Quote