Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frontpage lines..

Status
Not open for further replies.

Crystalfire

Programmer
Jan 29, 2002
315
US
I have some lines on my web page using frontpage 2002. <hr>
But everytime I go to make any changes to these pages, the lines always center on the page. I want to keep them left of center.How do I make them default left all the time? Not a Big problem, just annoying. Any ideas Thanks!
 
This might work:
<style>
hr{
text-align:left;
}
</style>

Otherwise, please post the url.

Rick

P.S. not using FrontPage won't fix this, but it might keep it from happening again ;-)
 
<hr align=&quot;left&quot;> should work just fine...
 
<hr align=&quot;left&quot;> Worked, but when I save and close the page, I reopen it and it goes center again. ??
 
Show me the code. -----------------------------------------------
These are endless galaxies which are yours.
You can journey to infinity
through the endless passages of the cosmos.
Even better. This all belongs to you.
This is your mind.
 
<hr align=&quot;left&quot;> Worked, but when I save and close the page, I reopen it and it goes center again. ??

this is a caching issue. clear the cache and this should be corected
A language that doesn't affect the way you think about programming is not worth knowing.
admin@onpntwebdesigns.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top