Courtney
03-08-2003, 04:29 PM
idk if this has been posted already (sorry if it has) but, i'm working on my site, and it's with geocities, and it like.. doesn't center your layouts, and i was wondering how i can center my layout. thanks! xoxo
|
View Full Version : * hELP_!! Courtney 03-08-2003, 04:29 PM idk if this has been posted already (sorry if it has) but, i'm working on my site, and it's with geocities, and it like.. doesn't center your layouts, and i was wondering how i can center my layout. thanks! xoxo Spirit892 03-08-2003, 04:37 PM could you post the code? MaGiCSuN 03-08-2003, 04:37 PM put <center> before your layout and </center> after or did you allready tried that? maybe it will help us more to show us the page you are talking about. So that we can check the code. love, Mirna Courtney 03-08-2003, 04:38 PM Originally posted by MaGiCSuN put <center> before your layout and </center> after or did you allready tried that? maybe it will help us more to show us the page you are talking about. So that we can check the code. love, Mirna yep, i've already tried the <center> thing.. it doesn't work .. what do u mean by code? epolady 03-08-2003, 04:43 PM Paste whatever coding you're using onto the forum. Courtney 03-08-2003, 04:44 PM Originally posted by epolady Paste whatever coding you're using onto the forum. do u mean what code i'm already using to center it .. sorry guys - i'm really clueless about this whole web designing stuff- haha.. umm if that's what you mean, then i'm using <center</center> but it dosen't work MaGiCSuN 03-08-2003, 04:45 PM the whole code you use for your page, from <html> till </html> Love, Mirna epolady 03-08-2003, 04:45 PM Paste your whole HTML page right here. And we'll try to find all of the mistakes. Courtney 03-08-2003, 04:48 PM wait, can u just tell me the code that i'm supposed to put for centering it.. from <html> to </html> & the <center> </center> because i'm not at the page right now and it'll take me like 10 minutes for it to load & junk. MaGiCSuN 03-08-2003, 04:51 PM the code for centering is <center> </center> what i meant with <html></html> was that you have to copy from <html> in your file to the bottom </html> (and all the codes between) because THAT is your code from your page. you know <html> <head> head codes here</head> <body> your page stuff here </body> </html> but then from your page. Just open your page, right click and choose "view source" and copy that code into your post. love, Mirna Courtney 03-08-2003, 04:57 PM yes, i know what you ment by the <html></html> & i know that's the coding for centering.. &you're not allowed to right click with geocities pages. but i'm just asking, is there a specific <html> thing that i can just type onto my page to center it.. or do i just type <center></center> ? because i've tryed doing the center one, but it doesn't work. MaGiCSuN 03-08-2003, 04:59 PM Try this: <div align="center"> layout code here </div> Love, Mirna Courtney 03-08-2003, 05:02 PM thank you! :c) |