|
|
Line 6: |
Line 6: |
| | | |
| __TOC__ | | __TOC__ |
- |
| |
- | == Boldness ==
| |
- |
| |
- | I'm looking for a good place to put this guideline: <span style="color:darkred">"Although we encourage you to be bold in making simple edits, doing so should not contradict established consensus. Additionally, the reason we encourage boldness is because it's fairly simple to revert a page to a previous state. For larger projects, therefore, the amount of boldness you display in making a change should be directly proportional to the ease of reverting that change. In other words, if it would take us a long time to undo what you've done, then you should start a discussion to see what the community thinks first."</span> This isn't as catchy as the simple "be bold" slogan in the standard welcome message (and isn't really something new members need shoved in their faces), nor does it fit neatly [[HRWiki:FAQ#I_know_some_information_that_should_be_added_to_a_page._How_do_I_submit_it.3F|here]]. But it should go ''somewhere''. Ideas? — [[User:It's dot com|It's dot com]] 17:36, 24 March 2006 (UTC)
| |
- |
| |
- | :I think the guideline sounds good, and I think the place for it is [[HRWiki:Standards]], in the General section. -- [[User:Tom|Tom]] 22:20, 24 March 2006 (UTC)
| |
- |
| |
- | == DVD Menu easter eggs ==
| |
- |
| |
- | How do you get to the menu easter eggs on the DVD? {{User:Ice Man/sig}} 17:04, 25 March 2006 (UTC)
| |
- |
| |
- | :First off, nice signature Ice Man. I like it. I have heard it said that you need to hit a language button but my remote doesn't have one. I have never been able to get most of the commentaries to work, but my DVD player is really cheap. {{User:Invisible_Robot_Fish/sig}} 17:08, 25 March 2006 (UTC)
| |
- |
| |
- | ::For more information, try [[strongbad_email.exe#Easter Eggs|here]]. {{User:Thunderbird L17/Siggie}} 20:15, 25 March 2006 (UTC)
| |
- |
| |
- | == Purge tab ==
| |
- |
| |
- | How do you add a purge tab? {{User:Tampo/sig}} 22:00, 25 March 2006 (UTC)
| |
- |
| |
- | <pre>
| |
- | function addPurgeButton()
| |
- | {
| |
- | var href = document.location.href;
| |
- | {
| |
- | var historyHref = document.getElementById( "ca-history" ).firstChild.href;
| |
- | var div = document.getElementById( "p-cactions" );
| |
- | var ul = div.getElementsByTagName( "ul" )[0];
| |
- | var newLi = document.createElement( "li" );
| |
- | var newA = document.createElement( "a" );
| |
- | newA.setAttribute( "href" , historyHref.replace( "=history" , "=purge" ) );
| |
- | var text = document.createTextNode( "purge" );
| |
- | newA.appendChild( text );
| |
- | newLi.appendChild( newA );
| |
- | ul.appendChild( newLi );
| |
- | }
| |
- | }
| |
- | if ( window.addEventListener ) window.addEventListener( "load" , addPurgeButton , false );
| |
- | else if ( window.attachEvent ) window.attachEvent( "onload", addPurgeButton );
| |
- | </pre> — {{User:Lapper/sig}} 22:06, 25 March 2006 (UTC)
| |
- |
| |
- |
| |
- | :And what does it do? {{User:Bluebry muffin/sig}} 22:11, 25 March 2006 (UTC)
| |
- | ::It doesn't do anything. I put it in my [[Special:Mypage/monobook.css|monobook.css]] and [[Special:Mypage/monobook.js|monobook.js]] and it did nothing. {{User:Tampo/sig}} 22:13, 25 March 2006 (UTC)
| |
- |
| |
- | :::You're going to need it in your JS, and you need to clear your cache. — {{User:Lapper/sig}} 22:15, 25 March 2006 (UTC)
| |
- |
| |
- | ::::Does that mean I have to clear evrything in my preferences? {{User:Tampo/sig}} 22:23, 25 March 2006 (UTC)
| |
- |
| |
- | :::::No, that means you empty the contents of your brower's cache. — {{User:Lapper/sig}} 22:24, 25 March 2006 (UTC)
| |
- | ::::::How do I do that? {{User:Tampo/sig}} 22:33, 25 March 2006 (UTC)
| |
- | :::::::It depends on your browser, but there are instructions on the top of your monobook.js or at the top of your [[Special:Preferences|preferences]]. --{{User:Venusy/Sig}} 22:38, 25 March 2006 (UTC)
| |
- |
| |
- | :::::::::Okay, I cleared the cache, now, what does it do? I see no change. {{User:Bluebry muffin/sig}} 04:34, 26 March 2006 (UTC)
| |
- | ::::::::::What are you guys' talking about? {{User:Ice Man/sig}} 13:22, 26 March 2006 (UTC)
| |
- | :::::::::::Hey Who the crap Let Strong sad out? Anyway, it's about the purge button. {{User:Tampo/sig}} 13:24, 26 March 2006 (UTC)
| |
- |
| |
- | == IP Address ==
| |
- |
| |
- | How do you know which IP Address creats users? {{User:Tampo/sig}} 23:26, 25 March 2006 (UTC)
| |
- | :Why don't you [[montage|creat]] an alternate reality where you don't have to spell correctly and I talk like this? And your name is Watered Down. Well, Watered Down, due to the level of [[Meta:CheckUser#Wikimedia_privacy_policy|anonymity]] usually desired on a wiki (and especially at Wikipedia), the default installation of the MediaWiki software does '''not''' make it easy to match IPs with usernames at all. In fact, when you set it up, the system doesn't even record IPs with each edit. If you wanted to do what you're asking, you'd either have to [[Meta:How to become a MediaWiki hacker|hack]] or [[Meta:Writing a new special page|extend]] the software itself (as well as set various [[Wikipedia:Flag (computing)|flags]]) or write a [[MW:Help:MediaWiki hooks|hook function]] that you then plugged into the software. (I myself have intended to write a nice, tidy hook function for use on our wiki, but writing functions takes time and I just haven't had the chance lately.) It is possible to examine the [[HRWiki:Privacy policy#Private logging|raw server log]], but the file is so enormous (we get somewhere in the neighborhood of '''half a million''' file requests '''per day''') that it's a real chore to try to search through it. In addition, searching through it is not something that can be done very quickly, and as a practical matter we would only ever want to do so if we thought something was really wrong. Why do you ask? — [[User:It's dot com|It's dot com]] 10:40, 26 March 2006 (UTC)
| |
- | ::I just wanted to know. — [[User:Tampo|Watered down]] 13:14, 26 March 2006 (UTC)
| |
- | :::Also because someone on the wikitroll talk page said a troll used their IP. {{User:Tampo/sig}} 23:34, 8 May 2006 (UTC)
| |
- | == Libs ==
| |
- |
| |
- | <!--Please insert disk A into the pie data slot and turn off and on and on and off the light-->
| |
- | Are you allowed making libs for Apr. fools day? {{User:Ice Man/sig}} 13:21, 26 March 2006 (UTC)
| |
- | :I don't know. Anyway, Why did you ask? — [[User:Tampo|Tampo]]
| |
- | ::I wanted to make one for Apr. fools day. {{User:Ice Man/sig}} 13:28, 26 March 2006 (UTC)
| |
- |
| |
- | == New Messages ==
| |
- |
| |
- | Would it be possible to find the code for the new messages box and place it into a .css or .js monobook file? {{User:Bluebry muffin/sig}} 00:39, 27 March 2006 (UTC)
| |
- | :I don't know about the monobook.js/css but I know the code for the new message bar.
| |
- | <code><nowiki><div class="usermessage">You have [[Special:Mytalk|new messages]].</nowiki></div></code>
| |
- | {{User:Tampo/sig}} 00:48, 27 March 2006 (UTC)
| |
- | ::Okay. It's just, I'd like the bar to appear when a page in my watchlist is edited. {{User:Bluebry muffin/sig}} 00:50, 27 March 2006 (UTC)
| |
- | :::Ohhh. No, you can't do that without hacking into the software itself (see the links two threads above). — [[User:It's dot com|It's dot com]] 00:56, 27 March 2006 (UTC)
| |
- | ::::Crud. Thanks anyways. {{User:Bluebry muffin/sig}} 00:59, 27 March 2006 (UTC)
| |
- |
| |
- | == Where did Peasant's Quest debut? ==
| |
- |
| |
- |
| |
- |
| |
- | Was it in a Strong Bad email like Trogdor or did the game preview just appear in cartoon shorts? I know in "for kids" SB plays the game. I've searched the sight and I can't seem to find the answer. Does anyone know?
| |
- |
| |
- | :July '04, the [[Peasant's Quest Preview|Preview]] was on the main page, IIRC. {{User:Qermaq/sig}} 22:52, 30 March 2006 (UTC)
| |
- |
| |
- | ::Certain elements of Peasants Quest had already been introduced before hand however, and were also present in [[TROGDOR!]]. Those include [[dragon|Trogdor]], the [[interview|Kerrek]], and the [[impression|Jhonka]]. {{User:Thunderbird L17/Siggie}} 23:52, 30 March 2006 (UTC)
| |
- |
| |
- |
| |
- | == Submission Deleted ==
| |
- |
| |
- | Haldo,
| |
- |
| |
- | I'm relatively new here, and was discouraged to find out my subbmision to the new Strong Bad E-mail alternate universe had not only
| |
- | been deleted, but a request had been put up to not repost it. It's no big deal, but what are the restrictions on editing and adding.
| |
- | i.e. What's acceptable/what's not.
| |
- |
| |
- | Bob the Builder guy
| |
- |
| |
- | :Some users (myself included) didn't belive that it was intended to be a reference. So we put it up to [[HRWiki:STUFF/Archive/alternate universe#No problem STUFFing this one|a vote]], and the community decided that it was not a reference. The notice is to alert fellow editers as to the result of that vote. Thanks for contributing though, and we hope that you continue to do so. {{User:Thunderbird L17/Siggie}} 00:21, 6 April 2006 (UTC)
| |
- |
| |
- | == Change Username? ==
| |
- |
| |
- | I know that you can change a username, but how????????
| |
- | :Only <s>sysops/</s>admins can. You can <s>tell</s> [ask] the <s>sysops/</s>admins to change your name <s>or</s> [by] add[ing] it to [[HRWiki:Changing username]]. Remeber to sign your posts, Lopp3. {{User:Tampo/sig}} 19:29, 15 April 2006 (UTC) <small>Post edited by {{User:Thunderbird L17/Siggie}} on 19:41, 15 April 2006 (UTC)</small> ;)
| |
- | darn {{User:Lopp3/sig}}
| |
- |
| |
- | ==Sign Up trouble==
| |
- | Need help "signing up" for a project. I left a note on [[User:InterruptorJones|InterruptorJones]]'s page, yet I havent gotten a response. {{User:Lopp3/sig}}
| |
- | :If there's a [[HRWiki:Projects|project]] you see that you're interested in doing, just go for it... you don't need special permission to do so. {{User:Phlip/sig}} 19:55, 15 April 2006 (UTC)
| |
- |
| |
- | == Userpage Weirdness ==
| |
- | Have a look at this version of Venusy's userpage: [http://www.hrwiki.org/index.php?title=User:Venusy&oldid=274126#Top_10_Wiki_annoyances] Where the <nowiki><nowiki> and <pre></nowiki> tags are used, it replaces it with UNIQ-whatever. The problem disappears when the userboxes are removed. Any idea what the problem is? - {{User:Super_Sam/sig}} 14:49, 23 April 2006 (UTC)
| |
- |
| |
- | == Link Oddity ==
| |
- |
| |
- | For some reason, the site tells me that I am forbidden from entering [[Russ T.]]. Know why/help? {{User:Lopp3/sig}} 02:19, 24 April 2006 (UTC)
| |
- | :I think the dot at the end of the URL is causing the problem. Try [http://www.hrwiki.org/index.php?title=Russ_T. this link] instead. --{{User:Venusy/Sig}} 02:36, 24 April 2006 (UTC)
| |
- | ::Error 403. I think we need to move that page or something. {{User:Bluebry muffin/sig}} 02:38, 24 April 2006 (UTC)
| |
- | :::[http://www.hrwiki.org/index.php?title=Russ_T. http://www.hrwiki.org/index.php?title=Russ_T.] works. [http://www.hrwiki.org/index.php/Russ_T. http://www.hrwiki.org/index.php/Russ_T.] does not. Very odd. {{User:Qermaq/sig}} 02:47, 24 April 2006 (UTC)
| |
- | ::::Nor does [http://www.hrwiki.org/index.php/Special:Search?search=Russ+T. http://www.hrwiki.org/index.php/Special:Search?search=Russ+T.]. Which was the next thing I tried. --[[User:DorianGray|DorianGray]]
| |
- |
| |
- | We moved it, and now it works. Turns out that the "." character can't be used in a title. Speaking of that, please delete a page that I used to test this philosophy. It's called "Test Page." {{User:Lopp3/sig}} 03:29, 24 April 2006 (UTC)
| |
- | :I attempted to move Test Page. to Lopp's user space, I encountered an eeror. I attempted to post in discussion that point, again was given an error. {{User:Qermaq/sig}} 03:34, 24 April 2006 (UTC)
| |
- | ::The "." character ''can'' be used (see [[Mr. Shmallow]]). It apparently just can't be used at the end of a title. --[[User:DorianGray|DorianGray]]
| |
- |
| |
- | :::Fixed. Article moved back and notice removed. Thanks. -- [[User:Tom|Tom]] 03:39, 24 April 2006 (UTC)
| |
- | Good. {{User:Lopp3/sig}} 03:40, 24 April 2006 (UTC)
| |
- |
| |
- | == Logo Error ==
| |
- |
| |
- | Perhaps as a byproduct of the discussion just above this one, the wiki's logo is messed up. Instead of the pic of Homestar, it just shows a smaller box that says "Visit hrwiki.org". It's very dull. Anyone else having this problem and/or know how to fix it? --[[User:DorianGray|DorianGray]]
| |
- | : I just noted that on [[HRWiki:Da Basement|Da Basement]] before seeing this. Yeah, I'm getting it too. --{{User:Jay/sig}} 04:13, 24 April 2006 (UTC)
| |
- |
| |
- | ::Should be fixed now with a hard refresh. Thanks. -- [[User:Tom|Tom]] 04:17, 24 April 2006 (UTC)
| |
- |
| |
- | ==Can't switch skin==
| |
- | My preferred skin accidentally got changed to Chick. The link to the 'skin preferences' page doesn't work, so I can't change it back. What should I do? {{User:Lopp3/sig}} 21:28, 27 April 2006 (UTC)
| |
- | :Try [http://www.hrwiki.org/index.php?title=Special:Preferences&useskin=monobook this link]. --{{User:Venusy/Sig}} 21:35, 27 April 2006 (UTC)
| |
- | ::I just tried setting my skin to Chick, and was easily able to set it back to Monobook again, going through [[Special:Preferences|the prefs]] normally. Can you be a bit more specific about your problem? {{User:Phlip/sig}} 21:57, 27 April 2006 (UTC)
| |
- | :::For some reason, the link to skins pref didn't do anything. The browser didn't even consider it a link. I've tried it on IE and AOL Explorer. {{User:Lopp3/sig}} 22:08, 27 April 2006 (UTC)
| |
- | ::::I guess you got it fixed then? It says monobook in the database. — [[User:It's dot com|It's dot com]] 04:11, 28 April 2006 (UTC)
| |
- |
| |
- |
| |
- | ==Alignment==
| |
- | How do I align a blockquote to the left? {{User:Ten Ten/sig}} 17:12, 1 May 2006 (UTC)
| |
- |
| |
- | :Blockquote text is aligned to the left by default. Just use <blockquote>text</blockquote>. -- [[User:Tom|Tom]] 17:29, 1 May 2006 (UTC)
| |
- |
| |
- | == Big Space ==
| |
- |
| |
- | Why is there a [[User:Tampo#My Password|big space]] between "My Password" and "???????"? {{User:Tampo/sig}} 21:37, 2 May 2006 (UTC)
| |
- | :Because you have it set up as a level 2 heading, using the ='s. Try <nowiki><span style="font-size: 1.5em;">???????</span></nowiki> to get:
| |
- | :<span style="font-size: 1.5em;">???????</span>
| |
- | ::I tried it and there's still a big space. {{User:Tampo/sig}} 23:34, 8 May 2006 (UTC)
| |
- | :::Found the problem. It's because of my userboxes. {{User:Tampo/sig}} 22:45, 20 May 2006 (UTC)
| |
- |
| |
- | == Page Updates ==
| |
- |
| |
- | Is it possible to have a page on the wiki that updates with a non-wiki page? i.e. I want to be able to have a feature on Google for a subpage of mine. {{User:Einstein runner/sig}} 22:04, 5 May 2006 (UTC)
| |
- |
| |
- | :No. Also, remember that the wiki is not a web host. See [[HRWiki:User space]] for details. -- [[User:Tom|Tom]] 22:11, 5 May 2006 (UTC)
| |
- |
| |
- | ==Sound==
| |
- | Is there a way to upload audio to here?--[[User:H*bad|H*bad]] 21:46, 14 May 2006 (UTC)
| |
- | :Sure is. First, your file should be in .ogg format, and be sure it serves the project. Then, use the [[Special:Upload|Upload File]] link to upload. {{User:Qermaq/sig}} 21:59, 14 May 2006 (UTC)
| |
- | ::Sweet.--[[User:H*bad|H*bad]] 22:01, 14 May 2006 (UTC)
| |
- |
| |
- | == How do I become an admin ==
| |
- |
| |
- | How do I become an administrator? [[User:X-Spider2|X-Spider2]] 10:17, 18 May 2006 (UTC)
| |
- |
| |
- | :See [[HRWiki:FAQ#How do I become an admin or sysop?]] A good way to start is to try not to ask questions that are answered in the FAQ. -- [[User:Tom|Tom]] 10:24, 18 May 2006 (UTC)
| |
- |
| |
- | == Can't See Images ==
| |
- |
| |
- | For the past few days, I haven't been able to see any images/pictures on HRWiki. I can't even the HRWiki logo-thing with Homestar in the left corner. It's really annoying & I don't know if it's something wrong with my browser or if it's just the site. Help? {{unsigned|JackSpicerRules13}}
| |
- | :It's definitely your borwser, as I can see all images crystal clear. — {{User: Seriously/sig}} 22:52, 19 May 2006 (UTC)
| |
- | ::It may be an ad blocker. You might want to look [[User talk:FireBird#Revert|here]] for more info. --[[User:DorianGray|DorianGray]]
| |
- | :::I've tried... It works on Fanstuff Wiki & Wikipedia but not here. I use Mozilla, so if you can help me at all... Yeah. Thanks for trying, though. :) {{unsigned|JackSpicerRules13}}
| |
- |
| |
- | == Login ==
| |
- |
| |
- | Hi, I'm new... I can login to HRWiki fine, but when I try to logn to Fanstuff, it doesn't work. Do I have to have a seperate account?
| |
- | [[User:Cheat Commando's...O's|Cheat Commando's...O's]]
| |
- | :Yes, it's a separate wiki and requires separate registration. As does the Forum, by the way. {{User:Qermaq/sig}} 18:40, 20 May 2006 (UTC)
| |
- |
| |
- | == Protect ==
| |
- |
| |
- | Can someone protect all of my [[User:Tampo/archive|archives]] except for [[User:Tampo/archive]]? Thanks. {{User:Tampo/sig}} 20:00, 20 May 2006 (UTC)
| |
- | :Sorry, no. I suggest you put them all on your watchlist. — [[User:It's dot com|It's dot com]] 03:45, 22 May 2006 (UTC)
| |
- | ::Why not? {{User:Tampo/sig}} 21:28, 24 May 2006 (UTC)
| |
- | :::See [[HRWiki:Protected page]]. In short, the likelihood of vandalism—or even changes by other users—is next to zero (not counting from Master Chief), and if they were protected you yourself couldn't even edit them. We would have to go through a whole unprotection/reprotection process every time you wanted to make a change. — [[User:It's dot com|It's dot com]] 22:02, 24 May 2006 (UTC)
| |
- |
| |
- | == How long ago was it? ==
| |
- |
| |
- | Does anyone here know exactly ''when'' it was I started? 'Cause I did't record the date, as I did not know it was such a ''monumentous'' occasion. And I didn't think I would become so popular. So fast. {{User:Einstein runner/sig}} 23:39, 24 May 2006 (UTC)
| |
- |
| |
- | :Why not just <span class="plainlinks">[http://www.hrwiki.org/index.php?title=Special:Contributions&target=Einstein+runner&limit=1&go=first look at your contribs]</span>? And who said you were popular? I certainly can't imagine you would be with a <span class="plainlinks">[http://www.hrwiki.org/index.php?title=User:Einstein_runner/sig&oldid=319744 blinking sig]</span> that annoyingly changes my cursor. -- [[User:Tom|Tom]] 03:10, 25 May 2006 (UTC)
| |
- |
| |
- | ::So''rry''. <:-( How do you know what to link to? Sheesh, geniuses up there. {{User:Einstein runner/sig}} 02:39, 26 May 2006 (UTC)
| |
- |
| |
- | :::Okay, lemme rephrase that. 'And I didn't think I would become so ''well-known''.' {{User:Einstein runner/sig}} 21:31, 26 May 2006 (UTC)
| |
- |
| |
- | ::::Hey, Collin, Trey56, Homsar7, and Homsarroks all have animated sigs:
| |
- | {{User:Collin/sig}}<br>
| |
- | {{User:Trey56/sig}}<br>
| |
- | {{User:Homsar7/sig}}<br>
| |
- | {{User:Homsarroks/sig}}
| |
- |
| |
- | {{User:Einstein runner/sig}} 00:56, 27 May 2006 (UTC)
| |
- |
| |
- | :They're animated, but they're not blinking. From [[HRWiki:Signature]]: "Images that are distracting are not allowed. Likewise, animated images are strongly discouraged." I think Collin's is the closest call. If it's distracting you, you can politely bring it up on his talk page. — [[User:It's dot com|It's dot com]] 04:23, 27 May 2006 (UTC)
| |
- | ::Tom, I don't see any blinking {{User:Dacheatbot/sig}} 17:52, 29 May 2006 (UTC)
| |
- | :::Neither do I on the templated version, but I do see it on the actual <span class="plainlinks">[http://www.hrwiki.org/index.php?title=User:Einstein_runner/sig&oldid=319744 subpage]</span>. It could just be a choice of browser or settings problem. {{User:Thunderbird L17/Siggie}} 17:59, 29 May 2006 (UTC)
| |
- | ::::Browsers are not required to honor the blink setting (and even if they were, Internet Explorer probably wouldn't). If you want to see the blinking, look at the old version of the signature (linked above) in a browser like Firefox. — [[User:It's dot com|It's dot com]] 15:22, 30 May 2006 (UTC)
| |
- |
| |
- | == Blockquote trouble... ==
| |
- |
| |
- | Can anyone tell me what's wrong with my code for a blockquote? It's not working. [[HRFWiki:Blockquotes/Code]]
| |
- | It's the one titled "blockquote.mrbland". -[[User:Thnikkaguy|Thnikkaguy]]
| |
- | : This page is not for technical questions that pertain solely to the fanstuff. Maybe there's a help page there. — [[User:It's dot com|It's dot com]] 04:16, 27 May 2006 (UTC)
| |
- |
| |
- | ==*'s==
| |
- | Ok, I have been having a bit of a problem with this. People who say something and its a bad word they put *'s. Are you people going to do anything about the *'s--[[User:H*bad|H*bad]] 23:03, 27 May 2006 (UTC)
| |
- | :We need more information here. Can you provide a link to an example of this? — [[User:It's dot com|It's dot com]] 04:58, 28 May 2006 (UTC)
| |
- | ::Well I can't find one right now, but I have seen them around. I don remember one of them though. It was like this: Why the (h***) are you doing that?--[[User:H*bad|H*bad]] 05:10, 28 May 2006 (UTC)
| |
- | :::While we are on this sort of subject, how about making, typing the words (WTF) against the rules? But these are just a few of my ideas.--[[User:H*bad|H*bad]] 05:23, 28 May 2006 (UTC)
| |
- | ::::Well, when you find an example, you let us know. And it's already against the rules to type out what those initals stand for (in ordinary discussion threads). — [[User:It's dot com|It's dot com]] 05:35, 28 May 2006 (UTC)
| |
- | :::::About the H-word: We have a whole [[Hell|article]] about it. {{User:E.L. Cool/sig}} 05:41, 28 May 2006 (UTC)
| |
- | ::::::Its ok to say the H-word if your talking about the place. I am having the same discussion at the fanstuff in case your wondering. And for (WTF), I meant that just saying the initials should also be against the rules.--[[User:H*bad|H*bad]] 13:56, 28 May 2006 (UTC)
| |
- | :::::::It's certainly a rude thing to say, but is someone actually going around typing that? Again, an example would be very helpful. — [[User:It's dot com|It's dot com]] 16:44, 28 May 2006 (UTC)
| |
| | | |
| == Image alignment == | | == Image alignment == |
Have a question? Post it here and we will try to answer it as soon as possible.
is there any way to get a thumb image(i.e. one created by putting |thumb| in the link so that the alternative text comes in the same box as the image) to align to the left? I want to do in on my userpage to stop the right hand side getting cluttered and so it looks better than a normal image with the desciption beneath in normal text. DumbMuscle
on my userpage i can't get images to just show up with out getting some kind of link to the image.can anyone help?!?!?!?!?!?!?!?!