Help - Search - Members - Calendar
Full Version: Position Wordpress Div
Forums > Resource Center > Support Center > Wordpress Support > Wordpress Resolved Topics
pengu1n
Ok, I just want to know what steps i need to take to position a wordpress div so in the future, i can code it myself.

my screenshot is attached.
pandora
first, code it as you would any regular html page, and then i'll help you figure out how to put that code into your wordpress templates.
pengu1n
what do you mean by code it? i dont have any links.
pandora
just... code the layout... why do you need any links?
pengu1n
i dont get it.
pandora
do you know html?
IVIike
something like this
CODE
#content {
        position: absolute;
    margin-top:000px;
        margin-left:000px;
    padding: 0;
    font-family: Small Fonts;
    font-size: 9px;
        width: XXXpx;
    }
Friend14
Are you new one to coding?
Learn some basic HTML codes.
That will help you to code what you think of.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.