Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The Perpetual Random Videogame Screenshots Thread
12-14-2013, 04:00 AM
Post: #16
RE: The Perpetual Random Videogame Screenshots Thread
What are you not understanding about the tag stuff? I can try to explain clearer.

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
12-14-2013, 01:55 PM (This post was last modified: 07-18-2017 06:19 AM by Henrik.)
Post: #17
RE: The Perpetual Random Videogame Screenshots Thread
(12-14-2013 03:16 AM)TheDax Wrote:  If you want, you can go further and add a little description to make it more obvious it can be clicked:
Code:
[size=xx-small](Click/tap for full size):[/size]

Uuh, I'm having a hard time figuring out how this code works, what are those two "x" represents? Is it some sort of value? and how do you make that small clickable image appear?, I followed the pattern of the code but it turned out differently. And another question, is it possible to align the display of the images horizontally? Can you or anyone teach me how it works? Thanks! I'll also do a little research about it. (Drats! This programming stuff is definitely not my cup of tea.)

Feel Free To Visit My Youtube Channel at: https://www.youtube.com/channel/UCGPnfU4q12x6vEWXv4Ftq8Q/videos
Find all posts by this user
Quote this message in a reply
12-14-2013, 03:56 PM (This post was last modified: 12-14-2013 04:05 PM by TheDax.)
Post: #18
RE: The Perpetual Random Videogame Screenshots Thread
Quote:Uuh, I'm having a hard time figuring out how this code works, what are those two "x" represents?

