|
| |
|
|
canuckgirl
Posts: 21 Joined: 2/2/2005 Status: offline
|
A lil less frustrated but... - 2/9/2005 10:24:46
hey there again :) I got the logo to work so thank you lazykatz for that! I still however can't get my text to center. Here is the link http://www3.telus.net/public/bonkerz/ I have tried all the lil tricks that every one suggested and still no luck! Thanks Heather
|
|
|
|
d a v e
Posts: 4194 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: A lil less frustrated but... - 2/9/2005 10:32:58
which text were you trying to centre?
_____________________________
David Prescott Gekko web design
|
|
|
|
canuckgirl
Posts: 21 Joined: 2/2/2005 Status: offline
|
RE: A lil less frustrated but... - 2/9/2005 14:36:00
all the text on every page.. teh only text I could get to center was the lil copyright stuff on the bottom.. even the dividers which when you look at them in frontpage are centered.. but uploaded they are on the left. I would like it to the text is centered and the bullets are lines up evenly in the centered and not staggered. This is driving me bonkers!
|
|
|
|
d a v e
Posts: 4194 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: A lil less frustrated but... - 2/9/2005 15:06:39
use css for the lists and use proper list markup (e.g. http://members.tiscali.fi/dave_pirjo/test-area/css_stuff/lists.htm ) do you mean centred text like "Send mail to the webmaster with questions or comments about this web site. Copyright © 2005 Kestrel Resources Ltd. Last modified: January 30, 2005" here http://www3.telus.net/public/bonkerz/news.htm or do you mean fully justified text but centred somehow? make a class for text/images like .centred {
text-align: center;
} and apply it to the paragraphs/images or use .centred, p {
text-align: center;
}
_____________________________
David Prescott Gekko web design
|
|
|
|
canuckgirl
Posts: 21 Joined: 2/2/2005 Status: offline
|
RE: A lil less frustrated but... - 2/9/2005 17:28:36
well Dave color me confused lol Let me try and decipher what ya said and I will let ya know if it works Thanks
|
|
|
|
Larry M.
Posts: 2906 Joined: 2/20/2003 From: Greenville, South Carolina, USA Status: offline
|
RE: A lil less frustrated but... - 2/9/2005 17:57:25
canuckgirl, Dave's got you on the right track, but I'll try to say it another way. Below is your code for the copyright which shows align="center" (not sure why you have it repeated so many times): <p align="center" style="text-align: center"> </p> <p align="center" style="text-align: center"> </p> <p align="center" style="text-align: center"> </p> <p align="center" style="text-align: center"><font size="2">Send mail to the <a href="mailto:webmaster@kestrelresources.com">webmaster</a><br> In the rest of your source code periodic reference is made to align="left" and there is one puzzling reference to: <!-- fwtable fwsrc="header.png" fwbase="header.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" --> FrontPage should be able to handle the "center" commands but may be confused by Dreamweaver code - not sure. In any case, try changing the align="left" to align="center" in code view as Dave said and see what you have. It really shouldn't be this hard.
_____________________________
Larry M. "Veni, Vidi, Velcro" (I came; I saw; I stuck around)
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|