Skip to content
View in the app

A better way to browse. Learn more.

Trials Central

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Setting Up A Site

Featured Replies

hey all,

im in the middle of updating my website though have came across a small problem.

my background is an image though the borders on the tables are block colours and therefore stand out.

would there be a way of writing the border colour as transparent or of setting the border colour as an image e.g. border=http://www.picture.com/address

thanks

Jack

Jack, Is your site all coded in HTML or does it use CSS. If so, you can change the border attribute to read border:none; and that will turn it off

if you don't have a css file, put the code below in after the <head> tag.

<head>
<style type="text/css">
p 
{
border: none;
}
</style>

This will turn off all borders for any paragraphs you assign in your code.

So, it will look like this...

<html>
<head>
<style type="text/css">
p 
{
border: none;
}
</style>
</head>

<body>
<p>This text will have no border around it</p>
</body>

</html>

If you cannot get it working, give me details of the website and I will sort it for you :thumbup:

  • 2 weeks later...
  • Author

cheers for the help :D

if you want to see my site it can be found HERE

its a bit of a work in progress and only the home page is done in the new look

Jack

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.