mysticmatt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website of commentators open in a new window??It doesn’t solve my problem ??
Forum: Fixing WordPress
In reply to: A space : how to delete it ? how to show some….up*
Please, someone could help me ?
Forum: Fixing WordPress
In reply to: A space : how to delete it ? how to show some….Yes, thanks!
I found the solution!But, in my comments-popup.php, i have the same problems with the space. Ive put the code margin-top in my stylesheet, and put a seperate div, but it doesn’t work.There is a space between the message and the time of the message.
The code:
===========
[moderated – long code deleted.
Don’t post long code here, please!
It is difficult to read and nobody really bothers to take a look at it. You can use https://pastebin.com or similar services – and post back with the URI.
For posting small code snippets, please read carefully the instructions here below the text input area: the “backticks” usually are located on top-left of your keyboard, where ~ [tilde] is.
===========How to resolve that ? It’s my last question :p
Forum: Fixing WordPress
In reply to: A space : how to delete it ? how to show some….Thanks for your answer!
I don’t know what you tell about html entities? Have you an example please ?Have you an exemple for ‘youll have to style your paragraphs’ ? PLease ?
Thank you again moshu ??
I will credit you for your help! (have you blog?)
Forum: Fixing WordPress
In reply to: A space : how to delete it ? how to show some….My code:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php the_ID(); ?>>
<div id=”ziou”>
<?php the_date(); ?>
<font color=”#999999″><span style=”color: #999999″>xxx</span></font>
<?php comments_popup_link(“00CMNTS”, “01CMNTS”, “0%CMNTS”) ?>
</div><?php permalink_anchor(); ?>
<div > [ ? ]
<?php the_title(); ?><?php the_content(); ?>
<p align=”right” >Mystic
Matt at “>
<?php the_time() ?>
</div>
<?php endwhile; ?>
<?php next_posts_link(‘« Previous Entries’) ?>
<div >
<div class=”alignleft”> </div>
<div class=”alignright”>
<?php previous_posts_link(‘Next Entries »’) ?>
<?php endif; ?>
</div>
</div></div>
</html>
Forum: Fixing WordPress
In reply to: It works under b2, not under wordpress, grrrrrrrUp!
Please, someone to help me ?Forum: Fixing WordPress
In reply to: It works under b2, not under wordpress, grrrrrrrThanks for your answer!
I have this code :
<div id=”content” >
<div id=”ziou”>
<?php the_date(); ?>
<font color=”#999999″><span style=”color: #999999″>xxx</span></font>
<?php comments_popup_link(’00CMNTS’, ’01CMNTS’, ‘0%CMNTS’) ?>
</div>
<table width=”100%” height=”41″ border=”0″ cellpadding=”0″ cellspacing=”0″ bgcolor=”#000000″>
<tr></tr>
</table>
<?php permalink_anchor(); ?><div class=”storyTitle”> [ <font color=”#999999″><span style=”color: #999999″>?</span></font>
] <font color=”#999999″><span style=”color: #999999″>
<?php the_title(); ?>
</span></font>
<?php the_content(); ?>
</div>
<br>
<font color=”#999999″><span style=”color: #999999″> </span></font>
<div class=”post” id=”post-<?php the_ID(); ?>”><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”storyTitle”>
<div class=”storyContent”>
<p align=right>Mystic
Matt at “>
<?php the_time() ?>
<br>
<br>
<!– this includes the comments and a form to add a new comment –>
<?php include (“b2comments.php”); ?>
</div>
<!– // this is just the end of the motor – don’t touch that line either ?? –>
<?php } ?>
</div><!– BlueRobot was here. –>
<div class=”entry”></div><p class=”postmetadata”>
</div><?php endwhile; ?>
<?php endif; ?>
</div>
<?php get_footer(); ?>
And this is a picture of my page (https://road-to-liberty.org/graphx/wp.jpg )
As you can see, there are no date, no message, an error message.
How to make that works ?