Jonnay
08-25-2005, 04:13 PM
Ok basically I know a decent amont of HTML and a tiny amount of CSS and I meen tiny, but I can easily get all that sorted. The thing that I really need to know is how do I get the layout I have made on photoshop into a fully coded ready site basically. Do I make it as the background through the body tag? Can you please explain to me FULLY a full tutorial :D And also tell me the whole purpose of slicing etc Ty :)
kittycat
08-25-2005, 04:20 PM
Some people slice images because they think it reduces loading time. It doesn't, so slicing in that sense is useless. It can also be used depending on the type of layout, to put the images and text together nicely in a table.
It's hard to make a layout tutorial if there are no specifics given. You can take a look around this site to see the different parts that can help to put it all together, or I think daydreamgraphics.com has some tutorials for different types
lukejtharries
08-25-2005, 06:31 PM
try putting the image in as a div- i.e.
<div id="layout" style="position:absolute; top:0; left:0;">
Do you want divs for your text? its really hard w/o image.
Jonnay
08-25-2005, 07:05 PM
Yes but how do I get the layout in? Do I set it as my background coz when Ido that it just does it over and over again :(