function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vinnie BVinnie B 

One more question about adding complex CSS/JS into a VF page - What does "::after" mean?

Again, new to VF and seeing some simple problems.  I'm trying to mimic our main web page, with its CSS, menus, etc and putting that HTML into a VF page.  I've referenced the needed CSS and JS pages on our site.  This works for the most part but I'm seeing some issues (i.e. the issue with a simple URL HREF mentioned in another post).

One thing I've noticed is that the rendered HTML shows the "::after" code where I'm having problems.  I Googled on this but couldn't find much of an explanation, even as to how this is used in standard HTML/CSS.  Any ideas on what causes this and how to get around it would be greatly appreciated.

THANKS!!
Gaurav NirwalGaurav Nirwal
<apex:page sidebar="false" showHeader="false"  standardStyleSheets="false" controller="Boardroom_Home_Jacob">
<head>
    <apex:stylesheet value="http://jacobraccuia.com/bootstrap/css/bootstrap.min.css" />
    <apex:stylesheet value="http://jacobraccuia.com/sf_styles.css" />
</head>

Gaurav NirwalGaurav Nirwal
You can use this code to solves the problem 

Please select as best answer