Atm, validating it. But need help on errors. Can someone help? errors are here
Thanks =)
Printable View
Atm, validating it. But need help on errors. Can someone help? errors are here
Thanks =)
I saw that before, but aren't you a bit overzealous with your div's?
Anyway; this can't be right;
Code:<div id="contentarea">
</html>
isn't closedCode:<div id="body2">
this need a complete redesign; get rid of so many div's :DCode:<div id="page">
<div id="mainarea">
<div id="contentarea">
</html>
<div class="post">
<div class="posttop">
What toolchain are you using to build your pages?
Not my theme :P
Stil working on my own theme...
Thanks, Mr.Timesaver #2 :D
this is how I would analyze your page:
}Code:\document{html}
\begin{body}
\begindiv{header}[]
\enddiv{header}
\begindiv{body}[lcolumn]
\section{icon set}
\include{image}[]
\lipsum
\include{feed}[]
\endsection{icon set}
\section{creative characters}
\include{image}[]
\lipsum
\include{feed}[]
\endsection{creative characters}
\section{burnn'fav}
\include{image}[]
\lipsum
\include{feed}[]
\endsection{burnin'fav}
\section{n}
\include{image}[]
\lipsum
\include{feed}[]
\endsection{n}
\enddiv{body}
\begindiv{sidebar}[rcolumn]
\section{search}
\endsection{search}
\section{advertisement}[]
\endsection{advertisement}
\section{pages}[]
\lipsum
\endsection{pages}
\section{friends}[]
\lipsum
\endsection{friends}[]
\section{categories}
\lipsum
\endsection{categories}
\enddiv{sidebar}
\begindiv{footer}[]
\enddiv{footer
\end{body}
\end{document}
I'm sorry it is this long. Ok, sections are div's, lipsum is your text, brackets indicate your style sheet identifier
Hm. I need an advice. Do i need to make fixed divs or with %?
//wish you will understand me =)
Do you refer to the size of the containers or the position?
Depends how you define 'fixed'. The best way to do it, generally, is to give things a width as a percentage and a 'fixed' min-width in ems. Pixels, however, should not be used.