I can’t rewrite my css
By that you mean…? What happens? Do you get an error message?
For the record I never use the built-in theme editor. When editing files I always do so using a plain text editor then upload the modded file using a ftp client.
I mean that I can’t add ads with Wp125*125….
I am a beginner…and i don’t know how to add ads with wp125*125….
I tryed to add….the ad is active but nothing happen….I enter the code of the ad in the “image” but nothing…do i change my css ?
Your ads are being called by the file advertisement.php <—- that’s the one you want to edit. Open that file and you’ll see 4 lines that read…
<a href="#"><img src="<?php bloginfo('stylesheet_directory');?>/images/125x125.gif" alt="ads" width="125" height="125" /></a>
You need to insert whatever link you want in place of the “#” as well as create your own images and upload them to your theme’s image folder making sure to keep the current dimensions. (125×125)
where is advertisement.php please ?
when i open advertisement.php i don’t see the code “a-ref…”….
It’s blank
ah okay thanks you for all
Paste the contents of that file at http://wordpress.pastebin.ca/ and post the link here.
Never mind, I see you got it. 🙂