Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 2 & 128
Entire Site: 10 & 1212
Page Staff: pokemon x, pennylessz, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
03-28-24 01:12 PM

Forum Links

Thread Information

Views
513
Replies
5
Rating
0
Status
CLOSED
Thread
Creator
MarioLucarioFan..
08-17-16 09:55 AM
Last
Post
MarioLucarioFan..
08-19-16 01:28 PM
Additional Thread Details
Views: 353
Today: 0
Users: 0 unique

Thread Actions

Thread Closed
New Thread
New Poll
Order
 

Can't make a textbox in layouts!

 

08-17-16 09:55 AM
MarioLucarioFan64 is Offline
| ID: 1296066 | 121 Words


MrBeingcool1
Level: 64


POSTS: 497/1106
POST EXP: 199259
LVL EXP: 2106957
CP: 7529.6
VIZ: 231019

Likes: 0  Dislikes: 0
As the title and description underneath the title said: I don't know how to place a textbox in a layout, because the guide in the underneath thread is not clear enough. As i'm autistic, i'm not even able to understand what's being said there. Not the language is unclear, but how it's being said is unclear to me. And i've been looking anywhere for this one information.

Apparently, people actually found what i'm looking for. So IF it already exists, can you please explain where i can find it?

Thank you for your time.


EDIT: I made a textbox, (if i need to be more detailed now) but it's as big as the layout itself is. How can i resize it?
As the title and description underneath the title said: I don't know how to place a textbox in a layout, because the guide in the underneath thread is not clear enough. As i'm autistic, i'm not even able to understand what's being said there. Not the language is unclear, but how it's being said is unclear to me. And i've been looking anywhere for this one information.

Apparently, people actually found what i'm looking for. So IF it already exists, can you please explain where i can find it?

Thank you for your time.


EDIT: I made a textbox, (if i need to be more detailed now) but it's as big as the layout itself is. How can i resize it?
Trusted Member
Request-accepting artist (accepting requests for free at the moment)


Affected by 'Laziness Syndrome'

Registered: 04-04-15
Location: The Netherlands
Last Post: 1390 days
Last Active: 1085 days

(edited by MarioLucarioFan64 on 08-19-16 01:29 PM)    

08-17-16 09:54 PM
Lazlo Falconi is Offline
| ID: 1296161 | 39 Words

Lazlo Falconi
Level: 98


POSTS: 2706/2750
POST EXP: 199963
LVL EXP: 9634707
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0


Where XX is some number between 1 and 99. You can add just width: 60%; to the end of your existing style.

To center it, also use margin-left: auto; margin-right: auto; in the same style="" property.


Where XX is some number between 1 and 99. You can add just width: 60%; to the end of your existing style.

To center it, also use margin-left: auto; margin-right: auto; in the same style="" property.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1381 days
Last Active: 1255 days

08-18-16 04:42 AM
MarioLucarioFan64 is Offline
| ID: 1296194 | 60 Words


MrBeingcool1
Level: 64


POSTS: 498/1106
POST EXP: 199259
LVL EXP: 2106957
CP: 7529.6
VIZ: 231019

Likes: 0  Dislikes: 0
Lazlo Falconi : I did what you said except the margin code, and it resizes the background image. Is there something i do wrong or is that a good thing?


EDIT: I tried that margin code, and as being said: It only centers the situation.

(Picture: My screen right now, with the layout opened)

Image upload: 1300x675 totaling 192 KB's.
Lazlo Falconi : I did what you said except the margin code, and it resizes the background image. Is there something i do wrong or is that a good thing?


EDIT: I tried that margin code, and as being said: It only centers the situation.

(Picture: My screen right now, with the layout opened)

Image upload: 1300x675 totaling 192 KB's.
Trusted Member
Request-accepting artist (accepting requests for free at the moment)


Affected by 'Laziness Syndrome'

Registered: 04-04-15
Location: The Netherlands
Last Post: 1390 days
Last Active: 1085 days

(edited by MarioLucarioFan64 on 08-18-16 04:43 AM)    

08-18-16 09:36 PM
Lazlo Falconi is Offline
| ID: 1296370 | 107 Words

Lazlo Falconi
Level: 98


POSTS: 2707/2750
POST EXP: 199963
LVL EXP: 9634707
CP: 3100.7
VIZ: 182754

Likes: 0  Dislikes: 0
Then you need to add another
to your header and a
at the end.


Think of it this way, each DIV represents a box. The first box you put down will be on the outside, and every DIV you add creates another box inside that one.

You can nest the boxes, put boxes one atop the other, or side by side (This is a bit more difficult with DIVs and why many people give up and just use tables)


***

Anyway, you applied that to the outside box, but you should apply those settings to the one on the inside that will hold your text.
Then you need to add another
to your header and a
at the end.


Think of it this way, each DIV represents a box. The first box you put down will be on the outside, and every DIV you add creates another box inside that one.

You can nest the boxes, put boxes one atop the other, or side by side (This is a bit more difficult with DIVs and why many people give up and just use tables)


***

Anyway, you applied that to the outside box, but you should apply those settings to the one on the inside that will hold your text.
Vizzed Elite
The Shake Zula


Affected by 'Laziness Syndrome'

Registered: 01-07-12
Location: Cartoon Hell
Last Post: 1381 days
Last Active: 1255 days

08-19-16 04:57 AM
MarioLucarioFan64 is Offline
| ID: 1296414 | 13 Words


MrBeingcool1
Level: 64


POSTS: 503/1106
POST EXP: 199259
LVL EXP: 2106957
CP: 7529.6
VIZ: 231019

Likes: 0  Dislikes: 0
Lazlo Falconi : And how can i place one box over the other one?
Lazlo Falconi : And how can i place one box over the other one?
Trusted Member
Request-accepting artist (accepting requests for free at the moment)


Affected by 'Laziness Syndrome'

Registered: 04-04-15
Location: The Netherlands
Last Post: 1390 days
Last Active: 1085 days

08-19-16 01:28 PM
MarioLucarioFan64 is Offline
| ID: 1296485 | 52 Words


MrBeingcool1
Level: 64


POSTS: 509/1106
POST EXP: 199259
LVL EXP: 2106957
CP: 7529.6
VIZ: 231019

Likes: 0  Dislikes: 0
Lazlo Falconi : Sorry for what i'm gonna say, but apparently i've found my help on a thread in this forum: 


https://www.vizzed.com/boards/thread.php?id=28909

I made, as you see, the layout with the code there. But thanks for your help anyway. It helped me understand better what is said.

MODS: You may close this now.
Lazlo Falconi : Sorry for what i'm gonna say, but apparently i've found my help on a thread in this forum: 


https://www.vizzed.com/boards/thread.php?id=28909

I made, as you see, the layout with the code there. But thanks for your help anyway. It helped me understand better what is said.

MODS: You may close this now.
Trusted Member
Request-accepting artist (accepting requests for free at the moment)


Affected by 'Laziness Syndrome'

Registered: 04-04-15
Location: The Netherlands
Last Post: 1390 days
Last Active: 1085 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×