I cant get the menu to center. I tried the old school html <center> tag. I also tried the margin-left: auto, margin-right: auto, I even put the whole deal in a table and tried it. what do you recommend?
thnx
Dave
Answer:
Hi Dave,
I recommend to put the DIV id="f-source-menu" in another DIV or table cell with
align="center"
<div align="center">
<div id="f-source-menu">
.....
</div>
</div>
Regards
Dmitry
f-source.com
thnx
Dave
Answer:
Hi Dave,
I recommend to put the DIV id="f-source-menu" in another DIV or table cell with
align="center"
<div align="center">
<div id="f-source-menu">
.....
</div>
</div>
Regards
Dmitry
f-source.com
No comments:
Post a Comment