-
do not use
<font>html tag, it is old and i’m not even sure if can work in modern browsers. instead use<span>(for inline text) or<p>(for paragraph). -
php and html can work together but there’s an appropriate way to write it.
generally speaking, html code is wrapped with double quotes"html"and php with periods.php.:echo "html code here".php code here."more html here"; -
i advice you first to set a variable for the
$messageand after it call the var inside the echo code. that way it would be a cleaner code.
so here is a final solution for you:
$message = str_replace('{eventlinkURL}',$eventlinkURL,$message);
echo "<span style="background:red;">".$message."</span>";
good luck,
Ituk
Related Posts:
- the_author_posts_link css class
- WordPress Shortcode and Dynamic CSS
- Need help on WordPress and php
- wp enqueue style and style sheet depth
- CSS saved & enqueued, but wordpress doesn’t load css text, only file
- WordPress loop specific thumbnail size
- Is it possible to use the featured image of a page as a css background without inlining?
- How to display a value from a radio button in the options menu in wordpress
- How should I best target dynamically served content?
- How to scale image with equal width and height without distortion?
- php syntax – how to concatenate properly – echo bloginfo(‘stylesheet_directory)
- WordPress override bloginfo variable
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Problem adding class to body_class
- Add a custom stylesheet for BlackBerry
- Get different images for mobile and desktop with php, advanced custom fields without using js and ajax
- How to stop featured image thumbnail [set as background image] on blog index page just repeating same image across all posts
- Selectbox in admin panel function linking to CSS
- Using if/else statements with output from theme options
- How to display pictures from database?
- Gravity form built in Captcha
- How does wp_enqueue_scripts work?
- Different post styles depending on category
- two columns of posts on homepage, one of them “favorites”
- Whats the proper way to use a php stylesheet in a wordpress theme? [duplicate]
- custom css for admin only
- responsive.css in the WordPress should be prioritized
- WordPress style.css not updating, only after theme reload
- Adding logo to WordPress header
- Thumbnails appear to be zoomed
- height should be set to auto to avoid pixelation in the post thumbnail function
- Odd / Even posts add class minus first post
- Add Codepen animation as Preloader to WordPress
- Reduce size of responsive title
- WordPress archive page showing 404 Error [duplicate]
- Clickable image link sends people to wrong URL
- Creating a mobile site by adding a new class to the body tag from functions.php
- Removing WordPress Footer -without access to PHP code?
- CSS change in woo commerce Place Order Text [closed]
- Post repeated when opening in overlay, how do I solve this? [closed]
- Add New Text Box To WordPress Twenty Seventeen Header
- Split site title and apply different classes
- Twentyfifteen style author comment
- Extend Menu Walker Output
- Dynamic CSS through PHP issue
- How to make changes to style.php [closed]
- conditional: if is page, and all subpages
- wp nav menu: show submenu below li item
- Styling an “active” link outside of WordPress default menu
- I get “Cannot modify header information – headers already sent” when I change my theme
- How to edit background color of only one sidebar?
- Create Columns with Custom Walker and CSS Classes
- Background image no longer fits to screen now that project is in php files
- Why would the child theme load in the Customize preview, but not on the site itself?
- Removing links from Grouped products
- How to make only the valid active page of a multilevel menu active with – “.nav li.current-menu-item a”?
- echo cutom css code to WordPress page template file ? is this safe?
- I can’t go to the page archive-{post_type}.php
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- admin panel – How to remove “delete” button from category editing page
- I have a background-image in css file but don’t show in site.how to fix this prblm. i sent screenshot. thx
- Trying to generate a CSS file in wordpress uploads folder
- WP Website is shown in HTML
- I cannot find the wordpress.scss file that my live site is pulling from
- I have a lot of JavaScript erorrs after SSL someone can help me?
- I got big white screen when i attach main style sheet of Html in functions.php
- register dependency css and js inside a plugin class
- Add a default style if no Featured image is selected
- Styling a specific post after hovering over it
- custom field – changing an element or background of id div – different versions not working
- CSS loading as empty file in Custom Theme
- user update profile for custom code
- How limit the width of a fixed menu-bar on scroll?
- Where to find the html for WordPress site? [closed]
- How to remove image on single product and get product to span page?
- Widget edit and add in any page
- widget: input the px value from user and use it as inline style in widget function
- Styling admin page rows in order of importance (checkboxes)
- Show contact 7 form in popup
- How Can I Center the Logo in the Navigation Menu? [closed]
- Combining fancybox with multiple thumbnail plugin
- Show Nav Link To Users Signed In
- How to change the menu color
- Converting Menu Links to List Elements
- PHP Puzzle: Unique Styles with PHP loop
- How to get shared CSS body class between translated WPML pages [closed]
- How to customize posts in WordPress by using HTML and CSS?
- How to create and add js and css file when server is not on my PC?
- which php or css file has generated an inline style in WordPress that overwrites my css
- Header location [closed]
- Blog listing not showing dates for every post and arrow missing off image
- How to create a container in php then customise it in CSS
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- Editing stylehseet url in head section of WordPress
- How can we upload custom page files?
- HELP PLEASE PHP slider css
- Get generated block styles programmatically
- Is it possible to remove the “Shop” title from the WooCommerce catalogue? [closed]
- How to add global CSS to all webpages without installing any plugin?