Title: auctionmaster's Replies | WordPress.org

---

# auctionmaster

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Free Header Graphics](https://wordpress.org/support/topic/free-header-graphics/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/free-header-graphics/#post-360868)
 * Most of them look excellent.
    You might create some headers where the end fits
   to the beginning to let it fill a whole page without having to load large images!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [random (?) character substitution problem in html](https://wordpress.org/support/topic/random-character-substitution-problem-in-html/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/random-character-substitution-problem-in-html/#post-356319)
 * Well, this kind of character replacement isn’t used for URLs because of reasons
   like this one:
    The “&” normally introduces a PHP Get parameter.
 * I only recommend their use within the BODY and in the TITLE tags. And by the 
   way it’s only necessary for some special characters if there’s no charset specified.
   What was your actual reason to mask the X ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [A few questions on custom theme](https://wordpress.org/support/topic/a-few-questions-on-custom-theme/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/a-few-questions-on-custom-theme/#post-349647)
 * Regarding number 3…
 * You should slice the image and link each of them this way:
    `<a href="x"><img
   src="x" alt="x" /></a>`
 * The alternative way (not recommended) is to do this several times in a row:
    `
   <a href="x" style="width:70px;height:12px;">&nbsp;</a>` Another alternative is
   the use of imagemaps. They’re better than the thing before but i don’t recommend
   that at all.
 * regarding number 2…
    What about absolute positioning? I have no idea how you 
   got it there because I haven’t looked into the code… but if you do what i said
   for number 3 this problem shouldn’t occur!
 * and number 4…
    look at the stylesheet: #menu takes 50px of height. Decrease it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move header text down](https://wordpress.org/support/topic/how-to-move-header-text-down/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/how-to-move-header-text-down/#post-341793)
 * Bikepunk, open the header.php, choose the img-tag or whatever you want wo move
   and add `style="margin-top:10px;"` to it. This way you don’t have to find the
   right place in the stylesheet.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [embedding blog into existing pages?](https://wordpress.org/support/topic/embedding-blog-into-existing-pages/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/embedding-blog-into-existing-pages/#post-341661)
 * The most easy way to reach this is creating a so-called iframe, but I wouldn’t
   recommend that. If you want to know, how to do it: just ask!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move header text down](https://wordpress.org/support/topic/how-to-move-header-text-down/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/how-to-move-header-text-down/#post-341659)
 * It actually is the same 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to move header text down](https://wordpress.org/support/topic/how-to-move-header-text-down/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/how-to-move-header-text-down/#post-341656)
 * The stylesheet should look this way if you want to move everything that is real
   text:
 * #header h1 {margin-top:10px;}
 * if the whole page should be moved down check out this one:
 * body {padding-top:10px}
 * and choose a number you like
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar question. How did digg.com…](https://wordpress.org/support/topic/sidebar-question-how-did-diggcom/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/sidebar-question-how-did-diggcom/#post-323007)
 * Thanks for the link, i’m gonna check this out.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sidebar question. How did digg.com…](https://wordpress.org/support/topic/sidebar-question-how-did-diggcom/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/sidebar-question-how-did-diggcom/#post-322945)
 * Is it possible to have round corners in every edge?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [<?php } ?>](https://wordpress.org/support/topic/ltphp-gt/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/ltphp-gt/#post-322637)
 * Weird thing, I haven’t seen this construction yet
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [php on the brain](https://wordpress.org/support/topic/php-on-the-brain/)
 *  [auctionmaster](https://wordpress.org/support/users/auctionmaster/)
 * (@auctionmaster)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/php-on-the-brain/#post-321979)
 * Luckily _my_ brain is not messed up that much

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