Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~547 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for Tony0930

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> …

Member Avatar for nikesh.yadav
0
106
Member Avatar for steve136

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: …

Member Avatar for MelechM
0
132
Member Avatar for steve136

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 …

Member Avatar for MidiMagic
0
75
Member Avatar for KimJack

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 …

Member Avatar for steve136
0
232

The End.