diff --git a/Header.php b/Header.php
index a302d24..258dd84 100644
--- a/Header.php
+++ b/Header.php
@@ -22,6 +22,12 @@ if (mysqli_connect_errno()) {
+
+
diff --git a/Submissions.php b/Submissions.php
index 44b9ad7..a5961e4 100644
--- a/Submissions.php
+++ b/Submissions.php
@@ -262,8 +262,13 @@ where Lab_Report_ID=$id and lab_report_submissions.Status='Marked' Order by lab
if ($att4 != "") {
$full_link = $full_link . "| $att4";
}
- echo "
- $title by : $submitted_by [ Marked $Marks ] Visibility : $Visibility
+ // you will notic why i used span here to wrap the submitted by name
+ // because if we wrap with span , the css class text-selectable can be used only the submittedBy name
+ // if you want to use text-selectable class on whole div, just call the css class
+
+
+ echo "