CSS bullet and colors
-
https://www.auxillary-works.nl/screenshot.jpg
For some reason suddenly there are bullets just outside the table. I made a table within that is a reference to sidebar.php file.
Sidebar.php code:
<div id=”sidebar”>
<table width=”100%” border=”0″ cellpadding=”8″ cellspacing=”0″>
<tr>
<td valign=”top” class=”bodyTxt”>
<?php get_links_list(); ?>
Content:
<?php wp_register(); ?>
<?php wp_loginout(); ?>
<?php wp_meta(); ?>
</td>
</tr>
</table>
</div>And what I do I can’t get my link category name LINKAGE turned into white (h2). The problem is that i change h2 in the style template file the other h2’s turn white too as the main pages have a white background. Brrrrrrrrrr!
TIA,
Eric
- The topic ‘CSS bullet and colors’ is closed to new replies.