No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
There is quite a few differences in the markup of XHTML compared to HTML, but most are simple to get used to, ie you need to use lowercase letters in XHTML and use closing tags properly. eg: <BODY> <P>your text here</P> </BODY> [I](This is incorrect xhtml)[/I] <body> <p>your text here</p> …
I have a slight problem (ie only, fine in firefox) where only the first item in an unordered list is displaced to the right (about 6 characters) The lists are in floated elements and all of them were doing this to start with but I cured this by using display: …
I did post this earlier in another thread but don't think I explained it very well. I am using floating divs etc but it is not these causing the problem. The problem I have is in IE7 the **first line** of an unordered list is moving the text about 6 …
There are a couple of ways you can correct this. However rather than giving you the code, there is a very useful site that I use sometimes that will generate the code for you just from putting the file name and location in. I have tested these across IE and …
The End.
steve136