PDA

View Full Version : WEBPAGE HELP D:


Tina
Mar 23 2008, 04:12 AM
Im not sure if this actually goes under the design category or more of a Microsoft Frontpage issue, but I really need help in creating an invisible table in my webpage, and FIXING IT ARGH so it wont move all over the place in the preview.

I've created my template in photoshop etc, with the buttons and everything, but the problem is, since they're in my whole background image, I need to create an invisible table where hyperlink is possible. Can anyone tell me pleeeasse, how I can do that. Because plainly drawing a table won't work.

:aldo:

Thanks in Advance <3

Misschoco
Mar 24 2008, 08:50 PM
If you want to use tables to lay out graphics,you can create an invisible table by choosing a zero setting in the border size box.Frontpage will still display the gridlines in normal view so it will be easier for you to work with your table.

Kitmitsu
Mar 24 2008, 11:16 PM
Misschoco summed it up pretty much. I don't use Frontpage because of it's annoyingly outdated way of coding so I really recommend downloading a copy of Dreamweaver. Here's the code if you want to insert the table that way:

<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>text here</td>
</tr>
</table>