View Single Post
Old 04-02-2019, 09:27 AM   #3
danielbullen
Junior Member
danielbullen began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Mar 2019
Device: none
Quote:
Originally Posted by DNSB View Post
If your filenames must have spaces in them, wrap them in quotes so if your filename is This is a filename, you need to use "This is a filename". Otherwise remove the spaces (i.e. ThisisaFilename). As for the clear attributes, delete them. Search for clear= and remove the clear= and whatever is in quotes after the = sign, (e.g. clear="all", clear="both", etc.). See an example below:

Code:
<br clear="all" class="calibre6" id="calibre_pb_7"/>

<br class="calibre6" id="calibre_pb_7"/>
And two items to remember: Google is your best buddy and wrap long bits of logs, etc. in spoiler tags (select the text and click on icon of an eye with a X between the YouTube and Maps icons.
Thanks for that. I've changed the name of the file to make it all one word like you suggested. However, I don't know how to use the code given. The code is here:

<br clear="all" class="calibre6" id="calibre_pb_7"/>

<br class="calibre6" id="calibre_pb_7"/>

I'm not sure what to do with these pieces of code or where to use them.

Regards,

Daniel
danielbullen is offline   Reply With Quote