Welcome to Gaia! :: VISUAL ✿ Old School Beginner Guide [CUSTOM BUTTONS!] | Forum

Register FaceBook Login Login

 

 
GST

Welcome to Gaia's forums, where millions of members gather to discuss random stuff, make new friends,
complain about life, argue about nothing, laugh at dumb pictures, discuss serious issues and/or curse like sailors.

Lurking is creepy. Quit skulking in the shadows and join the conversation!

Register to reply

Advertisement

Did the "visual aid" help you?

Yes. 0.8481764206955 84.8% [ 1000 ]
No. 0.1518235793045 15.2% [ 179 ]
Total Votes: 1179
Tags: visual 
Share:  
forum:170, topic:24095883
<< < 1 2 ... 36 37 38 39 40 41 42 43 ... 48 49 50 > >>
Heart: No problem!

Jodez: There's a few different ways, one way would be
#site {margin-left: auto; margin-right: auto;}
 
     
I'm a lazy hobo bum that lives in a lazy hobo bum newspaper box//tent thing.
Got a problem with that?

I absolutely love junk. If you don't want anything, you can always dump all of it on me!? And get free art.
http://tinyurl.com/yzkvhfs
Holiday Raffle! Come visit. Win Nov. 2009 Letter
 
Lean Bump back to the first page. 3nodding
     

★ [ Can anyone help me with my add, trade, pm button problem? Dx
Like I have the code and everything but it's not showing up. ] ★

 
     
 
sweetkylie_x

★ [ Can anyone help me with my add, trade, pm button problem? Dx
Like I have the code and everything but it's not showing up. ] ★

Don't use #profile{display:none;}, because that not only eliminates the profile section, but also the #bar section. 3nodding

Just delete it and add the following instead-

#profile{background:transparent;}
#profile .avatar{display:none;}


And then move the bar as necessary.
     

★ [ Oh haha. xD Thanks. n_n
Must have accidentally done that. o.o ] ★

 
     
 

★ [ Well now I have another problem ..
There's this weird unwanted square thing next to my add me button.
And I dunno how to take it off.
Help .. again .. ] ★

     
|| Wonderful! This will help me so much! Well, on the working on profiles... Maybe tomorrow, my eyes are droopy. ||
 
     
 
|| Umm... What is a class tag? sweatdrop
EDIT: And is it important to add in the attributes, or no need to? (and what are attributes? xD ) Sorry, I'm new here, so I don't know.
||
     
sweetkylie_x

★ [ Well now I have another problem ..
There's this weird unwanted square thing next to my add me button.
And I dunno how to take it off.
Help .. again .. ] ★

Replace your add/trade/msg codes with these. 3nodding I saw that there were images that didn't match, so I deleted them from the code and fixed the problem.

#bar #addButton {background:transparent; text-indent: -5000px; position: absolute; margin-top: 462px; margin-left: 332px; width:30px; height:114px;}
#bar #addButton a {background:transparent; width:30px; height:114px;}

#bar #msgButton {background: transparent; text-indent: -4000px; position: absolute; top:572px; left: 333px; width:29px; height:89px;}
#bar #msgButton a {background: transparent; width:29px; height:89px;}

#bar #tradeButton {background: transparent; text-indent: -4000px; position: absolute; top: 665px; left: 335px; width:27px; height:61px;}
#bar #tradeButton a {background: transparent; width:27px; height:61px;}


As for you xD L o l i t a, attributes are properties in coding. Here's a choo-choo train example that I explained to someone else a long time ago-

Swell Sundae - "Rainbow Choo Choo Train"
Fun Fact:Coding each line of code for your profile is like a rainbow choo choo train. SERIOUSLY.
The first property (such as #site, html, #profile, etc) is the lead train.
The
{ is what anchors the lead train to the passenger train.
The passenger train is the property value such as background, height, width, etc.
The : is what anchors the passenger train to the cargo train.
The cargo train is the value(s), such as "400px", no-repeat, url(http://blah/), etc.
And the cargo train ends with the caboose(s), ; and ;}.
Just bored enough to figure that out. xd

So, below is now an example of the "rainbow choo choo train". Except it might not make sense, unless you're crazy like me.
#extendedProfileBody #header h1{
background
: transparent url(PLACE URL HERE) no-repeat;
left:XXXpx;
top:XXXpx;
width:XXXpx;
height:XXXpx;}
See how it works now? Hope that's enough for understanding. (After all, real life applications kinda help, even if rainbow trains don't exist. sweatdrop )
 
     
 
|| Someone please answer my previous questions? sweatdrop Please? ||
     

★ [ @swell sundae : Thanks. :3 ] ★

 
     
 
xD L o l i t a
|| Someone please answer my previous questions? sweatdrop Please? ||
I did answer your question, though you seem to have skipped it.


Swell Sundae
As for you xD L o l i t a, attributes are properties in coding. Here's a choo-choo train example that I explained to someone else a long time ago-

Swell Sundae - "Rainbow Choo Choo Train"
Fun Fact:Coding each line of code for your profile is like a rainbow choo choo train. SERIOUSLY.
The first property (such as #site, html, #profile, etc) is the lead train.
The
{ is what anchors the lead train to the passenger train.
The passenger train is the property value such as background, height, width, etc.
The : is what anchors the passenger train to the cargo train.
The cargo train is the value(s), such as "400px", no-repeat, url(http://blah/), etc.
And the cargo train ends with the caboose(s), ; and ;}.
Just bored enough to figure that out. xd

So, below is now an example of the "rainbow choo choo train". Except it might not make sense, unless you're crazy like me.
#extendedProfileBody #header h1{
background
: transparent url(PLACE URL HERE) no-repeat;
left:XXXpx;
top:XXXpx;
width:XXXpx;
height:XXXpx;}
See how it works now? Hope that's enough for understanding. (After all, real life applications kinda help, even if rainbow trains don't exist. sweatdrop )
So simply, yes they are required in coding, but only if you're going to specify something about them. Otherwise, there's no need to specify something if it's already set as to what you want.

For example; .section h2{text-align:center;} is perfectly fit if you want all section headers to be centered. If you want your about me text positioned to the left, it's already done so automatically so there would be no need to add in #about{text-align:left;}.

@sweetkylie_x: You're welcome. 3nodding
     
|| Oh there it is. Sorry. I didn't notice it since it was in a quote. Thank you! ||
 
     
 
It's alright, and you're welcome. ^_^
     
|| Hey, when you guys just started out, were you guys as confused as I was? I mean, it's like learning a whole new language for me. xD Without the gibberish though. Just gotta memorize where the certain codes go. ||
 
     
Help me achieve my dream... please...

If you may, please draw my dream avatar, for free, but I will tip decently.
<< < 1 2 ... 36 37 38 39 40 41 42 43 ... 48 49 50 > >>

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

We will be phasing out support for your browser soon.

Please upgrade to one of these more modern browsers.