basketball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing small bit of codeThanks provos, that’s exactly what I needed.
Forum: Themes and Templates
In reply to: Some help with my menuoooh, thank you for your expertise Elasticdog, ill get to fixing these.
Thanks again to all the responsesForum: Themes and Templates
In reply to: Some help with my menuThanks for the comments podz, =\ looks like ill have to try to find another kind of navigation
Forum: Themes and Templates
In reply to: Borders around photosSure the basic border is for the css is:
.image{
border-color: white;
border-width: 4px;
}
Of course you can change it around, pick your border width, and more variations.Forum: Themes and Templates
In reply to: Some help with my menuYeah 😛 i saw that and uploaded the .txt file while you were checking it out I guess, but do you have any suggestions for fixing it for ff users?
Forum: Themes and Templates
In reply to: Borders around photosJust use margins to do that
img.alignright {padding: 4px; margin: 0 0 0 7px; float: right;}
That’s what I use, where I defined the imge with class=”alignright” so the margin on it is on the left, and vice versa for an image placed ont he left
img.alignright {margin: 0 7px 0 0; float: left;}
That’s just what I use, Im not entirely sure if that’s what your asking forForum: Themes and Templates
In reply to: Some help with my menuYeah I thought of that, but it woulda been too big. Some of the people who regularly help users often ask that if its a big file link to it.
Forum: Your WordPress
In reply to: Northern PassagesHey sup dude, nice design on your blog. I remember your old design, which was completely messed up in Internet Explorer, this one works just fine.
Forum: Plugins
In reply to: New plugin : Click CounterThe link you provided isn’t working for me, =\
Forum: Everything else WordPress
In reply to: Pirated DesignThx enter, lol thats a nice tip techgone :P, neways if you need any help making the navbar similar to mine, I would be very happy to help. Just drop a comment on my site and ill get back to u.
Forum: Themes and Templates
In reply to: Kubrick graphics ported to FireworksTotally agree with you MaxT, Ive seen some really nice original designs powered by wordpress but ever since kubrick came out (a totally wicked theme) I see more of that theme than any originality.
Forum: Fixing WordPress
In reply to: Any help would be appreciatedI have no clue how to explain this but if I remove this line the borders magically disappear in firefox
.time (text-align: center;}
weird….Forum: Fixing WordPress
In reply to: Any help would be appreciatedic, i tried that, and i still see borders. =\ This is really getting on my nerves, Ill work backwards to see what I can do
Forum: Fixing WordPress
In reply to: Removing Image BorderI tried this among many other little css bits but nothing removes the border from firefox.
Forum: Fixing WordPress
In reply to: Nicer URLsWell in the end I just created a whole bunch of directories (not fake or static) used includes and used the absolute path to require the wp-blog-header.php file and it worked out all right.