Thursday, December 24, 2009

Coding Help (div tags or iframes?)?

look at this page


http://www.neopets.com/~Bellanei





what did I do wrong in the coding? the text is all mushed on top of one another, and obviously that's not what I want. Remember it's neopets and it doesnt allow things like Java.





If anyone could take the time out and click ';view source'; to see what I did wrong, it would be appreciated. or links to a tutorial.Coding Help (div tags or iframes?)?
All of your ';text here'; divs are within the main div that is class ';mycontent';, so they're all having the ';.mycontent div'; style applied to them.





End the ';mycontent'; div after the first ';text here'; div...Coding Help (div tags or iframes?)?
in the mycontent div the css setting ';overflow'; is set to ';auto'; which is why the text overlaps. If you remove that setting, or dont set it to auto, the text wont overlap.





If you are having trouble with CSS I would recommend using the Firebug extension to Firefox, it really helps to figure out what is going on with CSS and HTML.
Seems like you've resolved the issue already?


If no or you have further questions with css, you can check them here:


http://jigsaw.w3.org/css-validator/


if the issue is somewhere in css logic (like the one Designer found), well - you can contact me and I'll help!


I can also help you with hosting and design of your site!


You can find many useful information here:


http://www.w3schools.com/


That site allows you to try right away this or that code - that's really useful!


You can take a look at my site for more information about hosting options:


http://okeansplace.com/hosting.html





Kind regards!

No comments:

Post a Comment