Jump to content

Forgetten Almost Everything I've learned, starting over. Help please.


amethyst42

Recommended Posts

I'm using Dreamweaver CS3, and I'm trying to build a small website. It's been almost 5 years since I've done any work web-wise.  I'm trying to vertically centre some text to the right of an image, and make that text in a largish font (we'll say 36px for now). I have finally centered the text, but I can't seem to change the size of the font.

 

<p.alignrt>
<img src="../../AppData/Roaming/Adobe/Dreamweaver 9/Configuration/ServerConnections/MRE/images/mrelogo2.jpg" alt="MRE Logo" longdesc="http://mrent.ca/images/mrelogo.jpg" align="middle" /> Marvin Robbins Enterprises</p>
  <!-- end #header --></div>

 

the CSS looks like this:

.alignrt{
vertical-align:text-top;
font-size:36px;
font-weight:bold;
}

 

What have I missed? The "Marvin Robbins Enterprises" just doesn't change, no matter what I do. Here is the page: http://mrent.ca/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.