Computing.Net > Forums > Web Development > site layout

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

site layout

Reply to Message Icon

Name: wheelspinner99
Date: March 3, 2005 at 00:57:22 Pacific
OS: n/a
CPU/Ram: n/a
Comment:

i was wondering what to do with my site layout once i finished designing it in PSP. It is a jpg image. I know i have to slice the image up but how to do get it back together simply without having to hand code the tables? Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: fambi
Date: March 3, 2005 at 11:37:59 Pacific
Reply:

Making a table is very easy.
<table> opens the table
<tr> opens the row
<td></td> opens the first column
<td></td> opens the second column
</tr> closes the row
<tr> opens the row
<td colspan="2"></td> colpsna means this column has the width of 2 columns put together
</tr>close the word
</table> closes the table

I recommend you learn how to hand code. It will give you far more control over your site.


If you're interested in SMS, visit my wife's site .


0

Response Number 2
Name: jam14online
Date: March 4, 2005 at 13:03:55 Pacific
Reply:

Using HTML tables for layout is deprecated and is not recommended. It is far better to use standards-compliant HTML and CSS. By this, I mean the separation of your content from design.

I am willing to do it for you if you send me the uncompressed JPEG image via my email address.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: site layout

new site design www.computing.net/answers/webdevel/new-site-design/300.html

Help with CSS layout www.computing.net/answers/webdevel/help-with-css-layout/3658.html

Is this possible? www.computing.net/answers/webdevel/is-this-possible/750.html