|
|
#1 |
|
New Member
![]() Join Date: Nov 2011
Posts: 1
|
http://soundcoremusic.com/USED%20GEAR/usedgear.html
I've googled so much, tried a handful of standard advice but I'm really struggling and I need a master to guide me through this This little "center" is really holding me back and its driving me crazy lol |
|
|
|
|
|
#2 |
|
Gold Member
![]() Join Date: Feb 2011
Location: Australia
Posts: 369
|
Your code is a mess!
All the elements are positioned absolute so of course they wont center. Getting rid of all the inline styles will help as well. My suggestion will be to read up on how to ACTUALLY use CSS
__________________
Jason H. DHDdirect.com Domains - Hosting - Design |
|
|
|
|
|
#3 |
|
Silver Member
![]() Join Date: Jul 2011
Location: WAshington
Posts: 153
|
In Google Chrome I get a message about an external protocol request and that Chrome needs to restart. You will lose a lot of potential viewers with that type of message.
I also don't like the navigation as a whole. You are missing Doc type, and crucial Meta tags as well. Still needs a lot of work. Last edited by Fireproofgfx; 11-30-2011 at 03:30 AM. |
|
|
|
|
|
#4 |
|
New Member
![]() Join Date: Nov 2011
Location: Rutherfordton, NC
Posts: 23
|
I got that same message, huge deterrent. Regarding centering the page, put everything on the page within a table and center the content within the table. Thats not really the proper way to do it though.
May want to consider putting your CSS into a separate stylesheet. |
|
|
|
|
|
#5 |
|
Platinum Member
![]() Join Date: Sep 2010
Posts: 509
|
"Regarding centering the page, put everything on the page within a table and center the content within the table. Thats not really the proper way to do it though." lol why suggest it then?
|
|
|
|
|
|
#6 |
|
Diamond Member
![]() Join Date: Feb 2011
Location: Newcastle, Australia
Posts: 1,137
|
Prob cause the rest is in such a state. Why not put it in a table.
May as well make a flash splash as well. And drop in some animated gif too. Alternatively you could put it in a wrapper with width and margin: 0 auto; And then remove the abs pos on the elements. Restructure it logically.
__________________
if (headhurts == "possibly") { alert ("keep going!"); } else if (headhurts == "yes") { alert ("go to sleep"); } else if (headhurts == "damn !@#$ mofo scripts...") { alert ("give up and have a beer!"); } else { alert ("watch TV"); } |
|
|
|
|
|
#7 | |
|
New Member
![]() Join Date: Nov 2011
Location: Rutherfordton, NC
Posts: 23
|
Quote:
Maybe an animated gif that makes the logo wig wag? |
|
|
|
|
|
|
#8 |
|
Silver Member
![]() Join Date: Aug 2011
Posts: 187
|
Put a width on your body and put margin: auto auto;
|
|
|
|
|
|
#9 |
|
Silver Member
![]() Join Date: Aug 2011
Posts: 187
|
body {width:900px;margin:auto auto;} AND GET YOUR SELF A DOCTYPE PLEASE
|
|
|
|
|
|
#10 |
|
Bronze Member
![]() |
Your wrap div tag has a closing element where it should be openend. Omit the / in
</div id="wrap"> on the top of the page. I have had issues, where IE didn't center the page unless you give the body tag a text-align of center, you can then left-align the text in the table again. Hope that helps. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|