Title: eclark's Replies | WordPress.org

---

# eclark

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moving wordpress to a new server – same domain](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/#post-765717)
 * Oh, and you may want to use this tute for backing up your database, because on
   the moving wordpress tutorial there are a few different versions, and at least
   one of them is wrong.
 * [http://codex.wordpress.org/WordPress_Backups#cPanel](http://codex.wordpress.org/WordPress_Backups#cPanel)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moving wordpress to a new server – same domain](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [17 years, 12 months ago](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/#post-765715)
 * nevermind, as usual I’ve solved it myself. If you have troubles with this newbies,
   I would suggest not waiting for an answer on this forum.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moving wordpress to a new server – same domain](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/#post-765658)
 * yep I got that, but I’m not sure part of wp-config.php I need to edit.
 * Just the name of the database?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moving wordpress to a new server – same domain](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/moving-wordpress-to-a-new-server-same-domain/#post-765647)
 * anyone….
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [bit of code to float images/wrap text around images](https://wordpress.org/support/topic/bit-of-code-to-float-imageswrap-text-around-images/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/bit-of-code-to-float-imageswrap-text-around-images/#post-760695)
 * Someone finally answered this on another post. The didn’t really answer this 
   question, but it was helpful anyway.
 * [http://wordpress.org/support/topic/175391?replies=3#post-756709](http://wordpress.org/support/topic/175391?replies=3#post-756709)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to wrap text around images](https://wordpress.org/support/topic/how-to-wrap-text-around-images-2/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/how-to-wrap-text-around-images-2/#post-762170)
 * of course 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to wrap text around images](https://wordpress.org/support/topic/how-to-wrap-text-around-images-2/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/how-to-wrap-text-around-images-2/#post-762161)
 * Thankyou, it was very helpful to finding the ultimate answer and I very much 
   appreciate you answering….Cheers
 * So basically for Newbies who may be confused about this… Some themes don’t have
   all the CSS code you need in them to make stuff happen the way you want. It’s
   the CSS that controls the look of your site, like fonts, colours, headings, etc.
   So in the stylesheet file, in your design theme area, you need to create a “class”
   which is this bit
 * }
    .floatright {float:right;} .floatleft {float:left;}
 * Paste it somewhere in your CSS file…make sure you have the curly braces in there
   too. This will make your text wrap around your images, instead of sort of sitting
   on top which looks horrid.
    The current tutorial for this on WordPress, makes
   it sound like you should add this to the image tags that are already there, which
   is actually just messing up the images all over your theme. The one’s that were
   in the theme to start with. Then you can modify it and add to it things like 
   padding, which is where there’s a kind of space between your text and your image
   so it doesn’t kiss the image. Try taking an about.com free course in CSS before
   you try this, and ask friends for help. Also, try other forums, it’s all far 
   easier that waiting for someone who may never reply on this forum, or getting
   their cranky reply that you didn’t post something right, or letting them nitpick
   at your posting for what you wrote or left out. Do I sound a tad bitter? 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [bit of code to float images/wrap text around images](https://wordpress.org/support/topic/bit-of-code-to-float-imageswrap-text-around-images/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/bit-of-code-to-float-imageswrap-text-around-images/#post-760583)
 * Does anyone know how to do this? I’m fairly confident I’ve seen examples, I’m
   just hoping someone could tell me where to insert the code if they’re not willing
   to do it for me…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [make parent pages and categories not clickable](https://wordpress.org/support/topic/make-parent-pages-and-categories-not-clickable/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/make-parent-pages-and-categories-not-clickable/#post-756033)
 * ok I’ll do that thanks very much
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [make parent pages and categories not clickable](https://wordpress.org/support/topic/make-parent-pages-and-categories-not-clickable/)
 *  Thread Starter [eclark](https://wordpress.org/support/users/eclark/)
 * (@eclark)
 * [18 years ago](https://wordpress.org/support/topic/make-parent-pages-and-categories-not-clickable/#post-756027)
 * Can anyone help me at all.
 * Even if you can guess, just take a stab it doesn’t matter if your wrong

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