Log in

View Full Version : I.....Just....dunno....


Shinobi
09-05-2004, 07:01 PM
Im having a layout problem, actually 2 of them so i need help. First, there seems to be this empty table row i cant get rid of, youll see on the pic.

Second, i have a background image for my username/title part of the postbit legacy, and the image is 235px wide. And so is the table. But for somereason, on the internet, the table is wider than 235px, and it makes it to where, the browser starts to show a duplicate of the image next to it. I dont know if this has to do with that table row, but here, ive included my postbit_legacy and a pic:

EDIT:btw, i put a border around the main left nav table, and it looks like that empty row isnt part of the table. But i cant find its code anywhere on postbit_legacy

P.S. My msn is: LeafShinobi@hotmail.com, in case you have question, i probably didnt explain it very good :(

Jolten
09-06-2004, 02:24 AM
I went through the code and, while you've got a whole heck of a lot there, I didn't see any really glaring errors. There were one or two unclosed div and if tags, or closing tags that didn't correspond to any opening tag. The background image for the "avatar" just needs to be coded so it doesn't repeat. Basically, your table cell for the image is larger than the image itself, so it repeats. I changed the backround image coding for that table cell to a better CSS format. I also added a rowspan the to message data table cell, this might fix the issue with the top portion.

It's hard to say if any of this will absolutely fix your issues or cause one or two more without being able to directly test it and not being able to see the entire postbit in your screenshot. Keep a back up of your current postbit template just in case.

Indenting code can really help you see what is enclosed in what tag.

New page attached.

Shinobi
09-10-2004, 10:07 PM
i copy/pasted the code, and this is what its looking like now

(btw, heres the link if you need to see it all: http://www.shinobi-online.com/showthread.php?p=16#post16)

EDIT: i mightve fixed the image prob, it looks like vbulletin defines a css thingie from another page in the tables, i took that out and the image is as wide as it should be i think

Shinobi
09-11-2004, 05:38 AM
ugh that just made more probs, ok i reverted back to its original, fiddled around and those problems are gone. But now i have a new problem. The username doesnt wanna display at the top of its table. It looks like its 2 or 3 line breaks down, and i cant figure out how to get it up there. I included a pic, and the legacy again

Shinobi
09-14-2004, 10:54 PM
bump

ok i reverted the frikin thing again and those probs are gone. But now a new one. The username.gif image seems to stop at the end of the div that holds the age, posts, location, etc and i cannot for the life of me, figure out where the prob is....

Heres a link to a thread so u can see what i mean:
http://www.shinobi-online.com/showthread.php?p=16#post16

Also, once again, heres my postbit_legacy

Shinobi
09-16-2004, 06:43 AM
*bump*

Nobody knows?? :(

Shinobi
09-25-2004, 05:59 AM
*bump again* [brown nose]comeon, hundreds of awesome sexy coders out there and nobody can help me??[/brown nose]

I need help with just 1 thing. take a look @ this link. I put up border so u could see the tables in question: http://www.shinobi-online.com/showthread.php?p=19#post19

also, heres my postbit_legacy so you can look thru it

Basically whats happening is, my avatar is being displayed like 15 pixels lower than it should. I have the avatar code in a table, which is inside the table that has the background image.