Template talk:Software Infobox

From Hydrogenaudio Knowledgebase
Revision as of 22:26, 25 August 2006 by Pepoluan (Talk | contribs)

Jump to: navigation, search

This is the talk page for discussing changes to the Software Infobox article.

  • Please do not use it as a forum for general discussion about the article's subject. Use the forums instead.
  • Please read the wiki policy before editing.
  • Sign and date your posts using two dashes and four tildes (--~~~~).
  • Place new comments after existing ones (but within topic sections).
  • Separate topic sections with a ==Descriptive header==.
  • Feel free to use these smilies by embedding their codes:
    Smiley--).png {{smiley|)}} Smiley--D.png {{smiley|D}} Smiley--(.png {{smiley|(}} Smiley--;.png {{smiley|;}}


Template discussion

I finally got a working template. Future changes should be discussed here. --Beto 20:35, 23 August 2006 (CDT)

Is there anyway to move the software infobox using CSS positioning so that it doesn't take up the entire page? is there anyway to resize images from other websites or do you need to upload them to the wiki first? thanks --HotshotGG 18:38, 24 August 2006 (CDT)

I don't follow.... It's not taking the entire page when rendering in Firefox here. See the Foobar2000 page, but I suppose CSS positioning works since style tags work. As for the automatic resizing of external images I don't think it works (at least I was not able to make it work).... I believe you have to upload the image to the wiki. Not a big issue IMO.--Beto 08:52, 25 August 2006 (CDT)


Trick to give space at left side

I found out how to give space to the left side of the infobox. Basically, make a wikitable, but do not include the align right. Then make another wikitable enclosing the prior wikitable. This one has the padding-left and align attributes, i.e.:

{| align="right" style="padding-left: 15px;"
|
<< put enclosed table here >>
|}

Hope this helps. --pepoluan 17:24, 25 August 2006 (CDT)