Can I nest color tag within php tag.
So I can somehow stress out something in a php snippet?
Maybe, some other alternative?
nesting [color] within [php] tag. possible?
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
I see.Jcart wrote:I think snipplets are generally small enough for us to figure out what you are refering to. But to answer your question, no there is not. We used to have line numbering but with all the forum mod upgrades it became too much of a proper to port all mods with the new forum versions.
Usually what I want is to stress on changes I have made when quoting someone else's snippet. (btw is this "else's" english correct?
But I guess I will use other means to achieve this.
Thanks
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
jmut wrote: Usually what I want is to stress on changes I have made when quoting someone else's snippet. (btw is this "else's" english correct?)
Code: Select all
echo "some code";
echo "some code I changed"; // This is the code I changed.- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
usually done by
changed to

Code: Select all
echo "some code";Code: Select all
echo "some code I changed";