[html] Coding A Layout

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 6, 2007
Messages
62
Reaction score
0
Hi, for the past few weeks i have been working on trying to code a layout. i have searched everywhere for Tutorials and help but nothing around is very helpful to me or i just do not understand it. I have been trying to code the layout using Adobe Photoshop and did no succeed and also i tried Dreamweaver. If you could help it would be much appreciated.

Thanks in advance, Nik
 
Re: [html][Help]"Coding A Layout"[Help][Html]

how bout using this format of HTML
Code:
<div id="apDiv1" style="position: absolute; left: 0px; top: 0px; width: Insert Pixel lwidth of image herepx; height: Insert Pixel heightpx; z-index: 1; background-image: url(images/IMG SOURCE HERE);">
    </div>
then as you ad elemetns to your peice andjust the hieghts and parameters and the "APDIV#" to mathc like 1 2 etc

this is CAKE coding for me

also you may want to check out such sites below
HTML Tutorials
CSS Tutorials
HTML Tutorial
CSS Tutorial
 
Re: [html]"Coding A Layout"[Html]

http://forum.ragezone.com/f144/rules-general-info-180546/

You were warned not to just dump your problem here and expect people to solve it for you, but at least I get the notion you're trying to. Topic locked, but be warned, it'll be an infraction as well if this happens again.

As for your layout problem: there are few things more complicated in webdesign than making a good, beautifull layout that works in all browsers. The W3C schools (linked above) are a good help, looking at other people's code generally works wonders too.

A tip: download WordPress and install some templates for it, that should give you a few nifty layouts you can easily manipulate and copy for your own purpose.
 
Status
Not open for further replies.
Back