Andy11548 Posted July 9, 2011 Share Posted July 9, 2011 Right, I really don't know how to explain it, but I will try my best. When I echo all the threads from my database (making a forums), I use a div tag to sort it all out <div id="forumSub"> However, this causes errors (in w3 standard) because of calling the same div tag continuously. Is there a way, to make it unique to bypass that error, but it still runs from the same CSS Div ID (forumSub). So it would say something like "forumSub1", but still use the #forumSub { } css style? Thanks, Andy. Quote Link to comment Share on other sites More sharing options...
Jragon Posted July 9, 2011 Share Posted July 9, 2011 Use classes if you're going to call something more than once. Quote Link to comment Share on other sites More sharing options...
Andy11548 Posted July 9, 2011 Author Share Posted July 9, 2011 Oh, well that works lol. Sorry, I didn't think that'd make a difference. Well, now I feel stupid haha . Cheers for the help, Andy. Quote Link to comment Share on other sites More sharing options...
Jragon Posted July 9, 2011 Share Posted July 9, 2011 No problem Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.