Title: dg77's Replies | WordPress.org

---

# dg77

  [  ](https://wordpress.org/support/users/dg77/)

 *   [Profile](https://wordpress.org/support/users/dg77/)
 *   [Topics Started](https://wordpress.org/support/users/dg77/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dg77/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dg77/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dg77/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dg77/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dg77/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [File Upload](https://wordpress.org/support/topic/file-upload-2/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/file-upload-2/#post-417475)
 * Ah.
 * Gotcha.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Firefox 1.5.0.4 for MAC OS X NOT Displaying WP Homepage, Other Pages Fine (???)](https://wordpress.org/support/topic/firefox-1504-for-mac-os-x-not-displaying-wp-homepage-other-pages-fine/)
 *  [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/firefox-1504-for-mac-os-x-not-displaying-wp-homepage-other-pages-fine/#post-405192)
 * I’m pretty sure it’s a stylesheet issue.
 * I can see it for a moment, but then it’s covered up by white space.
 * Possibly handling the background color/transparency of tables in a way that Firefox
   doesn’t like?
 * [http://jigsaw.w3.org/css-validator/](http://jigsaw.w3.org/css-validator/)
 * You might try that site and see what it comes up with.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posting a future date.](https://wordpress.org/support/topic/posting-a-future-date/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/posting-a-future-date/#post-405188)
 * That’s what I thought. I told my users to do that, and they said it didn’t work.
 * I tried it myself just now, and it works.
 * That’ll show me.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Editing the default <p> tags in a post.](https://wordpress.org/support/topic/editing-the-default-ltpgt-tags-in-a-post/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/editing-the-default-ltpgt-tags-in-a-post/#post-395097)
 * Fantastic. That’s exactly what I was looking for.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Editing the default <p> tags in a post.](https://wordpress.org/support/topic/editing-the-default-ltpgt-tags-in-a-post/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/editing-the-default-ltpgt-tags-in-a-post/#post-395095)
 * I’ve added wordpress to the current design of our webite. It has it’s own stylesheet,
   and the powers that be aren’t going to modify it.
 * p {margin:0px;}
 * That is in our current style sheet. It’s causing me a problem, because it removes
   the space inbetween paragraphs.
 * I can change that with the blog’s stylesheet, but it messes up our navigation
   menu when I do. So, I’d like to just give the tags in the blog their own class
   to differentiate the two in the stylesheet.
 * If there’s a better way, I’m definitly open to it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sending Referrers/wp_options](https://wordpress.org/support/topic/sending-referrerswp_options/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/sending-referrerswp_options/#post-394331)
 * Duh. Forgot to ‘use dbname’.
 * So, if anyone makes the mistake I did:
 * mysql> use enter_your_db_name;
 * mysql> update wp_options set option_value=’NEW_VALUE’ where option_name=’siteurl’;
 * mysql> update wp_options set option_value=’NEW_VALUE’ where option_name=’home’;
 * Thanks a lot for the help, pizdin_dim!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sending Referrers/wp_options](https://wordpress.org/support/topic/sending-referrerswp_options/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/sending-referrerswp_options/#post-394262)
 * When I enter exactly what you’ve written, I receive the following error:
 * ERROR 1046 (3D000): No database selected
 * Shouldn’t there be something that tells it I need to do this in the wordpress
   database?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sending Referrers/wp_options](https://wordpress.org/support/topic/sending-referrerswp_options/)
 *  Thread Starter [dg77](https://wordpress.org/support/users/dg77/)
 * (@dg77)
 * [20 years ago](https://wordpress.org/support/topic/sending-referrerswp_options/#post-394134)
 * I wish I had phpMyAdmin. I wouldn’t have had to ask for help 🙂
 * Sadly, the people that host our site don’t have it installed. And, apparently,
   they aren’t going to. It’s not a big deal, as this is the only thing we use MySQL
   for.
 * Does anyone know the correct syntax to do this at mysql>?

Viewing 8 replies - 1 through 8 (of 8 total)