02 December 2005, 04:59 UTC#1
okay I know this might be a stupid question but can anyone tell me how to make all content on my page centered rather than being stuck to one side? I want everything to be centered no matter on how big the screen is made and I just cant figure it out.
thanks.
02 December 2005, 07:12 UTC#2
if your suing tables and using dreamwever.select the outline of the table, go to text>align>center..Voila!!!
If not.. open the html in notepad. find where the table starts
<Table> or something like that..above that, add the center tag <center> and where the tble edns, add the clsoing center tag </center> There ya go buddy, hopefully that solved your problem
02 December 2005, 07:40 UTC#3
Joeknowsit.
02 December 2005, 08:56 UTC#4
as it would appear yes
02 December 2005, 09:27 UTC#5
thats right ladies
02 December 2005, 11:58 UTC#6
or in dreamweaver design screen, ctrl-a a few times to select everything then hit the centre text button (looks like a few lines a text centred) and everything should be lovely and in the middle for ya
02 December 2005, 15:08 UTC#7
QUOTE(Belly @ Dec 2 2005, 05:59 AM)
okay I know this might be a stupid question but can anyone tell me how to make all content on my page centered rather than being stuck to one side? I want everything to be centered no matter on how big the screen is made and I just cant figure it out.
thanks.
[right][snapback]233578[/snapback][/right]
Bellys fat
02 December 2005, 15:25 UTC#8
<div align="center" > stick that in the body section of your source code
02 December 2005, 17:11 UTC#9
And add the closing "</div>" tag at the end of what you wish to align

02 December 2005, 23:53 UTC#10
cheers everyone.... and fuck dream weaver thats the easy way... notepad all the way Image file not present in the recovered backup
and LouZy... I will always love you, your insults make me hard. Image file not present in the recovered backup
03 December 2005, 00:11 UTC#11
QUOTE(Belly @ Dec 3 2005, 01:53 AM)
cheers everyone.... and fuck dream weaver thats the easy way... notepad all the way Image file not present in the recovered backup
and LouZy... I will always love you, your insults make me hard. Image file not present in the recovered backup
[right][snapback]234122[/snapback][/right]
Yep, real men don't use clicks
Image file not present in the recovered backup03 December 2005, 00:16 UTC#12
ahh fuck it I've got a problem now. I've got an image map, with a text area with the disclaimer sitting in it... but now that ive done the div align tag, the image map will stay central but the text are is sitting under the image and wont stay in the write plac.. any suggestions? Image file not present in the recovered backup
03 December 2005, 00:21 UTC#13
Wrap another div align tag around the text?
03 December 2005, 00:23 UTC#14
done that and its centered underneath the image but not on it. I was meant to have this done ages ago haha