Jump to content

Question about the rounded corners in Skin 3


Guest thechad

Recommended Posts

Guest thechad

How are you achieving it? Specifically the bottom ones, I figure you must have another div down the bottom in the templates?

Link to comment
Share on other sites

  • 2 weeks later...

There seems to be allot of confusion over this div thing.

The div is a tag denoting a division.

If you were just to shove lots of spaces into your web page + then upload it it would be a mess because there is nothing to hold anything in place, to tell the various parts of the page that they have to stay in a given location on that page.

Keeping things simple the answer is to use some kind of table, or to put it another way, to split the page up + tell the various parts of that page where they should go, be displayed at, etc..

This is where div tags come into play. - Div tags are also used, in html, to define the alignment of blocks of text (eg: <div align=justify> with </div> at the end of the paragraph/page would give you justified text).

The following links may be of some help to those who are having problems:

http://www.htmlgoodies.com/

http://www.w3.org/Style/CSS/

http://www.willcam.com/cmat/html/crossname.html

Remember that taking things apart, tracing things back to where they're referenced, + playing with the source of things can often yield answers or provide a solution if you are stuck. - Developing a better understanding here can often be far more insightful than any number of tutorials :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...