jskoo23
Member
Posted 4 years ago #
I added a pretty long table in my post, and now the bar that (when you are logged in as admin) contains the text "Edit this entry" is showing up at the top of the table when you view the post. How can I fix this?
http://community.som.yale.edu/pse_news/?p=132
I'm using the Contempt theme.
Since we are not logged it we will never see it :)
jskoo23
Member
Posted 4 years ago #
Well, if you're not logged on, you don't see the text "edit this entry" but the bar still shows up -- cutting through the head of the first person in my table! Help!
A little CSS magic...
Instead of inline styles you should put all your table style stuff in your stylesheet and add something like:
table {
...
margin-top: 35px;
}