Forum Moderators: not2easy

Message Too Old, No Replies

right sidebar images don't line up

         

pjkinann

9:59 pm on Mar 9, 2005 (gmt 0)

10+ Year Member



I've done this before so I don't know what is wrong with this sidebar. It just refuses to line up. I checked the CSS, obviously I'm missing something, and checked the html code, obviously something is awry, but I just can't seem to figure it out.

I have this on my right sidebar:
#right {
background: url(headmain/center_bg_sidebar.jpg) repeat-y;
position: absolute;
width: 142px;
top: 125px;
right: 15px;
}

Then in my html code for the right sidebar I have (without the added spaces here of course):
< div id="right">
<img src="headmain/roof.jpg"><br>
< p>text</p><br><br>
< img src="headmain/bottom_sidebar.jpg">< /div>

But nothing lines up.

Thank you
PJ

[edited by: rogerd at 3:50 am (utc) on Mar. 10, 2005]
[edit reason] No URLs please... [/edit]

theguX

9:33 pm on Mar 12, 2005 (gmt 0)

10+ Year Member



It works fine for me, once you take the spaces out of the start of your tags.

pjkinann

11:02 pm on Mar 12, 2005 (gmt 0)

10+ Year Member



Thanks. It works fine because I figured it out! SMILE!
It was a CSS issue on the stylesheet.

Thanks for responding! I guess people really do read these forums! :o)