English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

http://candyapple.bigcartel.com/

Ok I want to make my site similar to this and I know html but I dont know how she got the tables to be centered and look like that. I can make my own banner for the top but what I want to know is how the bottom part is created? I dont think its tables right? Please help!

2007-12-12 14:25:42 · 3 answers · asked by blythebliss 1 in Computers & Internet Programming & Design

3 answers

well try this!!!

right click on the site!!
select view source!!!

if you already know that!! then don't!!
lol! just copy and paste it!!
this is the css of the site that u mention!!
http://candyapple.bigcartel.com/stylesheets/themes/1.css?1192598903

it seems that it also uses layers and css!!!
not just plain htm and tablel!!

you can cet the align = center
or



2007-12-12 14:45:37 · answer #1 · answered by ghelo 2 · 0 0

There's lots of ways, but this particular page is actually a pretty good example, as it's using some modern ideas.

First, use the "view source" command in your browser to see how the page is created. It uses a simpler form of HTML called XHTML.

XHTML is a stricter and simpler standard that breaks the page up into segments based on their meaning.

All of the formatting (the colors, the placement of the boxes, and so on) are in a separate language called CSS. The CSS for this particular page is in a separate file so it can be easily re-used.

To build this type of site, first you sketch what you want it to look like, then you create the XHTML framework. Then you build CSS formatting to give it the look you're seeking.

It isn't difficult, but there is a lot to learn.

I have some very basic videos available at
http://wally.cs.iupui.edu/n241_06/

Watch for my upcoming book on these topics (available in Spring '08)

2007-12-12 14:50:16 · answer #2 · answered by Anonymous · 0 0

The page is xhtml, css, and some javascript. Here's a good xhtml/css tutorial to get you started.

http://htmldog.com/

2007-12-12 14:41:02 · answer #3 · answered by daa 7 · 0 0

fedest.com, questions and answers