Grizzlyware Josh Posted March 15, 2010 Share Posted March 15, 2010 Hey, I have a CMS which I sell, but to put my branding on the branded versions, I use an image which is generated with PHP etc. Trouble is, it's a little intrusive... doesn't fit in with all sites. They can change the color and things, but they cant delete the image or change the size of it without disabling their site. I would rather have just text on the page, but this is to easy to hide with a simple <span> tag with a CSS class applied to blend it in with the bg & change the text size... What methods to you use? Josh 0 Quote Link to comment Share on other sites More sharing options...
Grizzlyware Josh Posted March 19, 2010 Author Share Posted March 19, 2010 No one brands their scripts then? Please, share your thoughts 0 Quote Link to comment Share on other sites More sharing options...
goddess_dix Posted March 20, 2010 Share Posted March 20, 2010 well, for relatively easy fixes you could use an image of the text link easily enough, or try setting the style on the element your app writes to "display:block !important;" in the code itself to see avoid it being overridden from a client's css declaration... 0 Quote Link to comment Share on other sites More sharing options...
Grizzlyware Josh Posted March 23, 2010 Author Share Posted March 23, 2010 I never thought of that... thanks 0 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.