That's all part of one thing: xx-small. It means something like "extra, extra small". There's nothing to change there (it's not a value).

Quote:and how do you make that small clickable image appear?, I followed the pattern of the code but it turned out differently.

I made it appear with the url tag around the img tag. Can you make a post with how you tried it? Then I can see how you typed it (via the moderator editing function, lol).

Quote: And another question, is it possible to align the display of the images horizontally? Can you or anyone teach me how it works? Thanks! I'll also do a little research about it. (Drats! This programming stuff is definitely not my cup of tea.)

Align them horizontally? That, I'm not sure of...

It's not really programming, just a few little blocks of text. Tongue

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
12-14-2013, 04:02 PM
Post: #19
RE: The Perpetual Random Videogame Screenshots Thread
(12-14-2013 03:56 PM)TheDax Wrote:  
Quote: And another question, is it possible to align the display of the images horizontally? Can you or anyone teach me how it works? Thanks! I'll also do a little research about it. (Drats! This programming stuff is definitely not my cup of tea.)
Align them horizontally? That, I'm not sure of...

It worked in the past but since one day it doesn't work anymore... Confused
I noticed this problem with one of my threads but I bypassed the problem by merging images ^^

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
12-14-2013, 07:03 PM (This post was last modified: 12-14-2013 07:04 PM by globe94.)
Post: #20
RE: The Perpetual Random Videogame Screenshots Thread
* i seem to understand TheDax guide to make img clickable, haha..
* i test it here

* now if i can only make images Horizontally placed , instead of one by one vertically Undecided

Reality is a Lovely Place, But i Wouldn't Wanna Live There..
• • gLoBe ~
Find all posts by this user
Quote this message in a reply
12-14-2013, 09:06 PM
Post: #21
RE: The Perpetual Random Videogame Screenshots Thread
No problem, you have understood perfectly Wink

About the image-related problem, as I said in my post just above yours, this is not possible since one day I can't remember... Sad

♦ Intel Core i7-6700HQ | 16 GB RAM | NVIDIA GeForce GTX 960M | Debian Testing
♦ Intel Core i7-2630QM | 4 GB RAM | NVIDIA GeForce GT 540M | Debian Testing
♦ PSP-3004 | 6.60 PRO-C2
Find all posts by this user
Quote this message in a reply
12-15-2013, 04:18 AM (This post was last modified: 07-18-2017 06:19 AM by Henrik.)
Post: #22
RE: The Perpetual Random Videogame Screenshots Thread
(12-14-2013 03:56 PM)TheDax Wrote:  
Quote:Uuh, I'm having a hard time figuring out how this code works, what are those two "x" represents?

That's all part of one thing: xx-small. It means something like "extra, extra small". There's nothing to change there (it's not a value).

Ahh, so the two "x" means extra small, I thought it represents two digits of numbers, that's what's giving me a hard time! Ha! ha! you got me there! okay, let me give it a try. ^_^


Hey, it actually worked! Thanks for the explanation! I finally got it! +1 for you, good sirSmile

Feel Free To Visit My Youtube Channel at: https://www.youtube.com/channel/UCGPnfU4q12x6vEWXv4Ftq8Q/videos
Find all posts by this user
Quote this message in a reply
12-15-2013, 04:33 AM
Post: #23
RE: The Perpetual Random Videogame Screenshots Thread
No problem. Nice and clickable, now. Tongue

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
12-16-2013, 09:35 AM (This post was last modified: 07-18-2017 06:20 AM by Henrik.)
Post: #24
RE: The Perpetual Random Videogame Screenshots Thread
@TheDax, thanks for the explanation!! I’m posting a new screenshot! Let’s see if it will work!!

@Buko Pandan, I don’t know the right translation for the sauce, but it’s something like “spicy and sweetie onion barbecue sauce”. And I know it’s not related to the topic, but I was starving at that time!! Sorry!! LOL

New image 400x400:

(broken img link now)

I was an Xperia Play gamer until my dog ate my beloved phone!

Now I’m an Xperia ZL/ZQ gamer!
Quad-Core 1.5 GHZ
2GB RAM

It works better, but i miss the gamepad!! T_T'
Find all posts by this user
Quote this message in a reply
12-16-2013, 03:09 PM
Post: #25
RE: The Perpetual Random Videogame Screenshots Thread
Hey Buko Pandan, your game "Blood Warriors" looks like a Mortal Kombat clone.

"Embrace your dreams. If you want to be a hero you need to have dreams... and honor."
—Angeal Hewley
Find all posts by this user
Quote this message in a reply
12-20-2013, 10:23 AM (This post was last modified: 08-03-2017 08:39 AM by Henrik.)
Post: #26
RE: The Perpetual Random Videogame Screenshots Thread
@heiwasan, don't sweat it sir, I'm just curious about that sauce that's all,
since it's not available here in our area.

@aleph, there's more from where it came from, here's some more Mortal Kombat game rip offs. ^_^

Click the images to view their actual sizes

[Image: 2e1f5tf.jpg]

[Image: 2znxwu8.jpg]

[Image: 2pzl8hc.jpg]


[Image: 2afa8tc.jpg]


[Image: 2ujldlw.jpg]


[Image: 2e4kns5.jpg]



[Image: 166wrxx.jpg]



[Image: 1zfu9vo.jpg]



[Image: 11sm5ar.jpg]



[Image: 2gumf5h.jpg]

Feel Free To Visit My Youtube Channel at: https://www.youtube.com/channel/UCGPnfU4q12x6vEWXv4Ftq8Q/videos
Find all posts by this user
Quote this message in a reply
12-20-2013, 11:53 AM
Post: #27
RE: The Perpetual Random Videogame Screenshots Thread
(12-20-2013 10:23 AM)Buko Pandan Wrote:  @heiwasan, don't sweat it sir, I'm just curious about that sauce that's all,
since it's not available here in our area.

Hey, it’s not available here too! I had to make it myself!!

And about your lasts screens, post a shoot of Mario fighting with someone!! It should be funny!! LOL

I was an Xperia Play gamer until my dog ate my beloved phone!

Now I’m an Xperia ZL/ZQ gamer!
Quad-Core 1.5 GHZ
2GB RAM

It works better, but i miss the gamepad!! T_T'
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: