med
-
[Wordpress] Anchored Links in Sidebar
Cool thanks for the advice. I can totally see how that will work, if everything else fails that's what I'll have to do. I've been looking at the documentation and wordpress call this 'page jump'. I'm going to try and d…
-
[Wordpress] Anchored Links in Sidebar
No problem, I tried posting there but nobody has replied yet. I'll probably bump the topic. I'm thinking that assigning a class to the text might make it unique enough to pull out. I'll see what I can do. But if anyone has any sugges…
-
[Wordpress] Anchored Links in Sidebar
Instead of having recent content showing - these are individual posts, I'd like the sidebar to link to different paragraphs in one post only. If for instance I write a post about 3000 words long and it's divided by subheadings like introd…
-
[Wordpress] Anchored Links in Sidebar
Hi, I have a dynamic widget sidebar on the right hand side, and as you mentioned it's displaying recent content. The post is showing up as you indicated in the screenshot.
-
[Wordpress] Anchored Links in Sidebar
Hey, thanks for all the replys! I just leaned over and asked one of the programmers on staff. Like you, I don't do much server-side developing, so his answer was convoluted and complicated. Lol, doesn't sound promising! I think he'…
-
how many CSS files?
1 is usually enough for most sites. Those that are larger may have multiple css files to help de-clutter everything. You can usually keep all of your css code in that one file and just pull it from within html. Again to keep everything organised it&…
-
phpbb3 Problems
Thanks for the tip :) It's a very cool plugin, using it now. I tried to add the min height, but unfortunately it didn't make a difference. My footer was working nicely a few days ago, but then I made quite a few alterations and now don…
-
phpbb3 Problems
Hey, yeah I've managed to make it look a little better. I tried my best to style the text (both nav and forum) with css, but there was too much conflict. So in the end I decided to set the font size for each menu item using html. I know this i…
-
needing CSS resources on..
Something like this? http://www.airtightinteractive.com/proj ... ardviewer/
-
phpbb3 Problems
Thanks once again for helping. I went back and tried to edit the h2 value, but that didn't change anything. Then I saw this in the css: body.fs3{ font-size: 13px; } It's used in the page here: The font size relates to the naviga…
-
phpbb3 Problems
Hey, I've been working on it a bit more, and I'm extremely close to getting what I want. Have a look here: http://tinyurl.com/4nfmho The only 2 problems remaining: 1. The text size is too big...not sure what part of the css to edit in…
-
phpbb3 Problems
Thanks, I really appreciate the help. I've managed to get the elements in the correct order. I've tried to work on the positioning of the header and forum, but it's all to one side. The header is also being cut off, it should be aro…
-
Forum Theme
Thanks for the info. It's an unusually nice theme for a standard install! Look forward to the tutorial.
-
the css just isn't displaying
I had to do something similar - place two pieces of text on the same line but one had to be on the left and the other on the right. So I did a quick google search which led me back to this site, here: http://css-tricks.com/left-align-and-ri ... same…
-
Annoying DIV
Thanks, 3px and 966px seemed to do the trick. And the space between the grey div and bottom border was due to the fill colour of the bottom image which I missed at first.
-
Expandable content box
Thanks for your help, totally missed that! :mrgreen: