Results 1 to 10 of 141

Thread: One more: Online Designer?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    andychev's Avatar
    andychev is offline Master Glow Jedi
    Join Date
    Apr 2005
    Location
    Chester, UK
    Posts
    150

    Default

    Change the id for the table that encompases the text, i have it as line 237 looks like this:

    <tr><td><table width="350" height="200" border="0" align="center" cellpadding="0" cellspacing="0" title="cardTemplate" id="cardTemplate1">

    change cardTemplate to cardTemplate1 then on the dropdown for the font change it to:

    <select name="cardTemplate" onChange="document.getElementById('cardTemplate1') .s tyle.fontFamily=this.options[this.selectedIndex].value;"
    >

    This should now change the font but will break everything else but it proves the code is good........


    Edit: You beat me to the answer, i havent got the css file so was at a disadvantage!
    Last edited by andychev; 02-12-2008 at 03:39 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13