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

If my last item is here but I want to add....





Something else a little further at the bottom.

2006-10-13 05:46:36 · 5 answers · asked by gil 2 in Computers & Internet Programming & Design

5 answers

you can create spacers which are gif files that allows you to place big spaces in between lines when you need them. Make sure the spacers are blendable to the background.

2006-10-13 06:13:03 · answer #1 · answered by Jon 5 · 0 0

for paragraphs would be an easy way, you can also use a table and adjust the height and width in percent % to fill a space, or by pixel to adjust a space(make it bigger). There are a trillion guides out there on CSS to really make things sharp. Just google "css tutorial" or something to that extent for better looking web pages.

2006-10-13 05:53:47 · answer #2 · answered by ? 2 · 0 0

then you'll set up margins and paddings. I'll show you the way to do it with inline CSS, if you learn CSS a bit I'm sure you'll be able to port it into an external CSS or Head CSS.

first, wrap your texts with some block level tags (like

or
not or )

~~
Upper text


Lower Text

~~

add the attribute: style - to the lower or upper part, whichever you choose.

~~
Upper text


Lower Text

~~

then fill the style attribute with some margin or padding value
Note: em is a measurement unit for the size of one letter. 10 em means the margin is 10 times bigger than the current font's height

~~
Upper text


Lower Text

~~

For more extensive CSS learning, see:
http://www.w3schools.com

2006-10-13 06:15:48 · answer #3 · answered by Lie Ryan 6 · 0 0

Just use styles and set the margin of the item

First Item


Next Item

2006-10-13 06:13:45 · answer #4 · answered by Anonymous · 0 0

css files can help u out in things like these..
or you could create a blank 1x1 gif image and then modify its dimensions to any page u wanna apply it to

2006-10-13 06:02:03 · answer #5 · answered by Shariq M 5 · 0 0

fedest.com, questions and answers