hgreenesmith
Programmer
If anyone can solve this for me I'd be eternally grateful.
I've got the following in css:
#leftmiddle {
width :25%;
float : left;
height:35px;
}
Then I've got the following on my main page:
<div id="leftmiddle"><a href="engineering.htm" target="_blank">Engineering</a></div>
It's all pretty straight forward, but my link does not like the div id for some reason and I can not connect to the second page.
I've been working on this for a week now with no clue how to fix this problem. I'm sure it's something simple, but for the life of me, I can't figure it out.
I've got the following in css:
#leftmiddle {
width :25%;
float : left;
height:35px;
}
Then I've got the following on my main page:
<div id="leftmiddle"><a href="engineering.htm" target="_blank">Engineering</a></div>
It's all pretty straight forward, but my link does not like the div id for some reason and I can not connect to the second page.
I've been working on this for a week now with no clue how to fix this problem. I'm sure it's something simple, but for the life of me, I can't figure it out.