SMF Support > SMF 2.0.x Support
Can I change this ????
Storman™:
The image is:
--- Code: ---a img
--- End code ---
Also, probably this (a guess):
--- Code: ---table.table_list tbody.content td.icon
--- End code ---
Not sure why you need the CSS though, just substitute images with the same size ?
fenerli97:
ya I have "a img" and "table.table_list tbody.content td.icon"
found
how do I do now
MrPhil:
You don't change the CSS. You replace on.png, off.png, etc. with new icons of the same name (and of course, PNG image type) and about the same size. Save your old icons in case you want to restore them in the future.
If you absolutely must change the name of the icon file, you'll want to look at the HTML in your browser View > Page Source. You'll see whether it's a background image (defined in CSS) or a foreground image (defined in the PHP file that generates the page). You would then change the name in the appropriate place. If your new icon is of a different size than the old one, you might have to adjust various height and width settings in CSS and/or PHP code.
If you want to make extensive changes to a standard theme, it might be better to leave the theme alone and create a new theme (copy it under a different name). That way, members can fall back to the standard theme if they have problems with yours.
fenerli97:
how can I replace off.png and on.png?
Storman™:
--- Quote ---how can I replace off.png and on.png?
--- End quote ---
First create new images of the same size and format then upload them to this folder (via FTP) to replace the existing ones:
/myforum/default/images/
Take a backup of the old ones first.
Think there are a few more though than just on.png and off.png
(read what MrPhil said above)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version