View Full Version : wanting to create 'professional-style' layouts! help!


tarasocki
04-20-2006, 06:29 PM
how do you make sites where the layout is one big image? i know you image map the links but how do you add text areas and such?

DYLAN-LOVR
04-20-2006, 07:03 PM
You can create tables, div layers, or i-frames. You can find the codes in Lissa's Tutorials.

tarasocki
04-22-2006, 02:29 AM
i know. but i cant find anything about iframes or useing one big image as the layout and stuff

iTom
04-22-2006, 08:31 AM
Professional sites take time, and pratice. You can't just come along and build a super wicked site without any knowledge of what you're doing, it takes time. But, try photoshopping a big logo with the menu bars and use this code:

#block {
position: absolute;
top: 0px;
left: 40px;
right: 40px;
width: 100%;
}