🇨​ðŸ‡â€‹ðŸ‡·â€‹ðŸ‡®â€‹ðŸ‡¸â€‹ (
millennialfalcon) wrote in
chriscodes2015-11-19 08:58 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
muses in games
|
|
code by
chriscodes
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Instructions:
- Copy/Paste code below
- Make sure Disable Auto-Formatting is checked
- Replace the following:
- LINK
- IMG URL
- USERPIC
- GAME ONE/GAME TWO
- CHARACTER ONE/CHARACTER TWO
- The colors used are pretty simple, replace as needed:
- #000 for dark text/borders
- #333 for shadows
- #FFF for light text/borders
- Leave the credit as is
- Comments are appreciated! I'd love to see what you do with it!
no subject
no subject
I put up a couple expanded versions here, one with three across and one with two rows of two.
For the three across, the code is here:
For the multiple rows of two, the code is here:
If you want to add more rows of two, or take the three across and make multiple rows of three across, here's what you need to do. Find the part of the code that looks like this:
<table width=400><tr><td><div style="font-family:helvetica; font-weight:bold; font-size:12px; text-transform:uppercase; text-align:center; color:#FFF; text-shadow: 1px 1px 2px #333">CHARACTER ONE<br/>
<img src="USERPIC" style="border-style:solid; border-radius:30%; border: 2px #FFF solid; box-shadow: 5px 5px 5px #333"><br/>
<small><a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">APP</a><br/>
<a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">IC INBOX</a><br/>
<a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">HMD</a><br/></small></div></td>
<td><div style="font-family:helvetica; font-weight:bold; font-size:12px; text-transform:uppercase; text-align:center; color:#FFF; text-shadow: 1px 1px 2px #333">CHARACTER TWO<br/>
<img src="USERPIC" style="border-style:solid; border-radius:30%; border: 2px #FFF solid; box-shadow: 5px 5px 5px #333"><br/>
<small><a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">APP</a><br/>
<a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">IC INBOX</a><br/>
<a href="LINK" style="font-weight:normal; text-decoration:none; color:#FFF">HMD</a><br/></small></div></td></tr></table>
Copy everything in between the bolded <tr> and </tr> (including the <tr> and </tr>) and paste it immediately after, before the </table>.
I hope that makes sense; if it doesn't please let me know and I'll help you with it some more!
no subject
no subject