banners

G

Guest

I am designing a DWT in fp2003. i want to insert a banner at the top of my
web page. but my problem is i am using DHTML menus and due to these i cant
even use navigation bars. I am also using layout tables . So what is the best
way to add the banner in one of your table cells??

Thanks in advance

Cheers
Mita
 
H

HiTek

CSS?

as in...

style.css contents below...

#div1 {
position:absolute;
left:0px;
top:0px;
width:800px;
height:90px;
background-color:#FFFFFF;background-image:url('pics/yourbanner.jpg')
}

HTML page code below..
<head>
<Meta tags and stuff>
</head>
<body>
<div id="div1">
</div>

Hope that helps...
--
"Business is great, life's terrific and people are wonderful"

|I am designing a DWT in fp2003. i want to insert a banner at the top of my
| web page. but my problem is i am using DHTML menus and due to these i cant
| even use navigation bars. I am also using layout tables . So what is the
best
| way to add the banner in one of your table cells??
|
| Thanks in advance
|
| Cheers
| Mita
 
R

Ronx

Assuming you mean the FrontPage banner associated with Navigation View:
In the cell you need the banner use Insert->Page Banner

Add the page to navigation view if necessary.
Otherwise, create your banner in an image editor, and insert the image in
the cell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top