Horizontal lines under page content not workin
-
Hello,
I’m having trouble with horizontal lines in a table on my WordPress Twenty Eleven website (https://german.berkeley.edu/).We used to have lines separating “Links” and “Contacts” from the links beneath them, but a WordPress update wiped all of our customization and I’m having to redo all of the formatting.
The code shows up correctly when I practice on the w3school website’s TryitEditor, and it jives with what everyone else has written in other forums (and have said works correctly). But when I save the page in my site, the lines don’t show up at all.
Because it’s a multiuser site on a university server, I’m not allowed ftp access to edit, so I can only access what’s available in the WordPress dashboard.
Here’s the code I’m using:
<table width="100%" border="0" cellspacing="0" cellpadding="10"> <tbody> <tr valign="TOP"> <td style="background-color:#dadada" width="45%"><strong>Links</strong><hr> <a title="Graduate" href="https://german.berkeley.edu/graduate/">Prospective Graduate Students</a> <a href="https://mgp.berkeley.edu/">Multicultural Germany Project</a> <a href="https://german.berkeley.edu/transit/">TRANSIT</a> <a href="https://townsendcenter.berkeley.edu/">Townsend Center</a> <a title="Institute for European Studies" href="https://ies.berkeley.edu/europeanlanguages/">Languages of Europe</a> <a href="https://ls.berkeley.edu/about-college/l-s-divisions/arts-humanities">Arts and Humanities</a></td> <td style="background-color:#c3c3c3" width="55%"><strong>Contacts</strong><hr> <a href="/administration/">Advising</a> <a href="/administration/">Administration</a> <a href="/study-abroad/">Study Abroad</a> <a href="/placement-guidelines/">Language Placement</a></td> </tr> </tbody> </table>
I’ve also tried using <hr /> instead of <hr>, or leaving out the before <hr>. Nothing works.
Any help would be greatly appreciated!
- The topic ‘Horizontal lines under page content not workin’ is closed to new replies.