| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Sep 2007
Posts: 60
![]() | Width problem on website I had a custom header made, but I used a free template for the bulk of my first page. However, I would like to stretch the template to fit the header so it looks better, ideas? pm for website No one? |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: May 2005 Location: Northern Ireland
Posts: 756
![]() ![]() | It should just be a matter of setting the width element of the main area of the template. Can probably be done using CSS e.g... Code: #main_div {
width: 780px /* the width of your header whatever that is */
}
__________________ A young web developer’s journey to financial freedom - aaronfalloon.com |
| |