Jump to content

Recommended Posts

Posted

Can you give me an example of how to fix one of these. I am unsure how to fix them. If you can show me how to correct one I can probably fix the rest.

 

Thanks

Posted

I'm pretty sure you forgot to close something or closed something that didn't exist. (When you click the links the page content disappears.) That is the only reason I have seen links not go before. Make sure everything is closed.

Posted

This is the code for that section.

<div class="box">

<div class="padding1">

<h2 class="p3">Important Links</h2>

<ul class="tabs">

<li><a href="http://www.canadapost.ca/cpotools/apps/track/business/findByTrackNumber?execution=e2s1">Canada Post</a></li>

<li><a href="https://www.usps.com/">USPS</a></li>

<li><a href="http://www.metric-conversions.org/weight/kilograms-to-pounds.htm">Weight Conversion</a></li>

 

</ul>

</div>

</div>

 

It appears to be ok?

Posted

Check all those divisions you have surrounding this list - I randomly deleted several of them, and the links started to work. I did not check into this in detail, I'd have to look through the CSS for each of them.

 

There really should not be any reason you need so many division here - I'd start over and keep it simple. Use only a division if one is needed. You can apply ID's or classes to a ul tag and define it that way, and may not need a single division around it at all, but I don't see any single reason where you actually need all the divisions you are using on the entire site. And when you do use divisions, give them meaningful class or ID names - grid 4 alpha will likely not mean a whole lot to you 3 months later.

Posted

Hi Andrea,

Its a template from template monster and I am starting to wonder if I should just start creating my own site. I use them to save time but this is not saving time.

Posted

You'd learn a lot more recreating your own - and it's always a bit PITA to try and figre out what someone else has done, especially when it's as cluttered at this template.

 

Nothing wrong with templates - if there's nothing wrong with the one you're using rolleyes.gif

Posted

Everytime I try to delete any of the closing div's. I get an error on the page.

Sorry that I am not very good at this but if you can telling which one you deleted maybe it will make more sense to me.

Posted

I cannot tell you which ones to delete without seeing what they all do, I was just deleting blindly using the 'Edit HTML' in my FX Webdeveloper's bar.

 

I would seriously consider recreating this page from scratch - the layout is not that difficult, and you'll learn a lot more. The way this is coded right now, you almost have more divisions than you have content.

 

Example - a division class for padding - makes no practical sense. Just add the padding to the 'mother'division's CSS.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...