|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Centering
Well, i got my website up
http://www.angelfire.com/bug/bogglez/Main.htm my friend says that it is not centered for him. How can i fix it? ![]() also how can i mask my URL so that instead of it saying www.angelfire.com it say www.tandg.com ??? |
|
#2
|
||||
|
||||
|
put <center> at the top just under <body> and </center> at the bottom before </body>
|
|
#3
|
|||
|
|||
|
nope still not working can someone plz help on how to make the big red box centered on the page, the HTML source isnt blocked so go ahead and take a peak.
![]() Last edited by bogglez : July 1st, 2003 at 08:12 PM. |
|
#4
|
|||
|
|||
|
I don't see any big red box. Everything looks centered in IE5.5 and Netscape 7, but in Opera, the 2 links and 'random flash' text are off to the left some. If he's using Opera, you just need to make sure your code is very clean.
Ok, I just took a look at your code. Now, I'm no master coder, but I've been tinkering with it for a few years. Did you use a WYSIWYG/Visual tool to gen this page? Sometimes they can be nasty about adding garbage, so you have to keep an eye on it; I actually prefer them though. You've got a ton of blockquotes and 'p' tags. Imo, you should ditch all of these and just go with a basic table. For spacing/centering, you can add rows and collumns, and then justify and space them as you like. Replace all of your -p- nbsp -p- with simple -br-'s, where the '-' = '<>'. You should be able to cut the size down quite a bit with a table and simpler code. If your friend is using Opera, then you need to know that Opera is very finicky with HTML. |
|
#5
|
||||
|
||||
|
remove the blockquotes.
![]() |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > Centering |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|