Reply LinkBack Thread Tools Search this Thread
Old 13-12-2007, 10:30   #1 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
Im confused with this... please help...

Hello...

This is the design.

runehints.com/images/index.php



As you can see, there is no Headings. If you view source you can see the headings, but why wont they show?
  Reply With Quote
Old 13-12-2007, 10:57   #2 (permalink)
djeglin
goober :-)
 
djeglin's Avatar
 
Join Date: Dec 2006
Location: Birmingham, UK
Posts: 533
Send a message via MSN to djeglin
Well you have a text indent set on your h1 and h2, and no logo image to replace the text. I just turned off the rule and at least saw your heading text. I'm guessing this layout is from a template factory type place?
__________________
My signature sucks.
  Reply With Quote
Old 13-12-2007, 11:00   #3 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
I got this template from 4templates

I am only using this template for a short while (6months-1 year) as its way better than the one I have now runehints.com, which is a plan to get new and more members.

so, how do i get the text to show?
  Reply With Quote
Old 13-12-2007, 11:20   #4 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
Take the text indent for those elements out of your css.
  Reply With Quote
Old 13-12-2007, 11:38   #5 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
Quote:
Originally Posted by haku
Take the text indent for those elements out of your css.


I dont know css, but I have asked a friend who dose, he said thats wrong.

due to the fact,

HTML Code:
#logo { float: left; width: 499px; height: 188px; background: url(images/homepage01.jpg) no-repeat left top; }
  Reply With Quote
Old 13-12-2007, 11:51   #6 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
If your friend knows so much about it, then why can't he tell you how to do it?
  Reply With Quote
Old 13-12-2007, 12:02   #7 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
He told me, he dose not know why its doing it.
  Reply With Quote
Old 13-12-2007, 12:12   #8 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
And I told you why its doing it. Yet you take his word over mine...
  Reply With Quote
Old 13-12-2007, 12:20   #9 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
I have taken nobodys word over anyones, I dont know what to remove.

the CSS code for that part is here, #logo {
float: left;
width: 499px;
height: 188px;
background: url(images/homepage01.jpg) no-repeat left top;
}

theres no indent tag there?
  Reply With Quote
Old 13-12-2007, 12:22   #10 (permalink)
pasky
big paw
 
pasky's Avatar
 
Join Date: Nov 2007
Location: Toronto
Posts: 165
Send a message via MSN to pasky Send a message via Yahoo to pasky
here ...

Code:
#sidebar .box .heading {layout.css (line 157)
height:56px; text-indent:-999em;
} #content .box .heading {layout.css (line 120)
height:56px; text-indent:-999em;
}

Change those text-indent values either to something positive and in pixels (doesn't have to be pixels) or remove them completely from your 'layout.css' file.
  Reply With Quote
Old 13-12-2007, 12:49   #11 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
Not those ones, they are different. The code you want to remove is this:

Code:
#logo h1, #logo h2 { text-indent: -999em; }

Its in layout.css. Delete it and your text will appear.
  Reply With Quote
Old 13-12-2007, 12:51   #12 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
Ok.

Next Question, how do i get the text central, i know the text is now centre, but i mean, verticaly centre.
  Reply With Quote
Old 13-12-2007, 12:55   #13 (permalink)
pasky
big paw
 
pasky's Avatar
 
Join Date: Nov 2007
Location: Toronto
Posts: 165
Send a message via MSN to pasky Send a message via Yahoo to pasky
or those ones ... thanks haku

Quote:
Originally Posted by haku
Not those ones, they are different. The code you want to remove is this:

Code:
#logo h1, #logo h2 { text-indent: -999em; }

Its in layout.css. Delete it and your text will appear.
  Reply With Quote
Old 13-12-2007, 13:00   #14 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
No worries
  Reply With Quote
Old 13-12-2007, 13:05   #15 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
How do i get the text central of the box NOT align centre.
  Reply With Quote
Old 13-12-2007, 13:06   #16 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,066
The best ways to do it are to either learn CSS, or to pay someone to do it.
  Reply With Quote
Old 13-12-2007, 14:45   #17 (permalink)
John Good
+
 
John Good's Avatar
 
Join Date: May 2005
Location: Tropical Networks
Posts: 1,603
maybe some kind of please, or thanks could help.
__________________
Fonts are like cologne: A bad choice speaks louder than a good one. Justin Feinstein
  Reply With Quote
Old 13-12-2007, 15:17   #18 (permalink)
pagey
Resident Cheese Expert
 
pagey's Avatar
 
Join Date: Aug 2006
Location: South Wales
Posts: 1,090
Quote:
Originally Posted by John Good
maybe some kind of please, or thanks could help.

I was just thinking the exact same thing. This guy is incredibly rude.
  Reply With Quote
Old 13-12-2007, 15:30   #19 (permalink)
iblastoff
gotsa a malanga!
 
iblastoff's Avatar
 
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
add this to your default css

Quote:
html, body {
display:none;
}

all of your problems will be solved.
__________________
  Reply With Quote
Old 13-12-2007, 16:44   #20 (permalink)
gaogier
Registered User
 
Join Date: Aug 2007
Posts: 20
Quote:
Originally Posted by pagey
I was just thinking the exact same thing. This guy is incredibly rude.


Sorry I am not rude on purpose, I have a lot on my plate at this current time.

If you could tell me how i can get the headings to be center of the tags, it would be great.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8