Re: HTML5, Using more CSS
Posted: Tue Mar 28, 2017 5:54 am
I certainly did not want to change up your style. I love your work, idealism! I totally get what you mean with using tables. Frankly, I don't know why I worry about HTML5. But because of it, I got used to relying on CSS, still learning a lot of the animated tricks you can do with it is always fun.
Having said that, whenever I get bored, I may begin to add some CSS I find 'fancy' or whatever. When I do, I'll keep everyone in mind and name classes things like, ex: <div class="w3 lastpost avatar"><img ... would be in CSS .w3.lastpost.avatar img - Let me know how this looks to you, of course there we could even use id="w3" instead. It shouldn't be conflicting, and I suppose others can manage it well. I'll drop any of my changes, neatly in a PM the code, since I wouldn't want to publish something that's not yet integrated, which would allow you to make your changes, if any. I always love giving back, paying it forward when I can!
For now, all I've done with made this correction, by simply removing the table cellpadding and cellspacing in phpbb_last_topics.php.
Corrected them, and nothing out of place on that I notice.
Perhaps, some may required the extra html.
I'm not sure what you fully meant with this,
Having said that, whenever I get bored, I may begin to add some CSS I find 'fancy' or whatever. When I do, I'll keep everyone in mind and name classes things like, ex: <div class="w3 lastpost avatar"><img ... would be in CSS .w3.lastpost.avatar img - Let me know how this looks to you, of course there we could even use id="w3" instead. It shouldn't be conflicting, and I suppose others can manage it well. I'll drop any of my changes, neatly in a PM the code, since I wouldn't want to publish something that's not yet integrated, which would allow you to make your changes, if any. I always love giving back, paying it forward when I can!
For now, all I've done with made this correction, by simply removing the table cellpadding and cellspacing in phpbb_last_topics.php.
Corrected them, and nothing out of place on that I notice.
Perhaps, some may required the extra html.
I'm not sure what you fully meant with this,
Do you mean, users will be able to customize CSS, within an admin panel?