RoumpDeedReop
New Member
I have created a title tag for an statement and am using php commands and
to create multiple lines for the title. Is there a way to decrease the line spacing between these lines or another way to have multiple lines in the title tag? I need to use the SIZE and LINE-HEIGHT commands as well as others for this multi-line text.This is what I have:\[code\]<a href="http://www.mydomain.com/storage/<?php echo $rows['file']; ?>" title="<?php echo $rows['field1'].$rows['field2']; echo "<br>";?>line 2<?php echo "<br>"; ?>Line 3">Click Here</a>\[/code\]I have tried a STYLE command within the tag for the SIZE and it didn't work.I have tried putting an totally around the existing and that didn't work either.Any ideas???
to create multiple lines for the title. Is there a way to decrease the line spacing between these lines or another way to have multiple lines in the title tag? I need to use the SIZE and LINE-HEIGHT commands as well as others for this multi-line text.This is what I have:\[code\]<a href="http://www.mydomain.com/storage/<?php echo $rows['file']; ?>" title="<?php echo $rows['field1'].$rows['field2']; echo "<br>";?>line 2<?php echo "<br>"; ?>Line 3">Click Here</a>\[/code\]I have tried a STYLE command within the tag for the SIZE and it didn't work.I have tried putting an totally around the existing and that didn't work either.Any ideas???