Personalised wordpress theme styling.
-
Hi guys,
Im completely new to wordpress and im kind of lost on a situation using images to style the page, i have created my own theme for word press and have manaaged to style the page how exactly i want it to be, apart from one issue im having trouble to solve, which is the background of the image, since i have used a background image in the body css for the header section i am having trouble trying to figure out a way to write out a css code for a background image with in the content section as you would do using div tags linked to an external style sheet, if anybody has come accross this or have a suggestion that would be greatly appreciated.p.s the example below is how my div tags are structured.
<body>
<div id=”container”>
<div id=”header”>
<div id=”navigation”>
.
.
.
.
<div>
</div>
<div id=”content”>
This is where i would add my background image which expands on the y axes when its filled with content.
</div>
</body>
- The topic ‘Personalised wordpress theme styling.’ is closed to new replies.