Jump to content

Help with syntax needed


dbldee

Recommended Posts

I tried the PHP forum and it was suggestesd as CSS question

if ($config['mod_rewrite'] == 'YES') {                     $template_listing->set('www', '<a href="'.BASE_URL.'/out-'.$f['selector'].'.html" target=_blank class=textlink>'.$lang['listing_visit_website'].'</a>');                } else {                    $template_listing->set('www', '<a href="'.BASE_URL.'/listing_out.php?id='.$f['selector'].'" target=_blank  class= textlink>'.$lang['listing_visit_website'].'</a>');

 

the class textlink is set as a clickable link

the font is adjusted with css

a.textlink{font-weight:bold;color:#FF0000;font-size:14px;}

 

the problem is the syntax of textlink to produce the desired font or is something else required?

 

I 've tried "textlink" and 'textlink' and '"textlink'" to no sucess.

 

Any thoughts or sugestions would be appreciated.

 

 

how can i get the textlink to appear as the textlink?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.