fliteskates
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding RSS feed image to menuI added your code to my blog..and it looks great.
However the code won’t validate now.
All I did was add the code you showed me above.
Can anyone tell me how to change this code so it validates?
<div id="menu">
<ul>
<li><?php _e('Subscribe'); ?><form action="https://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm">
<table><tr>
<td><label for="GRCategory2">Name</label>:</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr></table>
<input type="submit" value="Subscribe Now!" />
<input type="hidden" name="category1" value="elinks" />
<input type="hidden" name="confirmation" value="https://www.freeclassifiedlinks.com/elinksblog.html" />
<input type="hidden" name="error_page" value="" />
<input type="hidden" name="misc" value="" />
<input type="hidden" name="ref" value="001" />
</form></li></ul><ul>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS 2.0"><img src="https://www.freeclassifiedlinks.com/rss.gif" alt="RSS 2.0" /><br />RSS Feed</a></li></ul><ul>
<li><?php _e('Categories'); ?>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li><li><?php _e('Recent Posts'); ?><ul>
<?php get_recent_posts(); ?></ul>
</li><li><?php _e('Links'); ?>
<ul>
<?php get_links_list('-1', '<li>', '</li>', '<br />'); ?>
</ul>
</li>Forum: Fixing WordPress
In reply to: Using an RSS feed with WordPressOk I understand.
So I will have my readers add:
https://www.mysite.com/wordpress/wp-rss2.php
to their news feed?
Is there a way to control how many posts are in each feed?
Ie if I have 30 posts a month, I don’t want all 30 showing up in the feed.
Thx
Forum: Fixing WordPress
In reply to: How do I stop this BSGuess I need to update my spyware
Thx
Forum: Fixing WordPress
In reply to: Adding a form to my menuPodz,
That worked, thx bro
Forum: Fixing WordPress
In reply to: Adding a form to my menuOk from doing a ton of research on CSS, I was able to find that I need to create a separate css class of list items (<LI> tags) and give that class some top-padding.
Can anyone explain how to write out the CSS code I need to accomplish this?
Forum: Fixing WordPress
In reply to: Adding a form to my menuI get the jist of what you mean, but the exact coding I can’t seem to get right.
Everytime I think I have it, and it looks good in my browsers, it won’t validate. So obviously I am doing something stupid.
If you look at my menu on the left, I just want a gap between the top of the menu and where I have the text, ‘subscribe’
Then after the form I want another space.
This way it doesn’t look all crowded in.
Again, I know I have to usee CSS code to create these two spaces, but I can’t seem to get the exact coding.
What would the coding be?
Forum: Fixing WordPress
In reply to: How do I remove this?Thx Mac
Forum: Fixing WordPress
In reply to: Adding a form to my menuPodz,
Here is my blog url:
https://www.freeclassifiedlinks.com/wordpress/index.php
I am getting everything to validate, however I cant put a space between the form and my next menu item “Categories”
I can’t use the pargraph tag.
When I try to use that tag the code won’t validate
Here is my code:
<div id=”menu”>- <?php _e(‘Subscribe’); ?><form action=”https://www.getresponse.com/cgi-bin/add.cgi” method=”post” id=”GRSubscribeForm”>
<table><tr>
<td><label for=”GRCategory2″>Name</label>:</td>
<td><input type=”text” name=”category2″ size=”14″ id=”GRCategory2″ /></td>
</tr><tr>
<td><label for=”GRCategory3″>E-Mail</label>:</td>
<td><input type=”text” name=”category3″ size=”14″ id=”GRCategory3″ /></td>
</tr></table>
<input type=”submit” value=”Subscribe Now!” />
<input type=”hidden” name=”category1″ value=”elinks” />
<input type=”hidden” name=”confirmation” value=”https://www.freeclassifiedlinks.com/elinkson.html” />
<input type=”hidden” name=”error_page” value=”” />
<input type=”hidden” name=”misc” value=”” />
<input type=”hidden” name=”ref” value=”001″ />
</form>
`
Where do I put the paragraph tag?Forum: Fixing WordPress
In reply to: Adding a form to my menuPodz,
It works fine. The form displays perfectly.
However the code won’t validate.
So I have to add something to the form code to make it XHTML valid.
Any ideas?
Forum: Fixing WordPress
In reply to: How to arrange menu itemsMoose,
Flagged for Codex?
Forum: Fixing WordPress
In reply to: How to arrange menu itemsMac,
That worked.
Thx
Forum: Fixing WordPress
In reply to: How to arrange menu itemsBasketball,
I tried your code and it displays properly, but it won’t validate.
Line 77, column 24: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag
<li id="links">Links
Forum: Fixing WordPress
In reply to: Netscape/Explorer problemsI made another change to the menu..now it works in Explorer..but is off in Netscape…
What am I doing wrong here?
This is driving me crazy ??
Forum: Fixing WordPress
In reply to: Layout problemMoose,
I want a menu like you see here:
https://photomatt.net/scripts/intellimenu
I tried following the directions here:
https://fernando.dubtribe.com/archives/2004/10/12/adding-a-pure-css-menu
However the menu wasn’t being aligned correctly.
Using the code on that page, where exactly should I put the index code and the css code?
Thx
Forum: Fixing WordPress
In reply to: Layout problemThx Moose
I just used the <center> tag and it workedI am almost finished with my blog now, I just need to know one last thing:
How do I add a menu just below my header?
What code would I use? I can work from a generic menu and add my hyperlinks to it later.
Where would I place the code in the index file, and where would I place it in the css file?
- <?php _e(‘Subscribe’); ?><form action=”https://www.getresponse.com/cgi-bin/add.cgi” method=”post” id=”GRSubscribeForm”>