PDA

View Full Version : Right side column - 100% width footer?


Guest210212002
09-23-2008, 01:53 PM
I posted this at vb.com as well but hopefully someone here can bail me out of hours of staring at the code and breaking my poor forums. :)

I've read the tutorials on here and they're all seemingly for adding a RSC that spans the entire length of the page. Has anyone done it so that it's only the height of the actual forums? Using Kerry-Anne's USC mod over at vb.org, the RSC starts exactly where I want it to and looks great (See attachment). The problem is that my footer, what's going on box, etc, is compressed to the width of the forum tables themselves, leaving blank space to the side of the WGO box, under the column itself.

I'm looking for the exact TOP setup that Kerry-Anne's USC provides, but I want the colum to stop before my footer, and have the footer span 100% width, same as the navbar.

So:

----------navbar---------
----forums ----- rsc -----
---------footer ----------

If anyone can sort out the code for this and hook me up, Boofo will email you a box of puppies*.

*This might be a lie, but I always miss him on MSN so I can't confirm it.

Lynne
09-23-2008, 02:24 PM
I already responded to your post over on vb.com

Guest210212002
09-23-2008, 02:45 PM
Thanks Lynne. :) I'm actually just looking to do it manually without the hack, since it's just one column that I'm looking for. I've tried colspanning (is that a word? :D) the footer cells but they don't do the trick. :(

It seems like it's more two tables side by side with this hack, whereas I'm just looking to (and failing at) adding another column next to the forum tables.

Lynne
09-23-2008, 03:08 PM
Do you have a link to a page you are trying this on?

Gio~Logist
09-24-2008, 06:18 PM
Start your table at the end of the the navbar template, or after $navbar. End it at the beginning of the footer template or before $footer. Hope that helps : )

Guest210212002
09-24-2008, 08:35 PM
Do you have a link to a page you are trying this on?

Now in my sig. :)

Lynne
09-24-2008, 09:52 PM
Hmmm, am I missing something cuz that page looks like how I pictured you were wanting it to look.

Guest210212002
09-24-2008, 11:09 PM
This is what it looks like now:

http://www.metalguitarist.org/chris/mgvbq_1.jpg

Thanks to my keen photoshop skills (!!) this is what I'd like to happen, with the WGO box spanned 100%:

http://www.metalguitarist.org/chris/mgvbq_2.jpg

Alas, I can't figure it out! :(

Lynne
09-25-2008, 02:11 AM
You realize you could end up with a huge gap between the Random Thumbs and the What's Going On? block. See my image for what I see on your forums page:

Guest210212002
09-25-2008, 02:26 AM
Yeah - I'll size that right column accordingly if I can ever sort this one out. :)

Lynne
09-25-2008, 02:42 AM
If you get the Web Developer add-on for firefox and go to Outline > Outline Tables > Tables , you can see that you added that new column after the All Times Are GMT line. You need to move that td tag to before the Mark All Forums Read and then end the row and then start a new row with colspan=2.