![]() Register - Login | |||||
|
Main
- Memberlist
- Active users
- Calendar
- Wiki
- IRC Chat
- Online users Ranks - Rules/FAQ - JCS - Stats - Latest Posts - Color Chart - Smilies |
|
| | |||
| Jul - Posts by Tarale |
| Pages: 1 2 3 4 5 6 7 8 9 10 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
Tarale Member Level: 56 ![]() Posts: 666/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Cheers guys. I don't feel too bad, just starting to get frustrated with lack of soft, squishy, gentle foods.
Pancakes? Pancakes sound good. Pancakes are soft. Pancakes usually don't retain heat for a very long time so they won't be too hot… rite? Fuck I want bacon. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 667/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Originally posted by Dark Witch Terra I'm always rank. Wait, that came out wrong! -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 668/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME *sniffs armpit*
Actually looks like I win on both counts today! Stupid warming-up Adelaide. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 669/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Originally posted by Mordecai Your face is still bothering me. ![]() -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 670/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME It's warming up in Adelaide quite a bit. This week I've even had to do stuff like put the air conditioner on. The cat is not fond of it, so she's sulking in the bedroom under the covers. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 672/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME I'm still thinking about the pancakes. I'll get right on that too after I'm done with this last bit of work I'm doing.
Quality Assurance web testing is FUN kiddies. Well, I suppose it is when the website doesn't suck anyway. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 673/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME I'm thinking that pancakes are very yummy and very soft on my sore burnt palate, and very very filling. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 674/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Do you know (X)HTML and CSS?
If not, this is an excellent opportunity to learn. Either you can try learning from scratch (HTML Tutorial) or you can start by taking someone else's layout and modifying it. Plain ole HTML is becoming one of those basic skills that help a lot in multiple ICT sectors, so perhaps this may be a good opportunity to learn. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 675/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME I guess the next question is, do you want to learn? It's a pretty useful skill to have these days. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 676/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Ah. Then you don't so much want help making a layout, you want someone to make a layout for you…
Do you have something to offer in return for somebody doing that favour for you? -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 677/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Originally posted by Kyargu Really good poo? -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 678/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Ideally you don't want to use the font tag. It is deprecated which means it's not valid.
OK, so you don't want to learn, but you want to do it yourself. Now you're just contradicting yourself, pal.
OK, you will need a div. A div tag defines a section or division in a HTML document. Everything within that division can be styled (using CSS) to look a certain way. With CSS you can change things like the font size, style, and colour, as well as the background image or colour, and much more. First, the HTML part: To create a div, you need an opening <div> and a closing </div> . Everything you want to change needs to go between those two tags. <div> stuff inside a div </div> You can change the style of a div by adding the style property, i.e. <div style="…">. And then from there you'll need some CSS, to go between those two quotation marks… For example: <div style="background-color: black; color: white;"> stuff inside the div </div> will create a black background with white text… To turn that into a layout, you put the <div style="background-color: black; color: white;"> half into your Post Header, and the <div> into the Signature. And that's about as basic as a post layout can get. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 679/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
Originally posted by TheKinoko Much more readable, yes.
If you ever want to test to see if a colour might be difficult for someone to read, try the Vision Australia Colour Contrast Analyser. It's an excellent tool for ensuring your text is readable. ![]() |
|
Tarale Member Level: 56 ![]() Posts: 680/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME Of course it works! Would I lead you astray?
But you said blue text. Do you know what colour blue? One thing you'll have to keep an eye out for is that it can be difficult to read some blues on black background. Pick a lighter blue if you can. All you need to do is pick a blue (i.e. #70B4E7 and put those numbers in place of where it says "white" at the moment. Or maybe #7082E7 ? -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 681/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
| Yep. Font is deprecated.
And it's a good thing anyway, because you have so much more control when you use CSS. CSS can do so, SOOO much more than the Font tag ever could ![]() |
|
Tarale Member Level: 56 ![]() Posts: 682/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME <div style="background-color: black; color: seablue;">
would have worked perfectly instead of adding font tags. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 683/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME I know. CSS is great. When I'm not sick, I work with it every day.
I know my current layout isn't a particularly spectacular example of that, but eh. It's amazing what you can do just with a little CSS. ![]() -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 684/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
HEY CAN YOU SEE ME <div style="background-color: black; color: white;"> Which link? Now you're starting to confuse me. -------------------- |
|
Tarale Member Level: 56 ![]() Posts: 685/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
this message brought to you by Tarale Were my instructions too hard? -------------------- now that's several seconds of your life you're never getting back. |
|
Tarale Member Level: 56 ![]() Posts: 686/897 EXP: 1381783 For next: 16393 Since: 07-23-07 Since last post: 1745 days Last activity: 1729 days |
|
this message brought to you by Tarale Hooray, points! Alert the media! Wait, what are these even good for anyway? -------------------- now that's several seconds of your life you're never getting back. |
| Pages: 1 2 3 4 5 6 7 8 9 10 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
| Jul - Posts by Tarale |
|
Acmlmboard - 07/23/2013 b378.03
©2000-2013 Acmlm, Xkeeper, Inuyasha, et al. |