Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:16
Aligning Text
Poster: LindaO
Dated: Friday January 27 2006 - 17:06:46 GMT
The text in my menus are centered, how do I align the text to the left?
Poster: Ruth
Dated: Friday January 27 2006 - 17:33:14 GMT
That depends on why it is aligning to the center. Do you have it coded to align="center";? Do you have a style sheet with that coding in it, do you have it in a table with the table with coding for align="center";
We need to see the page with the menu on it to see what's going on.
Ruth
Poster: LindaO
Dated: Friday January 27 2006 - 17:46:19 GMT
Ruth wrote:
That depends on why it is aligning to the center. Do you have it coded to align="center";? Do you have a style sheet with that coding in it, do you have it in a table with the table with coding for align="center";
We need to see the page with the menu on it to see what's going on.
Ruth
We need to see the page with the menu on it to see what's going on.
Ruth
It's running on our Intranet so I can't post a link but I have copied the following code.
When I change the center to left it aligns the text to the left but also moves the menu to the left. I want the menu to stay centered.
<!-- Page Content Goes Here -->
<div id="documents">
<h1>DOCUMENTS</h1>
<div id="nav_documents" align="center">
<?php require('../includes/nav_documents.htm'); ?>
</div>
<div id="img_documents" align="center">
<img src="images/documents.jpg" alt="Documents">
</div>
</div>
<!-- Page Content Ends Here -->