WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

Marquee Tag speed | Loop and Break

Marquee Tag speed

scrollamount specifies how far the text in the marquee should move. This attribute takes the amount in pixels.

Example

<!DOCTYPE html>
<html>
<head>
	<title>Marquee</title>
</head>
<body>
	<marquee direction="up" scrollamount="10">
		<a href="www.ayunor.com">first</a> <br>
		<a href="www.ayunor.com">second</a> <br>
		<a href="www.ayunor.com">third</a> <br>
		<a href="www.ayunor.com">fourth</a> <br>
		<a href="www.ayunor.com">fifth</a>
	</marquee>
</body>
</html>
Share

You may also like...