Rank: Member
Joined: 5/18/2005(UTC) Posts: 36
Thanks: 3 times
|
Greetings just a quick question, when I try to add the following code to an HTML Content block in the System Homepage 1 column it kills all the links above it:
<div id="contact"> <h2>Name</h2> <p>Place<br /> P.O. Box 172230<br /> Bozeman, MT 59717-2230</p> </div>
contact is just another set of styles I added to the css sheet.
When I move it above the other blocks of content the links work fine it is just when it is placed at the bottom?
Any ideas why?
Thank you in advance.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Maybe #contact conflicts with another id on the page. Try changing id="contact" to class="contact"
You can have more than one div with the same class but are only supposed to have a single object with an id.
Also, run your page through an HTML validator to make sure you didn't miss a closed tag.
|
|
|
|
Rank: Member
Joined: 5/18/2005(UTC) Posts: 36
Thanks: 3 times
|
Thanks Marcus, it wasn't the class/id issue or a naming issue it was the fact that I had position: relative; in my the id attributes.
Thank you again for your time.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.