I have Umbraco 4.11 and I want to use div's in my template to create the basic layout of the site. I have created div's and linked my css. When I view the page the layout is not how it should be. It should be in the center of the screen but it doesn't seam to want to read the css correctly and display the page how it should.
Is there any thing in perticular that needs to be set to alow the divs to behave in the way that I want. I have tested the css on a standard HTML page.
Could you perhaps post some of the code from your template? It could be an uncolsed tag or some missing stylesheet references that are causing the issue. But it's a bit hard to give advice when it's not possible to see the issue visually.
Div's, class and styles
Hi Guys,
I have Umbraco 4.11 and I want to use div's in my template to create the basic layout of the site. I have created div's and linked my css. When I view the page the layout is not how it should be. It should be in the center of the screen but it doesn't seam to want to read the css correctly and display the page how it should.
Is there any thing in perticular that needs to be set to alow the divs to behave in the way that I want. I have tested the css on a standard HTML page.
Any ideas
Hi TomPark and welcome to our :)
Could you perhaps post some of the code from your template? It could be an uncolsed tag or some missing stylesheet references that are causing the issue. But it's a bit hard to give advice when it's not possible to see the issue visually.
/Jan
Hey, I have had this before and for me is was a self closeing tag. If you have no content with in the <xsl> tags you need to
As Jan says check for a missing style sheet, use firebug in Firefox and make sure the style sheet is being loaded into the page :)
Charlie :)
is working on a reply...