This is what I've done:
1. Drawed all graphics in Photo Shop
2. Saved it for web (PS automactly generated html code)
3. Ajusted it a bit in Dreamweaver
- I centered all generated html cod with <div> tag
- I putted new bg
- Made buttons rollover effect
- And finally started to put text in whole thing
I made new layer and typed some randomly sentence just to test it.
The problem is that this new layer (text in it) isn't centered along with
generated html code (I can move it manualy and center it for my
screen resolution but that don't solve my problem)
download my web site below, please.
http://www.newyearinserbia.com/podaci/sajt.rar (http://www.newyearinserbia.com/podaci/sajt.rar)
And if you have any additional suggestions about design please feel free to say it.
Thanks :)
Here:
Search for this in the html (cant pack and upload right now) - line 55 if I counted correctly:
<div id="Layer1" align="center" style="position:absolute; left:0px; top:64px; width:238px; height:189px; z-index:1">
and rewrite it to this:
<div id="Layer1" align="center" style="position:absolute; left:86px; top:64px; width:238px; height:189px; z-index:1">
See? Added just some pixels to the left.
This is actually the reason why I stick with plain html and dont use DW too much. These problems happens when the code gets messy using DW. Anyway, hope it helped. ;)