centering and category link problems
-
I’ve got my site up and running at https://evilmoose.shafted.com.au – and I’m mainly happy with it now. But there are a couple of things that aren’t working, and I just can’t figure out why. The first is image centering. At the moment I’m using <center> tags, just because that’s the only thing that seems to work (having looked at the way the images are displaying in Firefox and IE anyway). As an example though, I’m using this code:
<div class=”dropshadow” style=”width: 310px; text-align:center;”><img src=”https://evilmoose.shafted.com.au/images/xerxes.jpg” alt=”not a moose” width=”300″ title=”not a moose – he’s a poddy calf”/></div>
in my post from Jan 18th. I’ve tried all of the other different centering methods I could find as well, none of them work either, and I can’t see why!
Second problem – my category links just display the contents of my main index.php page. They show the:
/index.php?cat=7
on the end of the link, but the page displayed looks just like the main page. The best example to see this would be from the category links on my: https://evilmoose.shafted.com.au/russell.php page, as I only have one category link on my main page, and it’s well hidden in the sidebar.If anyone could help at all with either of those problems, that would be great, as they’re driving me somewhat insane.
- The topic ‘centering and category link problems’ is closed to new replies.