Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Joshua
I had emailed them a few months ago but did not get a response.
Right click to View source to see the html code: (I removed the < > so it could display)

 

!doctype html
html lang="en"
head
meta charset="utf8"
title>Free Republic Home Page</title

They should have the following:

!DOCTYPE html
html lang="en"
head
meta charset="UTF-8"
meta name="viewport" content="width=device-width, initial-scale=1"
  title>Basic Webpage</title


 This keeps text the size you want in cell phone screens. 
Without it the text will be very small. 

Viewport Meta Tag:
The meta viewport tag, placed within the <head> of an HTML document, is crucial for instructing the browser on how to scale and render the page on mobile devices. A common and recommended configuration is:
Code

meta name="viewport" content="width=device-width, initial-scale=1.0"

    width=device-width:
    Sets the width of the viewport to the width of the device's screen in device-independent pixels.
    initial-scale=1.0:
    Establishes the initial zoom level when the page is first loaded, preventing unwanted zooming or shrinking.

49 posted on 12/26/2025 2:26:26 PM PST by minnesota_bound (Making money now. Still want much more.)
[ Post Reply | Private Reply | To 1 | View Replies ]


To: minnesota_bound

how do you right click on a cell phone?


68 posted on 12/26/2025 4:34:36 PM PST by Chickensoup
[ Post Reply | Private Reply | To 49 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson