can anyone help me with a html code?

  • Thread starter Thread starter axelle :)
  • Start date Start date
A

axelle :)

Guest
i want to keep a list aligned to the left but put it in the middle of the page. how do i do this? please and thank you.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
With simple html I would...

<table width="900" height="500" border="0" align="center">
<ul align="left">
<li> Whatever it is</li>
</ul>
</table>

that might might not work, i use dreamweaver. dont really have to work with raw code that much. except css.
 
Back
Top