My b2evolution Version: Not Entered
Hi, I can't seem to find the area that I can go into the skin I selected and edit it to my desired CSS. I like the whole look but I want to tweak it a bit and can't find an area where it shows me the HTML of the skin. Please help, thankyou.
Hi mlpbtz,
Welcome to the forums.
Your question is both easy and hard to answer. The blog page you are viewing is generated in /skins/YOURSKIN/_index.main.php. It's the scripting language PHP that generates the page. You can view the source of your blog page (right mouse click -> View source) to see the generated HTML. There you can see the HTML that is generated by the PHP script. View that source for the classnames and ID names of the items you want to tweak. The style is in /skins/YOURSKIN/style.css.
If need be consult these forums again if you want to change something in the code. We can help you with both simple and complex script changes.
I hope this makes things clearer to you.
Good luck