I'm trying to make my webpage. I made a layout using Photoshop so effectively, it is a PNG file.
My question is - How do I integrate this into the website using HTML/CSS? I tried editing the css which kind of worked.
body {
background-image:url('URLAddressHere');
}
However, when I enlarge the window, etc, etc... the image just gets ruined. Is there a way for the background to scale properly with page size? Also, I want it to stay uniform (i.e. it does not repeat) Or am I just doing it wrong? How am I meant to implement this 'image' which essentially has my menu, etc.
Thanks