Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 07-25-2006, 06:47 AM   #1
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Need support

As you can see my site has a big border on the right hand site ( 30% of the total area )
Doesn’t look good.
Can anybody help me to place the site centric? ( 15% on the left and 15% on the right)

Where do I have to change it and do I have to change it for each site or just for one?

http://www.jpadilla-international.com

Thanx
__________________
Funny smilies
Joan is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 07-25-2006, 10:43 AM   #2
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Need support

Put the contents of the page into a div tag then center the contents within the CSS file, this way, if the viewer is looking at the page with a screen resolution of 800x600, the whole page will be on the screen, and for larger resolution screens, the page will be centered.

On my system, it doesn't need to be moved over because I use a screen resolution of 800x600. If you moved it over, you would drive away alot of viewers because having to use a scroll bar to read the content can be annoying, but I think what I said before should give you the solution you are looking for.
__________________
Storage Sheds
Lost Forum

Last edited 07-25-2006 at 10:47 AM.
jumpenjuhosaphat is offline  
Old 07-25-2006, 12:10 PM   #3
HouseOfRock
Member
 
HouseOfRock's Avatar
 
Join Date: Jan 2006
Location: Massachusetts
Posts: 136
HouseOfRock will become famous soon enough
Default Re: Need support

As was said above, place your whole page in a "container" div, and then style the div with CSS to include the following.

Code:
div#container { margin: 0 auto; text-align: center; }

Then remember to left-align your text in your elements further in.
Hope this helps.
__________________
Visit my new and improved humor site: It's Just Humor
Or check out the newest source for HQ celebrity images: It's Just Babes
HouseOfRock is offline  
Old 07-25-2006, 07:00 PM   #4
Zack
Junior Guru
 
Zack's Avatar
 
Join Date: Dec 2005
Location: North Carolina
Posts: 759
Zack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to beholdZack is a splendid one to behold
Send a message via MSN to Zack
Default Re: Need support

or the following...
Code:
#containter { margin: 0; margin-left: auto; margin-right: auto; }

HTMLGuy
__________________
yaxal releases '07
Zack is offline  
Old 07-25-2006, 07:05 PM   #5
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Need support

How does it work? I've never seen the "auto" attribute.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-25-2006, 08:42 PM   #6
Katey
Senior Member
 
Katey's Avatar
 
Join Date: Apr 2006
Location: Hull, United Kingdom.
Posts: 317
Katey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud of
Default Re: Need support

Hi there,

I assume it automatically assigns the amount of space on each margin, by the amount of space remaining, this is just an assumption although I'm sure I have used this attribute before?


Regards,
Kieran Taylor.
Katey is offline  
Old 07-26-2006, 08:46 AM   #7
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Re: Need support

Quote:
Originally Posted by htmlguy
or the following...
Code:
#containter { margin: 0; margin-left: auto; margin-right: auto; }
HTMLGuy
Hi thanx, I had some problems with the guy who was helping me and now I've to make it on my own, or at least I try to change things . So far the only thing I am good in is changing text on my own :-) . O.k. above there's the script which I should insert, but WHERE do I have to place this script, just once in styless css?
Sorry I'm an absolute beginner.
__________________
Funny smilies
Joan is offline  
Old 07-26-2006, 09:12 AM   #8
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Re: Need support

Now I have a problem, it looks like this
even if I put the code out and the page is again as it was already it remains like this
http://www.jpadilla-international.com/
Pls help
__________________
Funny smilies
Joan is offline  
Old 07-26-2006, 09:42 AM   #9
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Need support

That is is an id selector, you would insert the above code into your css. You would then apply that id (container) to one element in your html file, this could be the body tag, a div tag, or any other tag that the attributes would apply to.

like this:
Code:
<body id="container">

That applies the attributes in #container to the body tag.
__________________
Storage Sheds
Lost Forum

Last edited 07-26-2006 at 09:50 AM.
jumpenjuhosaphat is offline  
Old 07-26-2006, 10:08 AM   #10
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Re: Need support

o.k. again,
When I insert:#containter {
margin: 0;
margin-left: auto;
margin-right: auto;
}

OR

#containter {
margin: 0;
margin-left: auto;
margin-right: auto;
}
The site becomes centric however it’s slighty displaced to the right on the upper part, that sucks. Did u forgot a small detail?
So what else can we try?

Thanx
__________________
Funny smilies
Joan is offline  
Old 07-26-2006, 10:14 AM   #11
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Need support

I'm not seeing any difference, are you adding that code to your live site, or are you doing it on your home computer files? I don't see the code in css or the selector in your html.

Make the changes on the live website, so we can help you further by viewing the changed code and the effect is has on your page.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-26-2006, 10:30 AM   #12
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Re: Need support

Quote:
Originally Posted by jumpenjuhosaphat
I'm not seeing any difference, are you adding that code to your live site, or are you doing it on your home computer files? I don't see the code in css or the selector in your html.
Make the changes on the live website, so we can help you further by viewing the changed code and the effect is has on your page.
I've already kicked the codes off, as it looked terrible but imagine as I explained, when I placed the codes, first one then tried the other one, the upper part of the site was slightly moved to the right beginning from the first navigation option on the left hand site ( about us ).
__________________
Funny smilies
Joan is offline  
Old 07-26-2006, 10:38 AM   #13
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: Need support

It's hard for me to visualize it, maybe try putting the code back in, I will be here for the rest of the morning, so I can see it first hand, after I respond again, you can then change it back so that it doesn't remain looking bad for too long.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 07-26-2006, 12:23 PM   #14
Katey
Senior Member
 
Katey's Avatar
 
Join Date: Apr 2006
Location: Hull, United Kingdom.
Posts: 317
Katey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud of
Default Re: Need support

Hi there,

Do you know that your site is still left-aligned?


Regards,
Kieran Taylor.
Katey is offline  
Old 07-26-2006, 05:27 PM   #15
Joan
Member
 
Joan's Avatar
 
Join Date: Jan 2006
Location: Takatuka Land
Posts: 67
Joan will become famous soon enough
Default Re: Need support

Can anybody help me to place my site centric?
__________________
Funny smilies
Joan is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
support script ? tai23 Introduce yourself 2 10-26-2006 04:12 PM
support lebanon yalla Domains for Sale 0 10-24-2006 04:12 PM
My Music Education Needs Support Intripita-MH General Talk 0 10-13-2006 12:04 AM
Dear Tech Support NavyCS General Talk 0 02-07-2006 04:51 AM


All times are GMT. The time now is 08:27 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.