Help - Search - Members - Calendar
Full Version: help please
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
verbalistic
this is my site

http://streetxheart.chocolate-vixen.net/

this is my layout

http://img231.imageshack.us/img231/7336/websitelayout0ce.png

okay, the problem is that i need help with the coding, i know html, css and all of that its just that i dont know where 2 start. my host told me to install HTML-Kit and i kinda know how 2 use it, like i know where 2 put my codes and all but i dont have any codes. i have been 2 many html, and css sites and i get what they are saying i just don't know what i am doing at all. i just put codes in, and half the time they don't even show up. so please help, if you understand what i am trying 2 say. biggrin.gif
freeflow
Use divs to get the content you want in the boxes.
You can find two really good tutorials here:
http://createblog.com/tutorials/download.php?id=171
http://createblog.com/tutorials/download.php?id=169 (this one tells you what each div attribute means)

You will need two make two divs.
One for your right hand side module one for the left hand side one.
verbalistic
okay, i know how and where to add my content at, its just that what you gave me isn't really what i want and looking for.
http://www.danceinside.org/89/

her navigation part, is what i want with my layout. i want where you can click on it to go to somewhere else.
freeflow
You still need frames. You see all her content she used either divs or iframes. When you position a div this is your code:
CODE
<div id="LayerNameHere" style="position:absolute; width:#; height:#; z-index:#; left:#; top:#">CONTENT</div>

You just fill in the spots. Where it says content. Thats where you put all the text you want. Play around with the left and top numbers till your content shows up where you want it to be.

For the navigation you will have to position it with a div so it ends up where you want it.

For where you put the content you will do
CODE
<a href="linktopagehere"><img src="urltoimagehere"></a>

If you want a picture to be clicked to go to the page or
CODE
<a href="linktopagehere">texthere</a>

just text to be the link.

You have to position it where you want it... mellow.gif
verbalistic
ok thanks.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.