Help - Search - Members - Calendar
Full Version: Stuck
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
zebzie
Well.....im in the middle of making this site: http://www.freewebs.com/ventredansant/index.htm

And im stuck coding it. I only know basic coding, so if anyone can help me out, that'd be cool.
Jane Doe.
I suggest you read this:
http://www.w3schools.com/html/html_intro.asp

It explains the basic HTML page.
BladeK
Is this to present all your works in a single, easy-to-access location?
Elleusion
Ok, so I'm sorry, but I was tempted to look at your source.
Just to organize it a little, here is what you should do

CODE
<html>
<head>
<style>table{background:none}
.image { border: 1px solid #FFFFFF }
#m, #n, #mb, #ol{display:none}
td, p, body{color:white;font:8pt verdana}
a{color:white;font:8pt verdana;text-decoration:none}
#ban{display:none}
p img{filter:chroma(color=white)}
img{filter:glow(color=blue,strength=3)}
#chat{position:absolute;top:520;left:53}
#nav{position:absolute;top:520;left:750}
#background{position:absolute;top:1;left:50}
div, body{scrollbar-face-color:#2C2C2C;scrollbar-shadow-color:#2C2C2C;scrollbar-highlight-color:#2C2C2C;scrollbar-3dlight-color:#2C2C2C;scrollbar-darkshadow-color:#2C2C2C;scrollbar-track-color:#2C2C2C;scrollbar-arrow-color:#2C2C2C}
body{scrollbar-face-color:#3B3B3B;scrollbar-shadow-color:#3B3B3B;scrollbar-highlight-color:#3B3B3B;scrollbar-3dlight-color:#3B3B3B;scrollbar-darkshadow-color:#3B3B3B;scrollbar-track-color:#3B3B3B;scrollbar-arrow-color:#3B3B3B;background:url('http://img225.imageshack.us/img225/1546/untitled1copy4jw.gif') repeat center center}
</style>
</head>
<body>
<div id=background align=center style=overflow:auto;width:900;height:900>
<img src="http://img202.imageshack.us/img202/8584/joshlay6nq.jpg" width="900" height="900"></div>
<!-- Add another div here and position it over to where you want your content to be -->
<div style="position:absolute;top:507;left:736; width:210; height:389">nav crap goes here...<br>blah blah blah. etc.
  Background pattern from squidfingers.com...</div>
</div><!-- --><script type="text/javascript" src="/i.js"></script>
</body>
</html>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.