LeMarquis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: place images in footer?Thanks…
I got it now? It’s not hard…
Forum: Themes and Templates
In reply to: Flash Banner in WP 1.5Anyone else?
Forum: Themes and Templates
In reply to: In link section change, “>>” to “a—?” ?A few more digits for those who want to know how it works. you need to find the string given from Kafkaesqui, and replace the first 4 digits with your own…
a—? = 25CB
a—? = 25CF
a?o = 263A
a?? = 263B
a?? = 2660
a?£ = 2663Use your font tool in windows to see your UNICODE in the buttom of that programm…
etc…
Forum: Themes and Templates
In reply to: In link section change, “>>” to “a—?” ?I get it!
You have to use the UNI-CODE. I just had to replace the first 4 digits to 25CF, I used the font tool in windows, that’s shows the UNI-CODE at the buttom…
Le marquis
Forum: Themes and Templates
In reply to: In link section change, “>>” to “a—?” ?Is there a list on these bulletcodes? I don’t get through this difficult code and anoying text… ISO and all sorts really get on my nerves…
Forum: Themes and Templates
In reply to: In link section change, “>>” to “a—?” ?So I only replave the content line or the whole code, like this?
.entry ul li:before, #sidebar ul ul li:before {
content: "8226 20";
}or just
content: “8226 20”;
I end up with a ? now
Le Marquis
Forum: Installing WordPress
In reply to: Entries (RSS) & Comments (RSS) won’t workHere’s my code for the footer.php
Could someone help me how to place images in stead of plain links to the RSS feeds, whenever I do it I end up with a white block in the footer, as if it won’t load the image…
===============================================
<script language=”JavaScript”
type=”text/javascript”
src=”/js/flashobject.js”></script>
<hr />
<div id=”footer”><?php bloginfo(‘name’); ?>
is powered by
WordPress“>Entries (RSS)
and “>Comments (RSS).
<!– <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. –>
</div>
</div><!– Gorgeous design by Michael Heilemann – https://binarybonsai.com/kubrick/ –>
<?php /* “Just what do you think you’re doing Dave?” */ ?><?php do_action(‘wp_footer’); ?>
</body>
</html>===============================================
Le Marquis
Forum: Installing WordPress
In reply to: Entries (RSS) & Comments (RSS) won’t workThis is great, thanks for your help…
I’ve just got one more question, how to replace the plain text with images, I would like to add images like RSS and ATOM feeds for this…
Forum: Themes and Templates
In reply to: Flash Banner in WP 1.5No that’s not it! This is for posting flash based files on your blog. I already got it…
But thanks for your time…