Copy link to clipboard
Copied
I know this is probably an elementary problem, but on this particular webpage that I'm updating, I'm selecting a text block to resize a bit larger, and it seems to look just the way I want it. But after I save the changes and upload the new page, I refresh the Internet webpage and it hasn't changed at all. I even went into a different browser, thinking that perhaps it was cached, but it was the same there. Everything looks changed in DW, but it doesn't change on the Internet. Does anyone have any ideas? FYI, I just create basic pages; I'm not a professional webpage designer by any means.
Copy link to clipboard
Copied
Please supply a link to the online site.
Copy link to clipboard
Copied
http://www.faithalone.com/HTML%20files/Biblical%20Doctrine/Biblical-Doctrine.htm
Scroll down about nine pages to the section called "Salvation By Faith Alone." Just underneath you'll see this block of text:
James chapter 2
Faith Alone?
It's larger font in my DW page, but online it's still too small.
Copy link to clipboard
Copied
This is the code
<p><span class="solidblack">James chapter 2</span><br>
<a href="James - Faith and Works.html">Faith Alone?</a><br>
<br>
<img src="../../Bars/bar-bluemarble.gif" width="600" height="10"><br>
<br>
<b><font color="#000080"><font size=+2>The Gospel: Salvation By Grace
Through Faith In Christ Alone.</font></font></b></p>
Nowhere can I find an indication that the font size should be greater than what is shown. Maybe you should have a look at https://www.w3schools.com/html/html_headings.asp
Copy link to clipboard
Copied
well here it's what we got on screen... is this what you're expecting for... (so in that case check with your browser cache to be empty), if not, let us investigate more
Copy link to clipboard
Copied
probably your HTML page uses a CSS style that is located on an independent and linked CSS page.
When you place the HTML page online, do you also place the dependent files, namely this CSS page ?
Copy link to clipboard
Copied
@Getoutandstayout ... well, off-topic, in relation to your initial question, by digging into your code, there are several points that stand out and that you should take into account gradually in order to make your website evolve.
If you want to know more about these two subjects which are HTML markup and structuring, as well as the use of CSS, these three links could be useful if you don't already know them :
Copy link to clipboard
Copied
This says everything we need to know. 😞
258 Code Errors: (just 1 page)
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.77 [en] (Windows NT 5.0; U) [Netscape]">
<!-- $MVD$:app("MicroVision WebExpress","769") -->
<!-- $MVD$:template("","0","0") -->
<!-- $MVD$:color("18","80ff","Orange","1") -->
<!-- $MVD$:color("19","ffd6ce","Lavender","1") -->
A long time ago, WebExpress was a free web design tool for Windows 95/98 users.