So I found this neat website called Pink Tentacle. I liked what I saw so much, I made a layout themed around the website.
Free to anyone who wants it.
Stuff. And oh also, since some of the themes add bold text to links, it's a good idea to add "font-weight: normal;" in your style. While I'm at it, I might as well ask people to curb large image use requests, and to remember all of these layouts comprise of the same CSS code. Read the source code in layouts that are free to snatch up to teach yourself what you can do.
Ohhhh... you actually modified the entire layout! XD
Well, might as well change that border in your sig class too. Regardless, somewhat good job modding it up, though I feel something's slightly out of place... I don't know.
At least you tried (somewhat). And that's what counts.
Also Aqua, I might do yours if nobody else does. And in saying that, I guess I'll end up being the only one doing anything with you
Yeeah, almost everyone ignores my request. Maybe because I am not the most famous hacker?
Anyway, thanks that you will make my layout.
(Except someone is faster than you.)
And that picture that shows how the layout should, I made it in a few seconds in Paint and I can't really draw straight lines in Paint, but the outlines in the layout should be straight.
Just wanted to make that clear.
Luigi-San Kine
Posts: 1204/4023
Since:
Location: Clarence, NY
Pronouns: He/Him
Edit-My layout got removed because it was breaking tables, could you possibly fix it?
Copy this into your header:
Unexpected end tag (</textarea>) at 1094, expected </td> Unexpected end tag (</td>) at 1143, expected </textarea> Unexpected end tag (</table>) at 1203, expected </textarea> Tag (td) was not closed. Tag (tr) was not closed. Tag (table) was not closed. Tag (textarea) was not closed.
I don't know how it could've been breaking tables, unless you messed up bad.
That's what you get for reverse-engineering my stuff! XD
Also, somehow your layout stuff is bleeding into my layout a few posts up. What I would suggest when fixing up my layout is to make a new post, paste your layout code (header and footer) in there and keep previewing your "Post" until it doesn't overextend.
I want to make a note of something to everyone I promised layouts to. They'll come. Yes, they will. But real-life stuff will intervene, which'll further delay fulfillment of your requests by me.
If you want a layout sooner, rather than later, start picking on other people to do your bidding, or learn to code them yourself. There are enough layouts here to learn how to code, and you can also look in the source code of somebody's profile and find their layout CSS there, somewhere near the bottom.
Unexpected end tag (</tr>) at 663, expected </td> Unexpected end tag (</table>) at 671, expected </td> Tag (td) was not closed. Tag (tr) was not closed. Tag (table) was not closed.
lolwut? I have looked at your layout, and the code sucks. Weak sauce = flavorless layout, and also, I don't think decimals work do they?
Use the same data, but reconstruct your tables. Also, tbody, head and the like are not necessary. IN fact, I suggest voiding them for layouts so there's less stuff in the way.
I think this is what you need: Fixed from earlier, displays correctly now. Though tabbed spacing fails to show up...
<style type="text/css">
table.layout {width: 100%;}
.background {background-color: green;}
.sidetop {width: 20%;}
.post {width: 60%;}
.sidebottom {width: 35%;}
.banner {width: 30%;}
</style>
<div class="background">
<table class="layout">
<tr>
<td class="sidetop">Cell 1</td>
<td class="post">Cell 2</td>
<td class="sidetop">Cell 3</td>
</tr>
</table>
<table class="layout">
<tr>
<td class="sidebottom">Cell 4</td>
<td class="banner">Cell 5</td>
<td class="sidebottom">Cell 6</td>
<tr>
</table>
</div>
Notice how the CSS keeps the HTML neater, since the presentation is represented as "Classes", or aliases for a group of styles. ALso notice the mathematics involved. I only rougheed out those values based on what you neededfor your layout. furthermore, you can shorten your layout to two cells (one top, one bottom) and use floating divs with a margin of 50% at a set width.
I'm not doing everyone's layout people. I got stuff I want to do other than code layouts. I called this a "Workshop" for a reason, so you can learn this stuff fro others, make your own, and be free from requesting layouts, only to feel dissatisfied with what you receive.
You could say this thread has a self-destructive purpose, since all you need to know is already in the thread, you just need to bother with cracking the code and do a bit of web research. Then again, there are the few of us who are truly too busy to learn and code away for an hour or two, that's when you should truly file a request.
Also to Thundaga_T2, I'm working on yours right now.
And Flandre Scarlet, hopefully Spigmike'll reproduce that tile image you sent me... and actually make it tile. If he hasn't yet, ask him. I know he has the software to do so...
Bedtime edit: Flandre_Scarpet, I'll be working like a mad dog on your layout when I wake back up. I PROMISE, this time you'll get it. I have no excuses, nothing in the way now.
May I please have a layout of this image? It's actually a level from Lunar Magic that I edited in paint. (As you can see by the minor screw-ups in editing the mushrooms out)
At times like this, you need to step back and say, "Where's the Balloon Party?"
Luigi-San Kine
Posts: 1243/4023
Since:
Location: Clarence, NY
Pronouns: He/Him
May I please have a layout of this image? It's actually a level from Lunar Magic that I edited in paint. (As you can see by the minor screw-ups in editing the mushrooms out)
May I please have a layout of this? Let me tell you something about this:
I added the sun of New Junk City from Earthworm Jim. I wanted to recolor it to golden. But it was a pain in the ass to get it completed. It took me like 2 hours to complete it. Now I'm too lazy to darken the clouds now. =P
RMK-2A from this would be nice. Soryy for laziness. Feel free to do what you want with it. I just want one that functions.
I know this may seem a bit impatient, but nobody did this. It may be a silly request, but I know people after me have gotten theirs done first.
Alright then Trelic. Go ahead and tell me what images you want used. Otherwise I'll just use one or two that suit my fancy.
As long as I'm bored and considering I have nothing else to do, I'll just keep on coding layouts. But really people, you ought to learn how to do this stuff yourself.
If a person like myself who knew not now know how (-- guess the inside joke --) can figure it out, you can too.
Quote this post for the code.
</div></div>
Taken, I could use a change :3
Thanks.
Unexpected end tag (</tr>) at 767, expected </td> Unexpected end tag (</table>) at 775, expected </td> Unexpected end tag (</div>) at 818, expected </td> Unexpected end tag (</div>) at 824, expected </td> Tag (td) was not closed. Tag (tr) was not closed. Tag (table) was not closed. Tag (div) was not closed. Tag (div) was not closed.
-------------------- Follow me on Hermitscape for random bits of game design talk and pixel art, or even request something for me to draw. Latest Post:Wayra Devpost #2: "A Little New"
GhostlyYoshiEgg
Posts: 75/925
Since:
Location: The Netherlands
Also Dimentio, that layout might look better with transparent fields. Find the RGB of the colors used, then use RGBA statements instead of hex numbers.
Quick tip: Use Microsoft Calculator to figure conversions. Hex colors come in three parts; that being red, green and blue. Here's the arrangement:
#RRGGBB
Using Microsoft Calculator, go into scientific mode and change the mode on the left to "Hex". Input your red value, then change the mode to "Dec". There's your red value. Do it again for green and blue, and you will have your RGB values.
Why is this important? Because you cannot use opacity here, not at least with the opacity selector. BUT, anything that requires a color value can use RGBA to dictate transparency.
The A means alpha, which translates to opacity. It even uses the same numeric system, allowing values from 1 to 0.00. Example of a transparent red:
This is 50% transparent red on black with white text.
Here is the arrangement you should end up with:
rgba(RRR, GGG, BBB, A.AA)
Follow Us On