Curious is anyone else is seperating the addition css with a blank line or //// in an effort to keep the code seperated from each other, more for organization than anything?
Announcement
Collapse
No announcement yet.
Additional css seperation
Collapse
X
-
I usually add start and end markings to organize different sets of customizations. But sometimes I'm lazy and I don't add them.
Code:/* Blah blah - START */ ...css code here /* Blah blah - END */

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
- Likes 2
-
You can use /* */. Those are the tags for comments in CSS. So if you want to have dividers, use:Originally posted by NumNum View PostI have found that it is a bad idea to seperate additional css scripts with a seperate line of /////////////////////////////////.
that practice creates syntax error in the css.
or to add some notes that describe what the CSS is for:Code:/************************************************/
Code:/***************** CSS for blah blah blah *******************/

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment