BBCode Slider Problems [solved]

Status
Not open for further replies.

Vars

[Impressive Title Here]
Original poster
FOLKLORE MEMBER
Posting Speed
  1. 1-3 posts per week
  2. One post per week
Online Availability
Varies incredibly
Writing Levels
  1. Elementary
  2. Intermediate
  3. Adept
  4. Advanced
  5. Adaptable
Preferred Character Gender
  1. Primarily Prefer Male
Genres
Modern/realistic. Low fantasy. Low Scifi. Supernatural. Future Dystopia (not post-apoc).
Hey all,
I'm new so pardon if this is actually listed somewhere already. But running through my account preferences and this page I couldn't find what I needed.

[Edit:
So on this character page, the images are not being resized properly inside the slider. Is there a way to resize either by percentage or by using height instead of width?
]

Is there a way to center the entire slider?
I created this character and it's got a slider inside some center tags. You can see the text below is centered, but the slider itself is not.

Can you change the size of the slider?
On the character page listed above, the slider is so small it's got scrollbars. Is there a way to manually input a height or width, or a way to resize the images (automatically, preferably) to actually fit in the slider a bit better?


Is there a way to turn off quick reply?
In the forums, at the end of every topic is this huge reply area. It's just preference. I really don't want to see that and have to scroll by it every time. If I want to reply to something, I'll click the reply button.

Is there a way to use the BBCode Editor by default?
It always defaults to the rich text editor, and personally I hate using it. I'd like to not have to click "BBCode editor" every time.


Thanks.
 
Last edited:
@Vardoger

1. Have you tried using the center code on the entire slider?
2. Try messing with these:
Code:
[stabs=bcenter|300x80]
{slide=Title|center}Content{/slide}
{slide=Title|center}Content 2{/slide}
[/stabs]
and
Code:
[stabs=bright|80%]
{slide=Title|center}Content{/slide}
{slide=Title|right|open}Content 2
{tab=1}Slide 1{/tab}
{/slide}
[/stabs]
The percentage changes how long the tab header is.

3. Not that I am aware of, no.

4. Click on your name, go to preferences settings and tick off 'Use the rich text editor to create and edit messages'.
 
  • Like
Reactions: Vardoger
1. That is what I have done and it's not moving the slider.

2. I want a slider though, not tabs. Also none of the slides have titles.
This is what I have on that character page:

scrii.jpg


Q3_finalchain.png


1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg


1358963364.quatrebornes_qgun.jpg


1358962246.quatrebornes_bayanghitamda_smalla.jpg


1358879170.quatrebornes_qdrunk.jpg


1358878688.quatrebornes_qfinishedlarge.jpg


Code:
[center]
[slider]
{slide}
[img]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/img]
{/slide}
{slide}
[img]http://art.khat.us/wp-content/uploads/2016/03/Q3_finalchain.png[/img]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg[/img]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358963364.quatrebornes_qgun.jpg[/img]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358962246.quatrebornes_bayanghitamda_smalla.jpg[/img]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358879170.quatrebornes_qdrunk.jpg[/img]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358878688.quatrebornes_qfinishedlarge.jpg[/img]
{/slide}
[/slider]
[/center]
Except if you actually go to the character page I linked, the images don't resize properly and you get scrollbars.

3. Darn.

4. Must have missed that the first go-round, thanks.
 
Not sure why it can't center x-x.

You can edit the title though, with
Code:
{slide=Title 1|center}Content 1{/slide}
 
None of them have titles.
 
@Vardoger Okay, after fooling around in the test chambers for a bit, I finally figured it out. :3

First, to change the size of the slider you just punch in the values you want in the tag (widthxheight), like so:

[slider=900x500]
{slide=Title 1|center}Content 1{/slide}
{slide}Content 2{/slide}
{slide}Content 3{/slide}
{slide=open}Content 4{/slide}
[/slider]
I highlighted it in red for you.

It should turn out like this:

Title 1
Content 1
Content 2
Content 3
Content 4


To center your slider, all you have to do is use the div tag, append the margin: auto property to it as well as the width you used for your slider. As such:

[div=margin: auto; width: 900px;][slider=900x500]
{slide=Title 1|center}Content 1{/slide}
{slide}Content 2{/slide}
{slide}Content 3{/slide}
{slide=open}Content 4{/slide}
[/slider][/div]
This should be the output:

Title 1
Content 1
Content 2
Content 3
Content 4


EDIT: And yes, slides can have titles:

[div=margin: auto; width: 900px;][slider=900x500]
{slide=Title 1|center}Content 1{/slide}
{slide=Title 2|right}Content 2{/slide}
{slide=Title 3}Content 3{/slide}
{slide=open}Content 4{/slide}
[/slider][/div]
It's the ones I highlighted in green. :3 You can choose whether to center it or not. In the above code, Title 1 is centered, Title 2 is aligned to the right, whereas Title 3 is aligned to the left by default.
 
Last edited by a moderator:
  • Bucket of Rainbows
  • Like
Reactions: Kitti and Vars
@FieryCold

Thanks, that worked!
Unfortunately, the images still aren't being auto-resized properly on the character page. Is there a way to resize images by putting in a height instead of a width? Or by using percentage?
I tried wrapping them in another div, but that doesn't appear to work.

As for the titles, I wasn't saying the sliders couldn't have titles, just that my slides didn't have titles. But I can see where the confusion was.
 
As for the titles, I wasn't saying the sliders couldn't have titles, just that my slides didn't have titles. But I can see where the confusion was.
Oh, I see! My bad! ^^;

And yes, you can resize an image using div tags. You can use pixels or percentages. I tried, and they both worked. :3 You need only to type in a width measurement and it should automatically scale the height accordingly.

Using percentage:
[div=margin: auto; width: 600px;][slider=600x400]
{slide}[div=margin: auto; width: 59%;][IMG]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/IMG][/div]{/slide}
{slide}Content 2{/slide}
[/slider][/div]
As you can see in the above code, I once again used margin:auto to center the image, and the set the width to 59% which should be enough for the image to fit the slide like a glove. :3 I just fiddled with the values a bit until I found the right percentage.

This is the output:

scrii.jpg
Content 2


As for pixels, I used a width of 260px. Again, I just fiddled with the values until I found the right size for the slider.

[div=margin: auto; width: 600px;][slider=600x400]
{slide}[div=margin: auto; width: 260px;][IMG]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/IMG][/div]{/slide}
{slide}Content 2{/slide}
[/slider][/div]
Output:

scrii.jpg
Content 2


Hope this helps! =w=
 
@FieryCold
The problem's not the width. It's the height. Putting the images in divs doesn't do anything. I tried a variety of things...




scrii.jpg

Scrii @ FurAffinity



Q3_finalchain.png

Outputt @ FurAffinity



1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg

Loocemo @ DeviantArt



1358963364.quatrebornes_qgun.jpg

Gothkakashi @ DeviantArt


1358962246.quatrebornes_bayanghitamda_smalla.jpg

Bayanghitam @ DeviantArt

1358879170.quatrebornes_qdrunk.jpg

Dinmoney @ DeviantArt

1358878688.quatrebornes_qfinishedlarge.jpg

Amosa @ DeviantArt


Code:
[center]
[div=margin: auto; width: 600px;]
[slider=600x400]
{slide}
[div=margin:auto; height: 400px;]
[img]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/img]
Scrii @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin:auto; max-height: 400px;]
[img]http://art.khat.us/wp-content/uploads/2016/03/Q3_finalchain.png[/img]
Outputt @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin:auto; height: 350px !important;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg[/img]
Loocemo @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin: auto; height=90%;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358963364.quatrebornes_qgun.jpg[/img]
Gothkakashi @ DeviantArt
[/div]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358962246.quatrebornes_bayanghitamda_smalla.jpg[/img]
Bayanghitam @ DeviantArt
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358879170.quatrebornes_qdrunk.jpg[/img]
Dinmoney @ DeviantArt
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358878688.quatrebornes_qfinishedlarge.jpg[/img]
Amosa @ DeviantArt
{/slide}
[/slider]
[/div]
[/center]

It sort of works here in the forums, but it doesn't do anything on the character profile page.
 
@Vardoger

See this character bio.

I placed the code that I made in the character bio and it seems to work fine on my end?

I'm not sure I understand. Dx Could you please elaborate how you would like your image to look?

EDIT: There isn't a way to resize by height alone.
 
Last edited by a moderator:
  • Like
Reactions: Vardoger
@FieryCold
WTF! Dx
Yes, that's what I want mine to look like. But for some reason it's not working on mine.
This is the code of the entire profile:
Code:
[center]
[div=margin: auto; width: 600px;]
[slider=600x400]
{slide}
[div=margin:auto; height: 400px;]
[img]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/img]
Scrii @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin:auto; max-height: 400px;]
[img]http://art.khat.us/wp-content/uploads/2016/03/Q3_finalchain.png[/img]
Outputt @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin:auto; height: 350px !important;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg[/img]
Loocemo @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin: auto; height=90%;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358963364.quatrebornes_qgun.jpg[/img]
Gothkakashi @ DeviantArt
[/div]
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358962246.quatrebornes_bayanghitamda_smalla.jpg[/img]
Bayanghitam @ DeviantArt
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358879170.quatrebornes_qdrunk.jpg[/img]
Dinmoney @ DeviantArt
{/slide}
{slide}
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358878688.quatrebornes_qfinishedlarge.jpg[/img]
Amosa @ DeviantArt
{/slide}
[/slider]
[/div]
[/center]


[hdor]Quick Reference[/hdor]
[tabs][tab=Character Summary][imga=right]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/LinkTan200.png[/imga]
Lycanthropes were real, and the French Foreign Legion attempted to breed human/lycan hybrids. It didn't go as they planned, and the last living specimen was kidnapped and surgically altered to appear human. Q doesn't know about his origins. He thinks he's a human with a birth defect– a tail, which for the lycanthropes, houses major arteries and could not be removed. He grew up in military boarding schools, of which his father was the commanding officer.

After revealing he liked men, Q's father scarred his face with a rapier. This prompted Q to run from his country to another with his at-the-time boyfriend. In the new country, they started a French mafia. It was then Q got his tattoos, things he now considers to be youthful mistakes.

Originally one of the top dogs in the mafia, he was later cast aside since a gay couple apparently isn't very threatening. Feeling betrayed by his now-ex on top of being disowned by his father, Q threw himself deep into the closet, abandoning his life of organized crime and trying to make a new one as a hired gun. Burying himself in women and booze, things get complicated when his health begins to deteriorate. He fights fainting spells with cigarettes, but eventually his lycanthropic past catches up with him and he dies by 30.



[/tab]
[tab=Key Facts]
– Aged 22 – 30
– Green eyes, slight glow
– Hair is grey, not white
– Tail is black. Tail is optional, but preferred
– Around six feet tall
– Tanned/dark skin
– NOT A "PRETTY BOY."

[B]Personality Traits[/B]
– Went to military academies, posture would reflect this
– Not too emotive facially, except while intoxicated or in pain
– Womanizer
– General "disturbed" or "dark hero" stereotype.

This was copied over from this character's [URL='http://q.khat.us']Artist Reference[/URL] page.[/tab][/tabs]

[hdor]Extended Information[/hdor]
[tabs]
[tab=Character Sheet]
[center][img]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/QShotTrans.png[/img][/center]

[B]Real Name:[/B] Quatre Bornes Lee
[I]Note: His first name is "Quatre Bornes." It's double barrel. "Bornes" is not a middle name.[/I]
[B]Aliases: [/B]Bornes, Lee, Q, Quatre, Qua
[I]Note: He hates "Quatre."[/I]
[B]Occupation: [/B]Gun for hire
[B]Legal Status: [/B]Illegal Immigrant
[B]Marital Status: [/B]Single
[B]Base of Operations: [/B]Vagrant
[B]Group Affiliation:[/B] None. Contractor.
[B]Former Group Affiliation: [/B]French Mafia
[B]Origin: [/B]Quatre Bornes was born on Mauritius, a french-owned island off the coast of Africa. He grew up in France but immigrated to his current state of origin about the time he turned 18. His mother was a Mauritian, whereas his father was French/Chinese.
[B]Height: [/B]6 feet
[B]Hair: [/B]Formerly black, currently grey. Down to chinline, parted to one side.
[B]Build: [/B]Slim
[B]Eyes: [/B]Dark green. Eyes are extremely sensitive to light; exposure to daytime sun is painful and potentially blinding. At night, they can be bioluminescent. Pupils are oval-shaped, narrowing to slits in light.
[B]Skin: [/B]Tanned or dark
[B]Age:[/B] 25 – 28
[B]Languages: [/B]French; English
[B]Distinctive Features:[/B]
Quatre Bornes has a diagonal slash-like scar over his face from just over his left eye, across his nose, to the bottom of his right cheek. His grey hair is parted over the side, covering an eye, in effort to cover both it and the scar.
The man has two black whisker-like tattoos on either cheek, coming up from his chin line, and a golden ankh tattoo over his back.
His most defining feature, aside from his animalistic green eyes (described earlier) is his tail. It is black, the color of the hair on his head before it greyed, and goes down to his knees. It resembles the tail of a saluki, as it is feathered and slightly curled at the tip, albeit monocolored. [URL='http://i262.photobucket.com/albums/ii101/QuatreBornes/etc/salukitail.jpg']Saluki reference.[/URL]
[B]Known Powers/Abilities:[/B]
While his vocal chords are somewhat damaged, he can still imitate many canine sounds with surprising accuracy.
His sense of smell and taste are normal or subnormal.
Hearing is exceptional, in tune to both higher and lower frequencies than a normal human.
Vision is normal to exceptional. Pays close attention to detail and movement, has wide peripheral vision, and can see further distances than humans. Quatre Bornes can also see perfectly in the dark, his green eyes sometimes glowing.
[B]Limitations:[/B]
Hearing is sensitive. Prolonged noises outside the normal human hearing range induces headaches.
Vision is incredibly sensitive. Daylight causes headaches and can be potentially blinding. Sunglasses must be worn. Vision itself, while keen, has a limited color spectrum.
Due to the chronic headaches caused by sunlight, Q self-medicates by smoking and/or cigarettes.
Quatre Bornes's tail is also extremely sensitive, having what could be called whiskers lining down the base. If stroked the right way, it can induce arousal. If pulled or tugged, it will cause extreme pain and discomfort. If cut, exsanguination is possible.
[B]Brief History:[/B]
Born on Mauritius, Quatre Bornes "Q" Lee was quickly brought to France, and raised in military academies. Born a lycanthrope/human hybrid, treatments and surgeries were performed upon him during his childhood to make him appear human. These, like most of Q's childhood, are not remembered. Q believes he is entirely human.
Pushed to succeed his father as a strategist, Q rebelled to become a sniper instead.After many fights over Q's intended occupation, the last one being where he got his scar, Q left his home and ended up in the country where he is today.
He is a contracted killer, and while he may have the best shot around, he isn't so great at the other needed talents of sniping. For this and other less-important reasons, he only accepts contracts for less than one hundred thousand dollars, which makes him a prime target to take advantage of– and people have done it before. He is a mockery to the underground business and many wetworkers consider him a fool, however he isn't dead yet so he must be getting[I] some[/I] business and doing [I]something[/I] right.
[B]Notes:[/B]
Q cannot, and could never transform. At least not physically. A mental transformation can be achieved in specific conditions, usually during times of extreme pain or stress.
Q considers himself human. He dislikes his body, and the tattoos he received he thinks of as "adolescent mistakes." By the time he reaches 24 years old, his mannerisms become more bestial. At this, he continues his denial, calling himself 100% human.[/tab]
[tab=History]
[imga=left]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/QGothTrans.png[/imga]
On the island of Mauritius, a group of Cryptozoologists discovered lycanthrope-creatures. The French Foreign Legion overtook the area and tried to create a hybrid-breeding program to produce a new type of legionnaire. This was entitled "Project Blackwoods."

The project began with only four "children," three of which did not live very long. After the US Military failed in an attempt to acquire the fourth child, its caretaker absconded with it to France. The caretaker, "Father," forced the child through corrective surgeries to make it appear as human as possible. Unfortunately, due to the lycanthrope's anatomy, important arteries were located in the tail and it still remained.

The child was named "Quatre Bornes," and was enrolled into a military academy in which Father was employed. Quatre Bornes does not know any of this, and believes himself to be a human born with a birth defect (a tail). He never questioned it and is still in denial today.

Father had wanted Quatre Bornes, also known as "Q," to become a strategist. Q did not want to follow this path, instead wishing to become a sniper. Father and Q's relationship began to suffer because of this.

Eventually, a boy named Vespasien, also known as "Ves," caught Q's attention. Ves told Q he had a dream of moving to the USA to become a mafia lord. If Q joined him, Ves would teach him how to be a sniper. Shortly afterward, Q developed feelings for Ves and eagerly agreed to aid him.

During a fight with Father over Q wishing to attend sniper school, Q revealed that he loved boys. Enraged, Father grabbed a rapier and disfigured Q's face with it, shouting, "If you like men, then you don't deserve the face I made for you!"

At 18, Q and Ves decamped to the USA via ship. Ves began the French mafia in New York, Q became his translator and right hand. Although he wasn't the best, he took to sniping rather easily, and the mafia grew beneath them.

Later, a man named Alexandre began to consult with Ves, stating a homosexual-led mafia was not very threatening. In response, Ves began publicly doting on women, eventually completely ignoring Q. Frustrated, Q left the mafia, feeling abandoned and betrayed by his now ex-boyfriend.

Q became a low brow hitman and went back into the closet, becoming a violent, sexist homophobic. If his father disowned him because he liked men, and his boyfriend abandoned him for women, then being gay must certainly be wrong, Q surmised.[/tab]
[tab=Age-Based Info]
[hdor]Aged 20 – 23[/hdor]

[imga=left]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/DrunkGunsTrans.png[/imga]
[B]Personality:[/B]
Quatre Bornes is a confounding mix of sanity and insensibility. On the one hand, he can be cool and calculating. On the other, he can be explosive and over-reactive. He is somewhat emotionally unstable, often acting on instinct and influence rather than expertise when it comes to interpersonal communication.
Q can bury his emotions deep within himself and carry out jobs and business with unscrupulous low-lives with ease. Killing from a distance is his game, and it his ability to turn himself off that allows him to do his job with no remorse. However, when it comes to his off time, he has no friends and prefers to drive people away. A vagrant at heart, he wishes for partnership but also does not allow himself to get too connected to people as he knows he will have to leave them.
When Bornes talks of his father, he never uses possessive pronouns. Bornes's father is not "my father" it is simply "Father" with a capital F. Father insisted Q was normal and did all he could to make Q so; Father almost disowned Q for admitting he liked boys. Q now subconsciously tries to bang every woman to win back Father's love. Bornes needs to prove that he is not Father's failure.
As such, he seeks out prostitutes to get the false sense of being wanted. He'll often get drunk for an inflated ego boost. He views himself as human with a terrible genetic defect (his tail). While normally he'll hide this defect, when he is drunk he believes himself to be "greater" than a normal human, and that what women want is really an animal– lucky for him, he is part one.
He goes to exotic fetishist clubs almost exclusively as he knows the people there will "accept" his flaws and view them as triumphs. He feels that no "normal" person could ever accept him fully, and even if they did, he'd never be able to have sex with them as he acts very bestial in bed, animal sounds and all. In a normal situation with a "normal" person, he is very self-conscious of this.
[B]Equipment:[/B]
Inside a seabag, he carries everything he needs- clothes, toiletries, basic cooking wares and some canned goods. If he were stranded on a deserted island, he'd be able to survive for at least seven days (provided he found a water source, as there's no water in his seabag). Inside the bag, at the very bottom, is 20,000USD in cash.
Other than the seabag and what's inside, he carries a hard violin case which harbors an M40 sniper rifle with extra ammunition for it and his handguns. Although normally on his person, his two glocks (handguns), in shoulder holsters, may also be in the violin case. He also wears a [URL='http://www.knife-depot.com/knife-15863.html']SOG Seal Knife[/URL] at his hip in its sheath.
Lastly are his specially prescribed sunglasses, which never leave his person. Without them, he wouldn't be able to see in the daylight.

[hdor]Aged 24+[/hdor]
[imga=left]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/Dinmoney1.png[/imga]
The older Q gets, the worse his conditions become.

[B]Eye sight[/B]
Starting at 24, but peaking at 25, Bornes finds even low light to be intolerable. He begins wearing his sunglasses at night and avoids day light as much as possible. He becomes strictly nocturnal around this time.

[B]Chronic Headaches[/B]
Due to the eye sight and his sensitive hearing, he has chronic headaches. Ages 24 – 25, he tries to completely drown everything out with alcohol. By 25 – 26 he stops cold turkey and goes into withdrawal. He realizes the alcohol negatively impacts his fainting spells.

[B]Smoking-related illnesses[/B]
In between ages 24 and 27 Q develops lung cancer and/or Emphysema due to the excessive smoking.

[B]Animalistic Tendencies[/B]
Prior to age 24, Q growls and roars when angry but generally has full control of his more "animal" personality traits. This control begins faltering at age 24 and progressively worsens as time wears on. By 26, Q prefers to communicate via growls and grunts versus any human language.
In some roleplays, at 25+, Q will begin to spend more time with animals and may even begin communicating with them.[/tab][/tabs]

[hdor]Other Information[/hdor]
[tabs][tab=Character Creation History]
[imga=right]http://khat.us/galleries/albums/Other%20Stuff/Transparent%20Decor/Vector1.png[/imga]
The character beginning to resemble the Q we see today came into being in 2004. Originally a comedic character at 5'4″ and asymmetrical hair, he eventually turned into a 6ft tall mercenary with a developed background. Over 300+ art pieces exist of all the Q versions combined, as well as a published novel and custom action figure.
For the majority of Q's history, the character had low blood pressure, producing chronic fainting spells, which he self-medicated by smoking. This aspect of the character was changed in 2015. The chronic headaches due to sunlight were increased, and that is now the main weakness of Q.

[hdor]Main Character Variations[/hdor]

[B]True/Dexterity/Canon[/B]
The "main" and "canon" Q is that he is a gun for hire.
Aggressively homophobic, ex-french mafia, mercenary.
The older he gets, the more he smokes and drinks.

[B]Hell[/B]
Rather than a lycanthrope/human hybrid, Q is part hellhound. His occupation is either male body mod model or demon hunter. Something awakens within Q and he begins to hear the voice of Apollyon, telling him to kill demon hybrids that disrupt the 'veil.'

[B]Renascence/ConstantChaotic[/B]
In the story of ConstantChaotic(an old web serial I wrote), Q is a 'Talvian' who left his country to serve Edmond Dantes in order to kill the Phoenix Soul. The Phoenix had killed Q's parents. Q trains with Edmond and they eventually become inseparable. Q wears a limiter and a negator so he cannot use his ki or rez (magic energy). These are microchips embedded into a dog collar Q wears at all times.
Should the collar ever be broken, it would be revealed that Q is the Soul Stealer, a Resonance Soul just as evil, if not moreso, than the Phoenix. The Soul Stealer can steal peoples resonance souls, swap them, and kill them. Q is deathly afraid of his Rez and hides from it. But once it's free, the Soul Stealer is a killing machine.
He also has a music obsession, it being the only thing that seems to calm him down. Because of this, he frequently wears large headphones.[/tab]
[tab=PMVs]
Some videos I've created for the Q character.

[URL='http://amp.khat.us/?p=330']Les Quatre Bornes de Rêve[/URL]
(not on Youtube)

[URL='http://amp.khat.us/?p=327']Les Quatre Bornes[/URL]
[media=youtube]imkSgC1XsOk[/media]
[/tab]
[tab=Songs]Some songs that could be considered theme songs.
[URL='https://www.youtube.com/watch?v=NIdUxCWjCO8']Celldweller – Under my Feet[/URL]
[URL='https://www.youtube.com/watch?v=ibRMmLlLz64']Muse – Map of the Problematique[/URL]
[URL='https://www.youtube.com/watch?v=X9xc-wMDNVw']Submersed – Hollow[/URL]
[URL='https://www.youtube.com/watch?v=mWGHRgd3Hjo']Kamelot – Human Stain[/URL]
[/tab][/tabs]

[size=1]This information was copied from [URL='http://q2.khat.us']this page[/URL] on my personal OC site, [URL='http://art.khat.us']Eidiolon[/URL].[/size]
And everything's fine except the slider.
See attached photo for what the slider on my profile looks like.

But I see the one on the profile you posted works perfectly. Dx

EDIT:
EDIT: There isn't a way to resize by height alone.

Wow. That is just... Dumb.

Anyway, with a WHOLE BUNCH of fooling around, I managed to get it to look decent. I also found out that when you are specifying widthxheight, you can substitute auto for one of the values and it will actually work.
I ended up not using that, but there it is for future reference (if it's not already in your guide).

Anyway, I ended up doing this:




scrii.jpg

Scrii @ FurAffinity



Q3_finalchain.png

Outputt @ FurAffinity



1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg

Loocemo @ DeviantArt



1358963364.quatrebornes_qgun.jpg

Gothkakashi @ DeviantArt



1358962246.quatrebornes_bayanghitamda_smalla.jpg

Bayanghitam @ DeviantArt



1358879170.quatrebornes_qdrunk.jpg

Dinmoney @ DeviantArt



1358878688.quatrebornes_qfinishedlarge.jpg

Amosa @ DeviantArt




Code:
[center]
[div=margin: auto; width: 700px; text-align: center;]
[slider=700x400]
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/img]
Scrii @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://art.khat.us/wp-content/uploads/2016/03/Q3_finalchain.png[/img]
Outputt @ FurAffinity
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg[/img]
Loocemo @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358963364.quatrebornes_qgun.jpg[/img]
Gothkakashi @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358962246.quatrebornes_bayanghitamda_smalla.jpg[/img]
Bayanghitam @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358879170.quatrebornes_qdrunk.jpg[/img]
Dinmoney @ DeviantArt
[/div]
{/slide}
{slide}
[div=margin-left: auto; margin-right: auto; margin-top:-50px; width: 250px;]
[img]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358878688.quatrebornes_qfinishedlarge.jpg[/img]
Amosa @ DeviantArt
[/div]
{/slide}
[/slider]
[/div]
[/center]

For some reason this looks terrible on the forums. But on the character profile page, it looks pretty good. (Hopefully that's universal and not just me).

Thank you for all the help.
 

Attachments

  • Quatre_Bornes_Q_Lee_IwakuRoleplay.com_-_2016-08-18_22.36.png
    Quatre_Bornes_Q_Lee_IwakuRoleplay.com_-_2016-08-18_22.36.png
    121.3 KB · Views: 2
Last edited:
Okay, here it is! I fixed it for you. (Edit: But looks like you managed to fix it yourself! Well done~) Let me know if you need anything else. I'd tell you which parts I changed and why, but only if you want me to :3
[div=margin: auto; width: 600px; height: 400px;][slider=600x400]
{slide}[div=margin:auto; width: 54%;][IMG]http://art.khat.us/wp-content/uploads/2016/06/scrii.jpg[/IMG]
[CENTER]Scrii @ FurAffinity[/CENTER]
[/div]
{/slide}
{slide}[div=margin:auto; width: 47%;][IMG]http://art.khat.us/wp-content/uploads/2016/03/Q3_finalchain.png[/IMG]
[CENTER]Outputt @ FurAffinity[/CENTER]
[/div]
{/slide}
{slide}[div=margin:auto; width: 53%;][IMG]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1359128691.quatrebornes_q___sky_fall_by_looceyloo-d5smogu.jpg[/IMG]
[CENTER]Loocemo @ DeviantArt[/CENTER]
[/div]
{/slide}
{slide}[div=margin: auto; width: 70%;][IMG]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358963364.quatrebornes_qgun.jpg[/IMG]
[CENTER]Gothkakashi @ DeviantArt[/CENTER]
[/div]
{/slide}
{slide}[div=margin: auto; width: 32%;]
[IMG]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358962246.quatrebornes_bayanghitamda_smalla.jpg[/IMG]
[CENTER]Bayanghitam @ DeviantArt[/CENTER]
[/div]
{/slide}
{slide}[div=margin: auto; width: 49%;]
[IMG]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358879170.quatrebornes_qdrunk.jpg[/IMG]
[CENTER]Dinmoney @ DeviantArt[/CENTER]
[/div]
{/slide}
{slide}[div=margin: auto; width: 55%;]
[IMG]http://khat.us/rpcs/wordpress/wp-content/uploads/2014/12/1358878688.quatrebornes_qfinishedlarge.jpg[/IMG]
[CENTER]Amosa @ DeviantArt[/CENTER]
[/div]{/slide}
[/slider]
[/div]
Wow. That is just... Dumb.
It's just how CSS works, darling. Anyway, glad to help! ^-^
 
It's just how CSS works, darling. Anyway, glad to help! ^-^
In CSS you could specify max-height and width would be auto automatically. I guess this site doesn't recognize that tag.
 
In CSS you could specify max-height and width would be auto automatically. I guess this site doesn't recognize that tag.
Actually, you can use both max-height and max-width here. But max-width needs a !important appended to it for it to actually work since div tags here are parsed to have a max-width defined.
 
  • Thank You
Reactions: 1 person
@darkflames13
But when I attempted to use max-height before it didn't work :/
[You can see in my code in this post I tried it on one of the slides]

EDIT: Just tried it again with appended !important tag just to be sure and it still didn't work.
 
@darkflames13
But when I attempted to use max-height before it didn't work :/
[You can see in my code in this post I tried it on one of the slides]
It worked, but not as one would expect it to due to how it's in the sliders. I'm probably going to examine it more later, but from what I'm currently seeing, the div did manage to define a box that has a maximum height of 400px.
 
Status
Not open for further replies.