Log in

View Full Version : Using h1,h2 formatted Thread title in a 3 column table in VB 4


zoned
01-20-2011, 10:31 AM
Hi everyone,

I was looking at using the same block as on this page http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/26168-fix-mbr-vista.html

It has a table with 3 columns and 1 row with the Thread title in h1.

I found the code for creating the h1 Thread title but it seems to be for pre VB 4

<br />
<center>
<h1 class="myh1">$foruminfo[title_clean]</h1>
<h2 class="myh2">$foruminfo[description]</h2>
</center>
<br />

If anyone knows how to create the 3 cell table with a VB 4 version of the h1, h2 formatting I would be delighted to hear from you,

many regards

Steve