PDA

View Full Version : 1st page design


wildman1
11-10-2002, 04:59 AM
I am puting together a website with 1st page 2000, I can't seam to find a way to leave a blank area under my logo, to go back later and add links for other pages, I plan to have about 4 live links along that area. My text starts there, also I am having trouble turning off Italics,after I use it for one or two words. Can someone tell me what I an doing wrong. Thanks for all replys, Wildman1

Josh
11-10-2002, 05:21 AM
could you give the link or the code of your page,so that we can help you.

Zero Angel
11-10-2002, 06:04 AM
<img ...... style="margin-bottom: ?px;">Replace ? with a value such as 10px. The .... is your other code. Make sure that you have proper closing tags for your italics. Try placing </i> in places where you want the text to be normal. You can also force normal text by using the CSS attribute 'font-style: normal' in a div or td.

....
<td style="font-style: normal">
Text goes here
</td>
...