Jump to content

Aligning UL within a table to UL outside of table


twilitegxa

Recommended Posts

Is there a way to get my unordered list to line up with the other unordered list above it? To achieve the look I have, I have to put the second and third UL in a table. Here is a screenshot:

 

screen6.gif

 

And here is part of the code:

 

<div id="main">
<?php include("menu.php"); ?>
<h1>Frequently Asked Questions</h1>
<h2>Login And Registration Issues</h2>
<ul>
<li><a href="#1">Why can't I log in?</a></li>
<li><a href="#2">Why do I need to register?</a></li>
<li><a href="#3">Why do I get logged off automatically when I leave the site?</a></li>
<li><a href="#4">I've forgotten my password! Now what do I do?</a></li>
</ul>

<table><tr><td valign="top"><table><tr><td><h2>Posting Issues</h2>
<ul>
<li><a href="#5">How do I post a topic in the forum?</a></li>
<li><a href="#6">Why can't I access a particular forum?</a></li>
</ul></td></tr></table></td><td>

<table><tr><td><h2>Formatting And Topic Types</h2>
<ul>
<li><a href="#7">Can I use HTML in my posts?</a></li>
<li><a href="#8">Can I post images in the forum?</a></li>
<li><a href="#9">What are Announcements?</a></li>
<li><a href="#10">Why are some topics locked?</a></li>
</ul></td></tr></table></td></tr></table>

<h2>Other General Questions</h2>
<ul>
<li><a href="#11">Why does this message display when I view your website?</a><br />
 <ul>
 <li><em>To help protect your security, Internet Explorer stopped this site from installing an ActiveX control on your computer. Click here for options.</em></li>
 </ul></li>
 <li><a href="#12">Who do I contact to report abuse or harassment?</a></li>
</ul>
</code]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.