Navigation Posting Freak Feb 15, 2012 715 137 Mar 7, 2012 #1 You must be registered for see links This logo, not client. Is it the same as client with Decompiler? Or coded? Confused.
You must be registered for see links This logo, not client. Is it the same as client with Decompiler? Or coded? Confused.
P Predict Active Member Jun 27, 2011 126 63 Mar 7, 2012 #2 The logo is inside a ID (#header h1 a, #header h1 span). So basically add this into your <head></head> tags <style type="text/css"> #header h1 a, #header h1 span { background-image:url("path/to/image") no-repeat;} </style> Upvote 0 Downvote
The logo is inside a ID (#header h1 a, #header h1 span). So basically add this into your <head></head> tags <style type="text/css"> #header h1 a, #header h1 span { background-image:url("path/to/image") no-repeat;} </style>