5 replies [Last post]
maubast
Offline
Regular
Last seen: 19 years 44 weeks ago
Joined: 2003-07-31
Posts: 13
Points: 0

I am having a really frustrating time with my layout.

The layout I'm using is essentially all images. They are just chopped up and stuck back together using CSS positioning. At the bottom of the images, I'm trying to include a simple text link (for a webring). It is NOT working, and I don't know why!

This is the code I'm using for the link:

#rings {
position:       absolute;
width:          25;
height:			10;
top:            610px;
left:           10px;   
}

and the code I'm using in my HTML to call for it:

<DIV id="rings">
<font face="arial" size="1" color="black">
<a href="http://www.ringsurf.com/netring?ring=redheads;id=291;action=prev" target="blank"><</a> 
<a href="http://www.ringsurf.com/netring?ring=redheads;action=rand" target="blank">?</a> 
<a href="http://realmofredheads.com/ring" target="blank">redheads</a> 
<a href="http://www.ringsurf.com/netring?ring=redheads;action=list" target="blank">#</a> 
<a href="http://www.ringsurf.com/netring?ring=redheads;id=291;action=next" target="blank">></a>
</div>

But, for some reason it's showing up in the middle of the page, under all the images, and my A tags are not applying.

I've had this problem before. What is the correct way to absolutely position text??

Thanks!
T

Oh, yeah, here is the page that it's not working on:
http://www.thedarknightofthesoul.com/index.html

d3signmonk3y
d3signmonk3y's picture
Offline
Enthusiast
Toledo, Ohio
Last seen: 19 years 44 weeks ago
Toledo, Ohio
Timezone: GMT-4
Joined: 2003-07-29
Posts: 59
Points: 0

images with text...frustrated!

I just looked at the page and saw that it is referenced in the CSS as .rings instead of #rings, not sure if you're in the middle of changing things right now.

d3signmonk3y
d3signmonk3y's picture
Offline
Enthusiast
Toledo, Ohio
Last seen: 19 years 44 weeks ago
Toledo, Ohio
Timezone: GMT-4
Joined: 2003-07-29
Posts: 59
Points: 0

images with text...frustrated!

Another quick thought, unless an attribute has a value of 0 make sure you put a unit with it. I notice your height and width declarations say for instance "70" instead of "70px".

Anonymous
Anonymous's picture
Guru

images with text...frustrated!

Hey...it's still not working.

I had this problem before once, and I never figured it out.

I know there is a different way that you are supposed to position text, but I can't figure it out...

Anonymous
Anonymous's picture
Guru

images with text...frustrated!

Nevermind! it works

d3signmonk3y
d3signmonk3y's picture
Offline
Enthusiast
Toledo, Ohio
Last seen: 19 years 44 weeks ago
Toledo, Ohio
Timezone: GMT-4
Joined: 2003-07-29
Posts: 59
Points: 0

images with text...frustrated!

Goody!

By the way, I love the look of your site. I'm downloading some of the brushes right now to check out.