Forums
This topic is locked
bordered table
Posted 21 Jan 2005 09:24:38
1
has voted
21 Jan 2005 09:24:38 Joe Campoli posted:
hey all,was hoping I could get some help with a table Im trying to lay out. A table that should be fairly simple but I am finding it difficult to get it to look right. Could someone help me code it into html? the image is
members.rogers.com/j-campoli/clients/images/Untitled-1.jpg
much appreciation
Replies
Replied 21 Jan 2005 11:45:53
21 Jan 2005 11:45:53 Dave Thomas replied:
theres a very easy way to do this and not a lot of people know about it.
its called a fieldset in a form. heres the html
<pre id=code><font face=courier size=2 id=code>
<table width="450" border="0">
<tr>
<td><fieldset><legend class="style1">Our Friends</legend>
</fieldset></td>
<td><fieldset><legend class="style1">Premium Sites</legend>
</fieldset></td>
</tr>
</table>
</font id=code></pre id=code>
and heres what it looks like.
82.42.181.235/ScreenShot001.jpg
only thing is you cant have the text as a graphic, but you can easily make it look better with a little css and shadow etc..
regards
Dave
Edited by - UltraDav on 21 Jan 2005 12:37:56
its called a fieldset in a form. heres the html
<pre id=code><font face=courier size=2 id=code>
<table width="450" border="0">
<tr>
<td><fieldset><legend class="style1">Our Friends</legend>
</fieldset></td>
<td><fieldset><legend class="style1">Premium Sites</legend>
</fieldset></td>
</tr>
</table>
</font id=code></pre id=code>
and heres what it looks like.
82.42.181.235/ScreenShot001.jpg
only thing is you cant have the text as a graphic, but you can easily make it look better with a little css and shadow etc..
regards
Dave
Edited by - UltraDav on 21 Jan 2005 12:37:56
Replied 21 Jan 2005 18:42:45
21 Jan 2005 18:42:45 Joe Campoli replied:
thanx again for your help dave i will try it out
Replied 21 Jan 2005 19:52:32
21 Jan 2005 19:52:32 Chris Charlton replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>its called a <b>fieldset</b>...<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
<img src=../images/dmxzone/forum/icon_smile_8ball.gif border=0 align=middle> DW has a insert button for <i><fieldset></i> in the FORMS objects.
You'll want to use the <i><legend></i> tag for the fieldset text that shows above form elements.
<img src=../images/dmxzone/forum/icon_smile_8ball.gif border=0 align=middle> DW has a insert button for <i><fieldset></i> in the FORMS objects.
You'll want to use the <i><legend></i> tag for the fieldset text that shows above form elements.
Replied 21 Jan 2005 22:15:04
21 Jan 2005 22:15:04 Dave Thomas replied:
html above was created in DW using the forms fieldaet button, when u name it thats the value of the LEGEND tag, as chris states.
forgot to mention that <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
regards
Dave
forgot to mention that <img src=../images/dmxzone/forum/icon_smile_wink.gif border=0 align=middle>
regards
Dave