|
|
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
| |
|
help, cant get everything centered
07-17-2008, 05:01 AM
|
help, cant get everything centered
|
Posts: 16
Name: Andrew
|
i cant get everything centered on the search on www.helpasone.com , can anyone help me out? the google logo is always on the left and if i choose a differnt layout the search bar gets stuck on the left
|
|
|
|
07-17-2008, 06:39 AM
|
Re: help, cant get everything centered
|
Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
I don't see no surprise there:
Code:
<div class="cse-branding-logo"><img alt="Google" src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif"/>
</div>
given that your css says:
Code:
.cse-branding-bottom .cse-branding-logo, .cse-branding-bottom .cse-branding-text {branding.css (line 26)
display:block;
float:left;
}
__________________
Only a biker knows why a dog sticks his head out the window.
|
|
|
|
07-17-2008, 02:58 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
sorry but how would i change it? I don't know css at all....
|
|
|
|
07-17-2008, 03:13 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
how did you even see that?
|
|
|
|
07-17-2008, 03:28 PM
|
Re: help, cant get everything centered
|
Posts: 10,017
Location: Tennessee
|
He, like many of us, use Firefox with the Firebug and/or Web Developer extension. It allows us to see, and edit, html, css, even javascript.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
07-17-2008, 03:32 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
so if i download this extension, i can change it to center middle?
|
|
|
|
07-17-2008, 03:36 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
ok actually i got firebug and i see the problem, how do i fix it? is it possible
|
|
|
|
07-17-2008, 03:43 PM
|
Re: help, cant get everything centered
|
Posts: 10,017
Location: Tennessee
|
Well, any change you make in Firebug is only temporary, but it IS a good tool to test what would happen when you remove the float:left. If you hover over the float:left property, you should see a slashed circle icon, clicking that will disable the property.
In order to permanently fix it, you have to edit the CSS file itself.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
07-17-2008, 03:44 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
the css file itself is hosted by google no?
|
|
|
|
07-17-2008, 03:47 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
i just downloaded the css from the url and am editing it and im going to try and upload it to my server and see waht happens, thank you for all the help... this has honestly been driving me crazy for two days strait and i have never been so frustrated in my life
|
|
|
|
07-17-2008, 04:13 PM
|
Re: help, cant get everything centered
|
Posts: 16
Name: Andrew
|
it worked, thank you!!!!!!!!!!!!!!!!!!!!!!!!! I LOVE YOU!!!!!!!!! haha
|
|
|
|
07-17-2008, 05:03 PM
|
Re: help, cant get everything centered
|
Posts: 880
Name: Jacob
|
www.w3.org for information regarding css, you may need a lot more than just the centering.
Last edited by highanddry; 07-17-2008 at 05:05 PM..
|
|
|
|
07-18-2008, 07:33 AM
|
Re: help, cant get everything centered
|
Posts: 27
|
Try putting center tag after your body tag and center end tag before your body end tag.
|
|
|
|
07-18-2008, 08:47 AM
|
Re: help, cant get everything centered
|
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quote:
|
Try putting center tag after your body tag and center end tag before your body end tag.
|
No, for God's sake don't do that. That is a depreciated tag and doesn't belong in your document.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|
|
|
|
07-18-2008, 12:07 PM
|
Re: help, cant get everything centered
|
Posts: 880
Name: Jacob
|
really? for "Gods" sake regarding tags?
|
|
|
|
07-18-2008, 03:31 PM
|
Re: help, cant get everything centered
|
Posts: 10,017
Location: Tennessee
|
Really ! 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
07-20-2008, 02:02 PM
|
Re: help, cant get everything centered
|
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Yes, God told me personally He doesn't like the <center> tag anymore...
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|
|
|
|
07-20-2008, 03:36 PM
|
Re: help, cant get everything centered
|
Posts: 410
Name: Harry Burt
Location: Colchester, Essex, England
|
Frankly, my prayers would be answered if people stopped using them, even if they started using align="center".
|
|
|
|
07-21-2008, 11:02 AM
|
Re: help, cant get everything centered
|
Posts: 880
Name: Jacob
|
My God still deals in tables : (
|
|
|
|
|
« Reply to help, cant get everything centered
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|