I need some help with coding, Coding website templates |
I need some help with coding, Coding website templates |
![]()
Post
#1
|
|
![]() "One hell of a butler" ![]() ![]() ![]() Group: Member Posts: 95 Joined: Nov 2008 Member No: 696,422 ![]() |
I'm having a hard time coding my layouts so that it can be aligned correctly with all computer screen widths.
For example, I code/design my layouts on a laptop and the screen is really wide. Then I go view the layout on another computer with a thinner screen width and everything is misaligned and just horrible. What can I do to fix that? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Member ![]() ![]() Group: Member Posts: 28 Joined: May 2009 Member No: 728,558 ![]() |
Im having the same issue.Im pretty new to making myspace layouts,and any website layouts in general.Im more into the content than the designing process.
But even using margin-left/top,its a few pixels off from where its supposed to be in any broswer other than IE(which i unforunatly had to use sense none of my other broswers work for some non-aparent reason ![]() http://www.createblog.com/myspace-layouts/...ngspan/preview/ This is the layout id like help with. |
|
|
![]()
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 22 Joined: Dec 2008 Member No: 702,109 ![]() |
But even using margin-left/top,its a few pixels off from where its supposed to be in any broswer other than IE(which i unforunatly had to use sense none of my other broswers work for some non-aparent reason ![]() The reason for it being a little off is because of the default margin on the body set by the browser. Depending on which browser you are using the margin can be less or greater. Its a easy fix. CODE body { margin: 0px; } I hope that helped. |
|
|
![]() ![]() |