digitalruse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text editing not working.Upon futher investigation, it seems limited to Firefox. I hate IE, but is this a know bug with FireFox?
-DR
Forum: Fixing WordPress
In reply to: Text editing not working.Sorry, I did not use the proper terms.
The Rich Text Editor is the feature that is having issues. When I highlight text to change it’s formatting, insert bullets, or a numbered list the desired change will flash for about 1/2 a second and then undo itself. I hope this is better information.
Thank you for you time.
-DRForum: Themes and Templates
In reply to: Weird shifting.TO be more specfic, it appears that it is limited to the header and footer, or the body. I am sure sure which is “shifting.”
-DR
Forum: Fixing WordPress
In reply to: RSS Feed is not workingOkay, I swear, it was giving a blank page not 5 minutes ago, and now it is automagically appearing… Oy.
We’ll see if it holds.
-DR
Forum: Plugins
In reply to: Livecalendar not showing up.Any ideas?
Would “Run PHP as CGI” be contributor the problem? I know it is recommended for security reasons.
-DR
Forum: Themes and Templates
In reply to: Evenly space navbar.It is almost like I need to find a way, aside from using nbsp, to make it so that every LI has a ‘set’ width, sort of like a table cell, that is totally independant of how long the LI’s text is.
-DR
Forum: Themes and Templates
In reply to: Evenly space navbar.The ghetto nbsp thing does work, but I think it makes the code sloppy… there has to be a better way! >.<
-DR
Forum: Themes and Templates
In reply to: Evenly space navbar.I just tried that (the centering and padding) you can see the result on my site.
A quick and VERY dirty way might be to put enough nbsp’s around shorter titles so that they are as “long” as the longest one. That seems fairly counter intuitive though.
I also tried using “justified” and that didn’t seem to so anything. :/
-DR
Forum: Themes and Templates
In reply to: Evenly space navbar.It ate the <‘li>s, so here is the code again:
<div id="navmenu">
<'ul>
<'li><'a href="<?php echo get_settings('home'); ?>">news<'/a><'/li>
<'li><'a href="/links">links<'/a><'/li>
<'li><'a href="/gaming">gaming<'/a><'/li>
<'li><'a href="/about">about<'/a><'/li>
<'li><'a href="/?page_id=190">downloads<'li><'a href="/archives">archives<'/a><'/li>
<'li><'a href="/wp-gal">gallery<'/a><'/li>
</'ul>
</div>Sorry for the apostrophes, again, to stop the forums from eating tags.
-DR
Forum: Fixing WordPress
In reply to: Images, CSS, and XHTML compliance.Oy… I think I just accidentally figured out the menu thing…
-DR
Forum: Fixing WordPress
In reply to: Images, CSS, and XHTML compliance.Okay I went back and changed the img tags and some of the other stuff and got it from 56 errors to 22. I am sure it will just take more fidilling on my part. And it seems that some of the plugin generated god is to blame too. :/
Aside from that, when using a horzontal nav menu, would there be a way to have it so that it appeared below the banner images, and still using DIV/CSS? I like the idea of the text in the navbar changing on mouse over, I just want it to be where I want it! >.<
-DR
Forum: Fixing WordPress
In reply to: Images, CSS, and XHTML compliance.*sigh* it made the anchor tags actually link even with code tags…
-DR
Forum: Fixing WordPress
In reply to: Moving Hosts: Export HelpYeah, I just remembered the codex. Sorry about that.
-DR
Forum: Plugins
In reply to: New Window Link ControlApologies, that should be [rel=”external”]
-DR
Forum: Fixing WordPress
In reply to: What controls the <ul> icon?Right. Thanks again.
-DR